Forum Replies Created
-
in reply to: How do I change the phone icon number
Hello,
Please add some wp credentials in a private reply. I can fix it for you.
Best regards!
in reply to: How do I change the header title layout and imageHello,
Sorry but there isn’t an option to set up the Page Header for all pages.
Best regards!
in reply to: UpdateHello,
Please deactivate all third-party plugins first. Check if the situation persists. If not, try activating the third party plugins one at a time. Until you see which one is causing it.
To update theme, check the instructions here: https://codeless.co/june/documentation/#update-theme
Best regards!
You’re welcome!
If you like our theme, please leave a rating on Themeforest. It’s important for us:
https://themeforest.net/downloadsThank You!
in reply to: 3 problems, in mobile versionHello,
Please edit this code:
.list ul { float: left; }To this:
.list ul { float: initial; }Let me know.
Best regards!in reply to: WP Bakery page builderHello,
Whenever you make a theme update, check for possible plugin updates in the wordpress dashboard. If there is any message asking to update included plugins, then follow the instruction on the screen. So you will be getting the included and updated version of the plugin.
Ignore any notification about updates from the ‘Plugins’ menu.If the plugin you want to update does not show up in the list of plugins, in the dashboard, then there isn’t any included update for it. You need to wait for the next theme update. Please keep in mind that the included version of WP Bakery is customized to be compatible with theme. So you must use that version.
https://support.codeless.co/?ht_kb=update-plugins-using-only-the-included-in-theme-version
Best regards!
in reply to: How do I change the phone icon numberHello,
You can change the text just by hovering over the icon text, click on it and start editing the current text. First, open the customizer in Appearance > Customize, and then continue with the editing. The same logic as changing the text in this example video tutorial: https://youtu.be/_hXmnrOlFJU?t=108
Let us know if you have any difficulties with it.
Best regards!in reply to: How to change the custom font?Hello,
400 errors are a temporary disconnect between the browser and the website or data source. It could be as simple as a cache issue. We recommend you to clear any cache plugin, and if you don’t have one, clear the browser’s cache. The request sent by your browser to the server is essentially malformed, which can result from an incomplete request, such as an interruption of some kind, ultimately resulting in the call upon the server being incomplete. Since the font is called from yet another server, it seems possible that the call could be coming from your server to Google’s — which indicates it may be cached.
-I suggest you take another test, by activating the parent theme instead.
-As for the Smush plugin, sorry but this is not one of our tested plugins and we do not offer support on third-party plugins.
I suggest you find another alternative for caching that does not conflict.Best regards!
Hello,
I see you do have an arrow pointing to the next slide: https://ibb.co/vvd80Z6
Is this what you were referring to? Can you please be more specific, so I can understand better what you want to do.Let us know.
Best regards!in reply to: I have an annoying padding at the top and bottomHello,
To change the inner paddings of a page, go to Appearance > Customize > Layout > Site Layout > Inner Content Distance from Top/ Inner Content Distance from Bottom. change the values here.
To edit the menu, go to Appearance > Customize > Header > Main Header Area. Change here all menu settings that you need.
Best regards!
in reply to: 3 problems, in mobile versionHello,
1-The top bar by default is not present in the mobile. Due to the small screen. To add it, please add this code into your Specular > General Options > Custom Css box:
@media (max-width: 767px){ .top_nav:not(.top_nav_mobile) { display: block !important; } .top_nav .row-fluid [class*="span"]:first-child {width: 25% !important;} .top_nav .row-fluid [class*="span"]{width: 70% !important;} }2-Add this css:
@media (max-width: 480px){ #logo img { max-height: 40px !important; }}3-Add this:
.list ul { float: left; }Result screenshot: https://ibb.co/TWgxYk3
Best regards!in reply to: Shop widget filters not visable on mobileHello,
Please add this code into your Custom css box:
@media (max-width: 767px){ .post-type-archive.post-type-archive-product .inner-content-row { display: inline-flex !important; flex-direction: column-reverse !important; width: 100% !important; }}Let us know.
Best regards!in reply to: Folie – Products Gallery doesn\'t loadThis reply has been marked as private.in reply to: Updating LayerSlider WP with SpecularHello,
By updating this way, you get the latest version of the plugin that has been included in theme package. This means the latest version included is 6.8.4.
We will update the plugin in future theme releases. The current version works well and has no issues.
Best regards!
in reply to: Social Media Links to open in another tabHello,
Please refer to this ticket regarding this: https://support.codeless.co/?topic=social-widget-can-this-open-the-social-media-pages-in-new-tabswindows
Best regards!