Forum Replies Created
-
in reply to: Post Spacing Issue
Hello,
Well this is strange. Please see a screenshot of the effect of this code when added using the console:
https://postimg.org/image/iiucbn739/
Where exactly did you paste the custom css? If you want you can send us some valid wp credentials in a private reply. So we can do it for you.
Let us know.Best regards!
in reply to: Header not transparentHello,
The header color and transparency is just as home page header. The difference is that in other page’s, the content is not starting from the top but right after header. Please add this code into your custom css box:
.page_header_yes .top_wrapper { margin-top: -80px !important; }Let us know.
Best regards!
in reply to: Toggle not displaying properlyThis reply has been marked as private.in reply to: Scrolling through the portfolioHello,
Sorry for the inconvenience. I have forwarded your topic to the developers for more professional insight. We will be back to you asap.
Thank you for your patience.Best regards!
in reply to: Icons not displayed @ VC ButtonsHello,
Please try this: download these files and replace the existing in your theme folder:
1-in specular/css folder, find and replace these files: https://jmp.sh/wcszaIH
2-in specular/font folder, find and replace these files: https://jmp.sh/84YqI8t
Update your page now. Let us know.Best regards!
in reply to: Automatic updates for towerThis reply has been marked as private.in reply to: Custom type posts in Blog elementHello,
You could follow the testimonial’s custom type. See files:
folie\includes\register\register_custom_types.php
folie\includes\codeless_builder\shortcodes\cl_testimonial.phpBest regards!
in reply to: Codeless Slider problemsHello,
Create a slide and assign it to the current slider. The order will be like this: the last added will show up first.
Best regards!
in reply to: Post Spacing IssueHello,
Add this code into your Custom Css box, in General Options:
h2 { padding-top: 44px !important; }Set the value to your wish.
Best regards!
in reply to: Home Page Slider Not Showing UpHello,
Do you have other third party plugins installed? Please deactivate them all and try again. If the situation persists, send us some valid wp credentials in a private reply.
So we can give it a closer look.Best regards!
in reply to: Post Spacing IssueHello,
Please go to General Options > Typography Options > Heading 2 Font style, increase the line-height to example 70px. Save changes and refresh page. If you do not see the changes immediately, clear cache and refresh again.
Let us know.
Best regards!
in reply to: Codeless Slider problemsHello,
1-I added this code into your Custom Css box in General Options:
.codeless_slider .swiper-slide .content.vertical_centered { top: 60% !important; }Edit the value to your wish.
2-To stop the video from looping indefinitely, in file includes/codeless_slider/codeless_slider.php i edited this line:
$video_markup .= '<video webkit-playsinline="true" playsinline="true" class="'.$extra_mobile_cl.'" id="video_background" preload="auto" autoplay loop="loop" muted="muted" controls="controls" volume="0"> ';To this:
$video_markup .= '<video webkit-playsinline="true" playsinline="true" class="'.$extra_mobile_cl.'" id="video_background" preload="auto" autoplay muted="muted" controls="controls" volume="0"> ';It was removed
loop="loop".Let us know.
Best regards!
in reply to: Scrolling through the portfolioHello,
In the Portfolio element options > Overlay (when you hover portfolio and click on it, the options will unfold in the left sidebar), Set ON the “Show Icon“. Another option will be added after this the “Icon“. Select ‘Lightbox‘ option for it. Like in this screenshot: https://postimg.org/image/5npkfzmth/
Save changes. I already did these changes for you. Please clear cache and refresh page.
Let us know.Best regards!
in reply to: Slider Revolution not RegisteredHello,
Yes, you do not need to activate it as this is one of the included plugins and we have extended licenses for all of them.
Theme package has also included some demo sliders. Open the main zip file you first downloaded from Envato and inside it, apart from “specular” and “specular-child” themes, you will find “sliders_dummy_data” folder. Here are the dummy sliders. Import them into Revolution slider.
Let us know.Best regards!
in reply to: Icons not displayed @ VC ButtonsHello,
Can you please try again with a different icon form font-awesome? I tested it again and there is no issue displaying it. See this screenshot with buttons using every type of icon available for ‘Go’ button: https://postimg.org/image/bqbfve1l1/
However, you can still use another set of icons just like i see you already did.
Let us know.Best regards!