Forum Replies Created
-
in reply to: Header Image
Hello,
I activated Woocommerce for display purpose, you can deactivate it after reading my reply. First you had not assign a page header centered and a image background for it in Theme Options > Header Options > Default Page Header > Page header Style and Page header background. Then in Shop page the “Active Page Header” was not set ON. So the page did not display it.
I already changed these options and now the page header is shown(shop page).
Let us know if you need further support.Best regards!
in reply to: header in mobile verisonHello,
Sorry for the late reply.
-I do see the top nav even in iphone (‘contact us’,’login’). What’s the issue?
-To link featured image of post in blog, to their page, go to file \includes\view\blog\loop-index.php and find this line:
<img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), '', 'url')) ?>" alt="">
Replace with this:
<a href="<?php echo esc_url(get_permalink()) ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), '', 'url')) ?>" alt=""></a>Best regards!
in reply to: Importing Specialty Font Not Found in Theme FilesHello,
Sorry for the late reply.
Can you please let us know what font are you trying to use? So we can help you with that.Best regards!
in reply to: issue in dummy data importHello,
Sorry for the late reply.
What issue are you experiencing with the import? If you are unable to finish the action successfully, you may need more memory limit.
Add this line:define('WP_MEMORY_LIMIT', '96M');
into your wp-config.php file, or ask your host to do it for you.
Also importing without attachements will lower the data flow and make the import process faster.
Let us know.Best regards!
in reply to: Specular-Responsive MenuHello,
Sorry for the late reply.
Please send us your site’s url. So we can give a more specific advice.Best regards!
in reply to: Error during upgradeHello,
Sorry for the late reply.
You have very old versions of both the theme and Visual Composer. Please update theme and install again Visual Composer from theme.
Let us know.Best regards!
in reply to: Menu link to section of pageHello,
Please send us your wp credentials in private, so we can give it a closer look.
Best regards!
in reply to: Sticky Header LogoHello,
Do you have set up the sticky header? Try adding this code into your custom css box:
.header_wrapper.header_5.background--light.open#logo .light { content: url("https://bcalandscape.co.uk.gridhosted.co.uk/wp-content/uploads/2016/01/Light-Small.png"); }If no luck, send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
Hello,
This is not an issue. The border is part of the light header layout. It’s not there by mistake, and that is why there is an option for it in Theme Options.
However, to remove it add this code into your custom css box:.header_wrapper.background--dark { border-bottom: none !important; }Best regards!
in reply to: Blog sharing botton errorHello,
Please update theme in it’s latest version. This issue is fixed in later versions.
Best regards!
in reply to: Row set upHello,
If i have understood you well, you want just a row in 4 columns? I so go to row settings and select the 4-column layout (screenshot).
Best regards!
in reply to: Info color next to logo-header areaHello.
I replied you in this topic of yours: https://support.codeless.co/forums/topic/info-next-to-logo/#post-10308
Best regards!
in reply to: Info next to logoHello,
You had added a css code into your Appearance > Edit CSS box. This was overwriting the other code added in theme’s custom css box. I commented it out and now the icons color is reflecting the changes.
Best regards!
in reply to: Codeless Slider Font Size MobileHello,
Please add this code into your custom css box:
@media (max-width:480px){ .codeless_slider .swiper-slide .content p { font-size: 16px !important; line-height: 16px !important; margin-top: 1px; } }Let us know.
Best regards!