Forum Replies Created
-
in reply to: header out of browser window
Hello,
-The menu looks good when i open your test site. See screenshot: https://ibb.co/VWQpJLW
-To edit the page’s elements you need to open the Codeless Builder. See all steps in these screenshots:
1-open page options: https://ibb.co/PTQx3Rs
2-show Codeless Builder button: https://ibb.co/1RYdbc8
3-Open the builder: https://ibb.co/JnLq5zB
4-Click on an element to open the options in the left sidebar: https://ibb.co/5Bs859jYou can check out some video tutorials about Codeless Builder here: https://youtu.be/JW3DvWEsm3M
Best regards!
in reply to: Google bot indicates page sources can't be loadedHello,
Please contact your host and check that all files are being loaded properly. This is a server side issue.
Let us know.
Best regards!in reply to: folie headerHello,
Now that i checked the site properly, let me explain all your questions:
1-First I uploded to Default Logo area but it’s failed to show,
then Next, I put it to Logo Light and it works. It’s strange.There are two types of header styles: dark/light. When the dark header is selected, dark logo will show. When light header is selected, light logo will show. You had the light header style selected, that’s why the light logo is used.
2) about social icons
I added !important to the last css. This is the result now: https://ibb.co/fqM1FrL
Please clear cache and refresh page.Let us know if you have further questions.
Best regards!in reply to: Disable hamburger nav menuHello,
Have you disabled the responsive mode in this site? I suggest you enable it again so the site content is scaled properly in mobile. To rever menu style from mobile to normal, add this css into Specular > General Options > Custom Css:
@media (max-width: 979px){ .mobile_small_menu { display: none !important; } header#header #navigation{ display: block !important; } }Best regards!
in reply to: Mobile Menu not showing all the pagesHello,
Please add this code into your Specular > General Options > Custom Css box:
.menu-small ul.menu > li > a { display: block !important; text-transform: capitalize; letter-spacing: 1px; color: #0d4a77; font-size: 16px; }Let me know.
Best regards!
in reply to: Can’t adjust items inlineHello,
Open the options of the column containing the button and go to the Design tab. Here add a margin-left. Enough to make the button centered. See a demo here: https://ibb.co/fCnMNBD
Let me know.
Best regards!in reply to: Link Style Not Working in Bulleted TextGreat!
If you like our theme, please leave a rating on Themeforest. It’s important for us:
https://themeforest.net/downloadsThank You!
Hello,
Please delete the “Codeless Builder” plugin. Refresh the page and install it again from the message in your dashboard.
Let us know.Best regards!
in reply to: Codeless BuilderHello,
I tested the WP Bakery and it’s ok. See screenshot: https://ibb.co/yV6KXZG
I tested Codeless BUilder and it’s ok as well. See screenshot: https://ibb.co/pv3Pt7k
Please try again.Best regards!
Hello,
Use a child theme. Add the edited file in the child theme. Make sure to keep the very same file path: includes\core\codeless_elements.php
Best regards!
in reply to: June not working properly on MobileHello,
I understand that is because the menu items are set to be aligned vertically in the middle of the header. To push them down, add this css into your Custom Css box:
@media (min-width: 992px){ .header_container.header-top > .main { line-height: 92px !important; }}Change the value to your wish.
Best regards!
in reply to: folie headerThis reply has been marked as private.in reply to: Link Style Not Working in Bulleted TextHello,
That’s nothing to worry about. You can proceed with saving the changes.
Best regards!
in reply to: Featured Image CaptionHello,
You could try using a plugin for this. Examples:
https://wordpress.org/plugins/fsm-custom-featured-image-caption/
https://wordpress.org/plugins/featured-image-caption/
*Please know that we do not have these plugins tested. So make sure to properly check your site after installing and activating.
Best regards!
in reply to: how to center codeless slider content (image/video)?Hello,
The slider content in the demo is set to be in the middle. While in your slider it was set to show horizontally aligned. I changed it in Codeless Slider > Layout > Content Position, to “In middle of slide”. See screenshot: https://ibb.co/xS7mqSL
Please clear cache and refresh page. Let us know.
Best regards!