Forum Replies Created
-
in reply to: June not working properly on Mobile
Hello,
I set the extra (bottom) row height to 0 and the main header row margin-bottom to 0 as well. Both options are located in Customize > Header options.
Let me know.
Best regards!in reply to: Revolution Slider errorHello,
Technically, yes. Let me know if you see any issue with any other slider so i can check.
Best regards!
in reply to: Can’t adjust items inlineHello,
It looks like the row has only one column. You can divide the row in more than one column in the row settings. See screenshot: https://ibb.co/kJVdVSR
Just click the “row” bar, for these options to appear.If you want us to make a demo page with this layout, just add some wp credentials in a private reply.
Best regards!
in reply to: Layerslider showing same image on various slidersHello,
Sorry for the late reply!
Did you update the Layersldier yourself? The latest included version of the plugin is 6.8.4. Please remove the Layerslider you have now. And install the included version. We have not yet tested the latest version.Let us know i the situation persists.
Best regards!in reply to: Codeless BuilderHello,
Please delete the current Codeless Builder plugin. Refresh page. Then install it again from the message in your dashboard, asking you to install required plugins.
This is the new updated version of the builder with the issue fixed.
Let us know.
Best regards!in reply to: How to change the custom font?Hello,
Sorry for the late reply.
There is a 400 Bad Request error in your site (screenshot). Here the google fonts link requires a font that is not a google font: nevis! If you try to open the link with any other google font (https://fonts.googleapis.com/css?family=Tangerine%3A100%2C100i%2C200%2C200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i&ver=5.3) it has no issues.
Do you have added any custom font yourself? Or used any plugin to add/remove fonts? Please remove this font from wherever it’s been used first. Select on eof the available fonts and try again.I noticed the control bar for some elements (text, media) is not showing in your customizer when the WP Shopify plugin is on. I suggest you deactivate it and use another plugin that does the job and does not conflict with theme options. Example the included Woocommerce.
Let us know.
Best regards!in reply to: Revolution Slider errorHello,
Somehow the slider is set to have a minimum height of 36px. I fixed this by adding this css in the Custom Css box:
@media (min-width: 1200px){ rs-module-wrap#rev_slider_5_1_wrapper { min-height: 400px !important; min-width: 100% !important; } }Please check your site now.
Best regards!in reply to: how to center codeless slider content (image/video)?Hello,
This is what I get when I open the site in mobile: https://ibb.co/N9qGNfj
Is this not ok? Can you add some wp credentials in a private reply? So we can check the configurations.Best regards!
in reply to: Can’t adjust items inlineHello,
I don’t see any image attached, however. You can customize the content expanding inside a column, by editing the margin/padding of the column and row. See these screenshots: https://ibb.co/zsb0HQb
https://ibb.co/gwgtzVMLet us know if you need further help.
Best regards!in reply to: folie headerHello,
The warning is from a third-party plugin. We do not support third-party plugins. Please deactivate it first, update the theme and try activating it again.
I can’t log in because the captcha characters are in Japanese. Can you please deactivate the captcha temporarily?
Best regards!
in reply to: How to delete the gap between two blocks, etc.Hello,
1-The gab is created from the padding/margin assigned to the rows. Please check first the Design Settings of the rows. Open Row Settings > Padding, see screenshot: https://ibb.co/2YPvNG7
Then check the column padding. See screenshot: https://ibb.co/hBZ75tP
Another option to check is the distance in Page Builder Row Margin Bottom in Theme Options. Go to Specular > Layout > Page Builder Row Margin Bottom, check the value here.2-There is no problem adding the youtube videos. I just checked again. What link are you pasting in? Please try the default shared link. See screenshot: https://ibb.co/rm7dPGx
Let us know.
Best regards!in reply to: June not working properly on MobileHello,
The space above the logo is caused by the alignment of header elements. I changed it by adding this css into Customize > General > Custom codes > Custom Css:
.header_container > .main .c-left.header-col { align-items: center !important; } .header_container > .main .c-right.header-col { align-items: center !important; }The menu was under the logo because it was added in the bottom row of the menu, not in the same (middle) row where the logo is.(screenshot) I changed its position by just dragging-and-dropping the menu element in the middle column of the row where logo is present.
Please check your site now.
Best regards!in reply to: Footer text colorHello,
I added this css in Specular > General > Custom css box
footer#footer a { color: #fff !important; }Let us know.
Best regards!in reply to: how to center codeless slider content (image/video)?Hello,
Sorry but i don’t see any text in the slider. Only the video. Are you referring tot he menu text?
Best regards!
in reply to: Contact 7 formHello,
Yes, please add this css into your Specular > General Options > Custom Css box:
.wpcf7-form-control-wrap input{ border: 1px solid #0000001f !important; }Best regards!