Forum Replies Created
-
in reply to: Choosing page Side Bar
Hello,
That is not possible.
But..you can add as much custom sidebars as you want. Go to General Options > Custom Sidebar (screenshot).
Then add content to them from Appearances > Widgets.
Let me know.Best regards!
in reply to: SUPPORT MENU AND LAYOUT PAGEHello,
I added this code into your Custom Css box in General Options:
@media (min-width: 1500px){ .page-id-881 #content { min-height: 2100px !important; }}Please check it.
Best regards!
in reply to: various little problemsHello,
1-In the row id, the hashtag sign (#) is not necessary. Only row id. I changed it and the link to section is ok. please clear cache and refresh page.
2) I fixed it. Screenshot: https://postimg.cc/image/46ajnn0lz/
3) Go to Customizer > Post Style, select Modern style to add content from Codeless Builder. See screenshot: https://postimg.cc/image/54vi3o3br/
Please check these out and let me know.
Best regards!
in reply to: Product layout ProblemHello,
Did you upload the same theme folder in the new server’s wp-content/themes folder?
Do you have added any Custom Css to the first site?
Just make sure to have replicated every possibe change or customization you did in the staging site.
Let us know.Best regards!
in reply to: theme installationHello,
Please let me know the name of theme. Or write directly at your theme’s forum. See the list of forums in the right sidebar (screenshot).
If you need our help with the import, then add wp credentials for us to login. Read this article for more information.
Best regards!
in reply to: "State" dropdown not showing on checkoutHello,
I tried several times but did not had any issue with it. See screenshot: https://postimg.cc/image/ew6lz20uv/
What browser are you using?
Let us know.Best regards!
in reply to: Change font menuHello,
Add this css too:
.header_container.header-top > .main, .header_container.header-bottom > .main { line-height: 45px !important; }Result screenshot: https://postimg.cc/image/h535znbvb/
Let me know.Best regards!
in reply to: theme installationHello,
What theme did you install? Send us some valid wp credentials in a private reply. SO we can help with the dummy data import.
The images are not included in order to make the dummy data loading size smaller.
You should upload your own licensed images, or if you must have the one’s of the demo, Just download them from the online site.
Let us know.Best regards!
in reply to: Shop Page Extra RowsHello,
Sorry for the late reply.
-Home6-To find the additional elements in any shop page, go to Page Settings or Shop menu from the Customizer.
See screenshot: https://postimg.cc/image/8z2qihrif/
In Shop menu make sure to not have set up content to be shown before or after main shop content. See screenshot: https://postimg.cc/image/wrc1tyw3b/-Home 4- buttons in footer: The footer is optional and can be imported separately from theme’s content. The content of footer is all widgets. To change/remove them, go to Appearance > Widgets.
I don’t see any buttons in your site’s footer. Did you manage to remove them?
Let me know.Best regards!
in reply to: Specular js library select2 is creating issuesHello,
I just tested it and commenting out the select2.js file does not cause any issue to Visual Composer or switching between text/visual in the editor. See screenshot: https://postimg.cc/image/ipvgue0hz/
Best regards!
in reply to: Update to WPBakery Page Builder 5.5.2Hello,
The included version of the plugin has been modified to be fully compatible with theme. Even though you see the notification for a new version available, this does not mean the current version will not work anymore. We update theme frequently and even release urgent updates in case of any security issue regarding any of the included plugins!
The difference of the extended license and the regular one is that with the extended license (that we provide), you can not update the plugin on your own. Using the plugin’s options.
For that, a regular (personal) license is needed.But as mentioned, since the plugin has been modified to fit theme options and style, updating it on your own can result in errors and issues.
Let us know if you have further questions.
Best regards!
in reply to: Media Element – Video loop IssueThis reply has been marked as private.in reply to: Change font menuHello,
To add border to a menu item, try this css. Add the code into your Customize > General > Custom Codes> Custom Css:
.header_container.menu_style-border_bottom #navigation nav > ul > li#menu-item-2078 { border-top-width: 2px !important; border-bottom-width: 2px !important; border-left-width: 2px !important; border-style: solid; border-right-width: 2px; border-color: rgba(0, 0, 0, 0.94) !important; }Result screenshot: https://postimg.cc/image/4xg4w0z07/
Let me know.Best regards!
in reply to: SUPPORT MENU AND LAYOUT PAGEHello,
Theme uses the class to customize the menu’s used in theme. The files where you can find the function are:
specular\includes\core\codeless_megamenu.php
specular\includes\core\js\codeless_custom_menu.js
specular\includes\view\menu-small.phpBest regards!
in reply to: Custom Code ProblemThis reply has been marked as private.