Forum Replies Created
-
in reply to: Maps
Hello,
Sorry but this is the only way to add a map. You can only add one map at a time for a row. The settings needed to show it are the API key and coordinates in Latitude/Longitude.
PS: Please keep in mind that we do not offer support on third party plugins.
Best regards!
in reply to: Warning: Illegal string offset ‘content’ inHello,
@omar85,
What theme version do you have? What version of Codeless Builder?
Please try opening the customizer from the “Customize Page & Options” button instead (screenshot). Let me know if the warning is still present.Best regards!
in reply to: Specular ThemeHello,
There is no default option for this. You have to use custom css to change the background. Add the code into your Custom Css box in General Options.
Best regards!
in reply to: Revolution slider optionHello,
The steps are ok, normally the message to select a slider should go away the moment you DO select a slider. Can you please share some wp credentials in your profile? SO i can check it closely.
Best regards!
in reply to: HeaderHello,
Please go to file specular\includes\register\register_shortcodes.php and find this line:
$output .= '<dd><span class="title">'.__('Our Locations', 'codeless').'</span><p>'.$addr.'</p></dd>';
Change the text here. Save the file so you can replace it in case of future theme updates.Best regards!
in reply to: Shop carousel Images not clickableHello,
This is the default style of the carousel shop. To change it you need to customize theme files.
Sorry but personal customizations are not supported.Best regards!
in reply to: HeadersHello,
The page you send us, is a simple page that shows posts. But it’s not assigned as the blog page. The header style here is composed of a simple row with background and media element in it.
In the assigned blog page (assigned in Settings > Reading) you can only add a page header. Then add a image background to it. I already added it in your blog. Please check and let me know.
Best regards!
in reply to: MapsHello,
I checked, the map is indeed not a simple CB element but included in special footer. See this screenshot to understand how to open the map options: https://postimg.cc/bDfM6msK
Best regards!
in reply to: Menu and HeadersHello,
I edited the code. Please clear cache and refresh page. It’s ok now, i checked.
Best regards!
in reply to: Remove grey barHello,
Go to the page’s General settings > Page Header Options > Active Page Header, set it OFF.
Screenshot: https://postimg.cc/wRmcm2jBBest regards!
in reply to: Drop Down Menu options not working properlyHello,
Go to Appearance > Menus. Find the sub-menus and make sure the “Set as mega menu” check box is not checked.
screenshotBest regards!
in reply to: Mobile Display IssuesHello,
2-Can you please be more clear? What is misaligned here: https://www.rat3d.co.uk/wp-content/uploads/2018/10/image01.png ?
I don’t see any issue in the image.3-Add this code into your custom css box:
@media (max-width: 979px){ .header_page.normal h1 { font-size: 17px !important; } }Change the value to your wish.
Breadcrumbs are inactive in mobile view by default. What you are getting is a screen larger than that of a mobile phone. Includes ipad / tablet/ mobile landscape layout.4-Add this code:
@media (max-width: 480px){ #logo { left: 40% !important; } .header_10 #logo { position: absolute; }}Let us know.
Best regards!in reply to: WooCommerce Cart IconHello,
Go to file style.css and find this line (862):
.header_tools .cart_icon{font-size: 14px !important;float:left;position:relative;}
Remove the !important. Like this:
.header_tools .cart_icon{font-size: 14px;float:left;position:relative;}Save changes.
Let me know.
Best regards!in reply to: Revolution slider optionHello,
Yes, revolution slider is included in theme package. You can install the included version and activate it from Plugins menu just like any other plugin.
**We have purchased extended licenses for all included plugins. This means they can be used by any one purchasing our theme as long as they use the version included in theme folder. To use them, just install plugin from Plugins menu and activate again from the Plugins menu. This is enough to use the sliders normally. There is no need to activate it in the slider’s options.
The only restriction of this type of licence is that you can not update it on your own terms.
The rules of the marketplace don’t allow us to give the plugin activation code. You can use the existing version without any problem. We update frequently all theme plugins to their latest versions in almost every theme release or in case when an urgent update is needed. So they are always fully compatible with the current theme version.If you want to buy a license by yourself this is allowed, but we thought that this isn’t needed because the version included works perfectly.
You are free to make the choice that best fits your needs.-Are you referring to this section: https://postimg.cc/nsfhTzzh ? If so, these are clients. This is just a Visual Composer element. Remove it from page’s options. See here: https://postimg.cc/rdyF7HSB
Best regards!