Forum Replies Created
-
in reply to: search on mobile menu
Hello,
I don’t see the code i suggested, in your custom css box. I added it, made a few changes and now it shows. Please check your site.
Best regards!
in reply to: Logo in Center & 2 Navigation in Sides IssueHello,
Please add this code into your custom css box:
@media (max-width: 979px){ .header_wrapper { background: rgba(255, 255, 255, 0) !important; }}Result screenshot.
Best regards!
in reply to: Set frontpage for multilingual siteHello,
Can you please check the credentials? i can’t login with this password (screenshot).
Best regards!
in reply to: Ipad in Landscape Revolution SliderHello,
I added this code into your custom css box:
@media (max-width: 1024px) { .slider { max-height: 348px !important; } div#rev_slider_2_1_wrapper { height: 350px !important; max-height: 400px !important; } .fullwidthbanner-container .fullwidthabanner { height: 350px !important; max-height: 400px !important; } }And this one in the “Financial Planning” page’s custom css box:
@media (max-width: 1024px) { .fullwidthbanner-container .fullwidthabanner { height: 349px !important; max-height: 400px !important; } #rev_slider_5_1 { height: 349px !important; max-height: 400px !important; } }Please check your site and let us know.
Best regards!
in reply to: Customizer Not SavingHello,
It must be something on your side as i still had no problem adding/ editing/ removing items and save menu each time. I made an example with “main menu”. You can see it in this screenshot, set as footer menu in widgets.
Let us know.Best regards!
in reply to: Alignment IssuesHello,
I checked your site and set a padding to the services row. It reflected the change just as it should.
Can you please be more clear on what are you trying to do? If you want o (zero) space between the rows, then you can change that using custom css. Even if you set row padding to none, the theme is designed to give a least space between the rows (for aesthetic reason).Let us know.
Best regards!
in reply to: Logo in Center & 2 Navigation in Sides IssueHello,
You can change it with some custom css. I can give the right code to you, but i need to see a link where is this running.
Note: Please consider updating your profile data. Read this article for more information.
Best regards!
in reply to: while template activation parse error is comingHello,
What version of Visual Composer do you have? Please make sure to have the latest theme version and plugin’s.
Read the documentation for instructions on how to update theme, and read this topic for instructions on Visual Composer update.
Let us know.Best regards!
in reply to: Responsive IssuesHello,
1-That’s great!
2-I edited the code in your custom css box, that controls this screen dimansion to this:
@media (max-width: 1100px) and (min-width: 981px){ .textbar .btn-bt { left: 75% !important;} .textbar h2 { margin-bottom: 10px !important; text-align: left !important; } .header_1 nav .menu > li { margin-right: -1px !important; margin-left: -1px !important; } }4-The Revolution and layer slider are independent from theme. They are slider plugins used only for slider. You can do what you want with them. It won’t affect theme.
5-Please check that you have set up the same email in both contact form options and in your Settings > General > Email Address. If you have issues getting the email, then please contact yoru host provider. This is a server issue.
To remove the warning lines of contact form plugin, please refer to this topic.
Let us know.Best regards!
in reply to: Set frontpage for multilingual siteHello,
Theme is tested for major translate plugins like WPML and it also can be translatable using the included .PO/.MO files.
Normally but we do not support third party plugins. However, if you fill in the necessary information on your extra information fields of your profile data, we can give it a closer look.
Read this article for more information.Best regards!
in reply to: Padding between sidebar and main contentHello,
Please add this code into the page’s custom css box:
.row > .span9 { padding-left: 55px !important; }Best regards!
in reply to: Redux Framework failureHello,
The easy way is to check to be sure that your version of PHP has the curl module installed and/or enabled.
Also I suggest you to update the PHP verison on your server. You must update php to a higher version > 5.5.Please contact your host provider and let us know.
Best regards!
in reply to: Add google analytics code into the themeHello,
Please go to General Options > Tracking Code / Custom CSS / Custom JS > Tracking Code. Paste your Google Analytic code here.
Screenshot.Best regards!
in reply to: Mobile full screen overlayHello,
Please read theme documentation for instructions on how to update theme. You have it included in your main folder (the one you dowloaded from Envato). Or just read the online version.
Link: https://codeless.co/documentation/main.html#update_themeBest regards!
in reply to: Specular "Shop" demo content was not installedHello,
There was no problem. You just needed to customize it.
Like i said in my previous reply, the Demo data imports pages, posts, portfolio items, widgets (find them in the ‘inactive widgets‘ area in your Appearance > Widgets) and it setts up some main style configuration. Like home page, blog page, header style, logo..etc.The issue with the links is wordpress related. It has nothing to do this theme. To fix it, try this out:
-reset permalinks -> set permalinks to default , save and then set them back to postname (the current version).
Clear cache and refresh page. According to the host, it may take some time to reflect changes. (some hosts are slow).-If this still won’t do, then delete/rename your .htaccess file, located in your root wordpress installation folder, and after this, reset permalinks.
You can check out these useful links regarding it:
https://wordpress.org/support/topic/the-requested-url-login-was-not-found-on-this-server-1
https://codex.wordpress.org/Using_PermalinksLet us know.
Best regards!