Forum replies created
Hi,
You are right. There is a bug.
I had added the following custom css in your Theme Options -> Custom CSS as a temporary fix.
.page-id-742 #secondary-2{
display:none !important;
}
.page-id-69 #secondary-2{
display:none !important;
}
I will inform my employer about this bug.
Thank you
Hi,
Please provide URL to your portfolio.
Thank you
Hi,
Please insert your link with the link button found on this forum’s text editor.
I am not able to see any links in your reply.
Thank you.
Hi,
I have forgotten which theme version the automatic update code is added in.
Please login to WordPress dashboard.
On your WordPress admin menu, Please look for Appearance -> Theme Updates
You should see input to enter username and password.
If you are not seeing this input, this means that your theme version has not yet include the automatic update codes. You will have to manually download from your account to update.
If you have the inputs, Please check that your username and password is correct.
They are the same username and password to this forum.
Thank you.
Hi,
That’s a notice, it’s not an error.
Please disable WP_DEBUG in wp-config.php
Thank you.
Hi,
That’s not possible.
You can look at the codes in header.php
That’s the code for logo.
If you have a cache plugin, clear your cache.
Please hire a developer is you require further assistance.
Thank you.
Hi,
All the image size in the theme is as follows.
add_theme_support('automatic-feed-links');
add_theme_support('post-thumbnails');
add_theme_support('title-tag');
add_image_size('post-thumbnail', 680, 330, true);
add_image_size('slider-thumbnail', 400, 280, true);
add_image_size('tabs-img', 50, 50, true);
add_image_size('recent-works-thumbnail', 65, 65, true);
add_image_size('blog-large', 669, 272, true);
add_image_size('blog-medium', 320, 202, true);
add_image_size('related-img', 180, 138, true);
add_image_size('portfolio-one', 540, 272, true);
add_image_size('portfolio-two', 460, 295, true);
add_image_size('portfolio-three', 300, 214, true);
add_image_size('portfolio-four', 220, 161, true);
add_image_size('portfolio-full', 940, 400, true);
add_image_size('recent-posts', 660, 405, true);
For example, the image size for blog full width is cropped at 669 by 272
As for the slider, you can upload an image with 1200px width.
Thank you.
You are welcome!
Hi,
Let’s try another way as I’m not asking for dev work to be carried out nor am I asking for code to be amended.
From this sentence, I understand that you are not asking us to do any development work for you and you are also not asking us to amend any code.
Since, you do not require us to do development work or code amendment, I assume all that you have posted after that sentence is suggestions, which you would like us to know, but no need for amendments?
Thank you for your suggestions.
I will let my Employer know about this.
Regards,
Denzel
Hi,
Please use the following.
.menu-header::after{
background:none !important;
}
Thank you