Forum Replies Created
-
in reply to: Cant edit in Specular 2.2
Glad to help!
Happy Holidays!
in reply to: Google Analytics Tracking CodeHello,
Can you please send me a link of the site?
Best regards!
in reply to: How to disable "page name" near headerHello,
That is the page header. This is an option you can set up in General Options > Header Options > Default Page Header for all pages in the site. To remove it for all pages, set OFF the “Active Page Header” option.
Or in every single page, scroll down to the page’s General Settings > Page Options > Page Header, set it OFF to remove it for only that page.Let us know.
Happy Holidays!
in reply to: Visual Composer problems in WordPress 4.9.1This reply has been marked as private.This reply has been marked as private.in reply to: Cant edit in Specular 2.2Hello,
What wordpress version ar eyou running? What PHP version? Do you have any third party plugins installed? Please deactivate them all and try again. This usually happens due to script conflicts or internal server issues.
Let us know.Best regards!
in reply to: Cant activate themeHello,
Are you perhaps running the site under HTTPS? Can you please deactivate HTTPS for register this theme? If you have any other third party plugins installed, please deactivate them and try again.
If you can’t, you can start work without problem, the theme doesn’t have any restrictions without registration.Let us know.
Season’s Greetings!
in reply to: Google Analytics Tracking CodeHello,
The correct form of the code is this:
/*jQuery(document).ready(function(){ });*/ window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-109577112-1');Let us know.
Season’s Greetings!in reply to: Content BlockHello,
@Digitalwurl,
What theme version are you running? There is no problem adding Content Blocks in recent versions.
Please make sure you have the latest versions of both theme and Codeless Builder.
Let us know if you still need help.Best regards!
in reply to: ButtonsHello,
I see the widgets in footer are missing. Do you have other content missing?
The widgets is a common happening since you updated from an old version (it won’t happen again if you keep up updating theme regularly). The widgets are still there, in the Appearance > Widgets. Just scroll down to the “Inactive widgets” area. Drag and drop them to their original position.Let us know.
Season’s Greetings!
in reply to: Gap between the page header and the rev-sliderHello,
Yes, you can edit it using custom css. Please add this code into your custom css box:
.slider#slider-fixed { padding-top: 0 !important; }Result screenshot: https://postimg.org/image/f8cx7jfe3/
Let me know.Season’s Greetings!
in reply to: Favicon?Hello,
You are right! Sorry for the inconvenience. We will fix this in the next theme update.
In the mean time, please go to file includes/core/core-functions.php
Right after this line:
/*--------------------- End Text Limit ----------------------------------*----- */
Add this block of code:/*--------------------- FAVICON ----------------------------------------------- */ if(!function_exists('codeless_favicon')) { function codeless_favicon($url = "") { $icon_link = ""; if($url) { $type = "image/x-icon"; if(strpos($url,'.png' )) $type = "image/png"; if(strpos($url,'.gif' )) $type = "image/gif"; $icon_link = '<link rel="icon" href="'.$url.'" type="'.$type.'">'; } return $icon_link; } } /*--------------------- End FAVICON ----------------------------------------- */Save changes.
Let me know if you need further help.Best regards!
in reply to: How to show loading on Rev SliderHello,
Please go to Revolution slider options. Select your slider and open the “Slider Settings”. Go to Layout & Visual > Spinner > Choose spinner. Make sure it’s not set to OFF. From the drop-down list select the spinner style you want to use.
See screenshot: https://postimg.org/image/cdd8lj74t/
Let us know.Best regards!
in reply to: IT Service Demo dataThis reply has been marked as private.