Forum Replies Created
-
in reply to: Social media sharing
Hello,
Sorry but this is a customization not included in support service. I would recommend you to read this article, for a better insight on the matter.
Best regards!
in reply to: Footer alignmentHello,
Please add this code too:
footer .footer_social_icons { margin-left: 20% !important; }Result screenshot.
Best regards!
This reply has been marked as private.in reply to: Codeless Slider – Center videoHello,
Sorry for the late reply.
I see you have enabled the option to remove video in mobile and instead use an image for it. Can you please send us some valid wp credentials in a private reply? So we can check this out in a test page.
Or you can edit your profile data as advised in my last reply.
Let us know for anything.Best regards!
in reply to: Portfolio page template issueHello,
Sorry for the late reply.
Please go to file portfolio.php and find these lines:<nav id="portfolio-filter" class="span12"> <ul class=""> <li class="filter active all" data-filter="all"><a href="#" class="filter active" data-filter="all"><?php _e('View All', 'codeless') ?></a></li> <?php foreach($cl_redata['portfolio_categories'] as $cat): ?> <?php $cat = get_term($cat, 'portfolio_entries'); ?> <?php if(is_object($cat)): ?> <li class="other filter" data-filter=".<?php echo esc_attr($cat->slug) ?>"><a href="#" class="filter" data-filter=".<?php echo esc_attr($cat->slug) ?>"><?php echo esc_html($cat->name) ?></a></li> <?php endif; ?> <?php endforeach; ?> </ul> </nav>Replace with this:
<nav id="portfolio-filter" class="span12"> <ul class=""> <li class="filter active all" data-filter="all"><a href="#" class="filter active" data-filter="all" onclick="return false;"><?php _e('View All', 'codeless') ?></a></li> <?php foreach($cl_redata['portfolio_categories'] as $cat): ?> <?php $cat = get_term($cat, 'portfolio_entries'); ?> <?php if(is_object($cat)): ?> <li class="other filter" data-filter=".<?php echo esc_attr($cat->slug) ?>"><a href="#" onclick="return false;" class="filter" data-filter=".<?php echo esc_attr($cat->slug) ?>"><?php echo esc_html($cat->name) ?></a></li> <?php endif; ?> <?php endforeach; ?> </ul> </nav>Let us know.
Best regards!
in reply to: Page 2 in projects only shows a 404Hello,
This is strange. Theme settings are set correctly. I created a test page in your site and the pagination works as it should. See this page: https://hk-byg.dk/portfolio-test/page/3/
Please recreate your portfolio page once again. Let us know.Best regards!
in reply to: Customizer Not SavingHello,
This is most probably to be a server issue. Please read this article: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-
wordpress/
Contact your host regarding it and let us know.Best regards!
Hello,
Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.
Read this article for more information.
Best regards!
in reply to: Page header overlay color css tag missing final ")"Hello,
In this case, please enable the test page you send us once again. I see you do not have any page header image in any of the current visible pages in your site.
We do not get this problem on our side so i can’t recreate it.
in the mean time please add this code into your custom css box:@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari only override */ ::i-block-chrome,.header_page.centered { opacity: 0.25 !important; } }Let us know.
Best regards!
in reply to: Alignment IssuesHi,
We give advice on the current request. But over time the requests change and since the elements are connected to each other, it happens to have to change (once or twice) some other elements in order to achieve the result you want.
Anyway, i am happy to see you got the result you wanted. Let us know for anything.
Best regards!
in reply to: Page Header Title Cut Off – Desktop & ResponsiveHello,
1-Please add this code into your custom css box:
@media (max-width: 767px){ .header_page.centered h1 { font-size: 22px !important;} }2-Title faded: that’s because you have selected the type of page header with animation. Go to page’s General Settings > Page Header Options > Page header background, select “Fixed“, To remove it.
3-When do the titles disappear? What did you do before? What browser are you using? This never happened on our side, whenever we have accessed your site.
4-Titles in mobile: please add this code into your custom css box:
@media (max-width: 480px){ .header_page h1 { font-size: 20px !important; }}Edit the value to your wish.
5-Please see point 2.
Best regards!
in reply to: Specular Theme – Issues with WordPressHello,
1-As the error message says, this is a server related issue. Please check that you have installed theme properly and that it’s folder does have all necessary access rights. Contact your host regarding it.
2-Do you mean the Visual Composer dashboard? What version of the plugin do you have? Please make sure to have the latest one, included in theme package. Read this article on how to update Visual Composer.
3-Theme is tested multiple times before launch from our team and Envato team as well. Also it is constantly updated and tested. Specular is compatible with the last WordPress release.
I suggest you check out your WordPress installation files. You may have corrupted (or missing) files. Also perform a database optimization operation.
Let us know.Best regards!
in reply to: Missing Images on iPhone 6 PlusHello,
As my colleague said, we do not have issues seeing all of your site’s images in mobile. Please clear cache and refresh page.
Let us know if you still need our help.Best regards!
in reply to: Codeless Slider – Center videoHello,
Can i please see a link where are you having this?
Note: Please consider updating your profile data. Read this article for more information.
Best regards!
in reply to: Customizer Not SavingHello,
Try changing browser. Or disable any add-on you may have active in your browser. Let us know how it will go.
Best regards!