Forum Replies Created
-
in reply to: Problem with WPML and Reading settings
Hello,
You have a problem with your site. Whenever we try to save a change in a page, it pop ups a dialog box asking if we want to exit without saving changes (screenshot). After closing it, the update takes forever. It could be the reason you are not able to make the changes you want.
Please check with your host provider that you have all necessary rights to make changes to theme files / database. Also performing a database repair operation can help.
If the issue persists, disable all third party plugins, clear cache and cookies and try again.Let us know.
Best regards!
in reply to: Header Title not ResponsiveHello,
For the ipad layout size, please add this code into your custom css box too:
@media (max-width: 979px){ .header_page.with_subtitle.centered .titles h1 { line-height: 17px !important; }}for the titles withour sub-titles in mobile, add this code:
@media (max-width: 480px){ .header_page.centered h1 { line-height: 52px !important; padding-top: 7% !important; font-size: 25px !important; }}Edit the values to your wish.
As i said in my previous reply, Thank you for your suggestion. I will notify the developer team for future updates.
Please be patient until the next update.Best regards!
Hello,
-Yes, please send us your credentials so we can check the portfolio page.
-There is not malfunctioning with the arrows. That’s the theme’s default layout. You can switch the order by editing file single-portfolio.php.Best regards!
in reply to: Several issuesHello,
-I selected the two column footer style in Footer Options and it did change without any issue. Please check your site.
-I added this code:
.vc_separator.vc_separator_align_center h4 { display: none; }into the page’s custom css box, to remove the middle title.
Best regards!
in reply to: Spacing between footer menu itemsHello,
In this case, add this code instead:
footer .inner .widget ul li { padding-top: 5px !important; padding-bottom: 5px !important; }Change the values to your wish.
Best regards!
in reply to: Slider inside projectHello,
The slider does not have any issue displaying in portfolio page. Did you assign it in the page’s General Settings > Sliders Options?
Please send us the wp credentials in a private reply. So we can check it out.Best regards!
in reply to: Spacing between footer menu itemsHello,
The footer is divided in three equal columns. It’s the text that is too small for the column width and it makes it look too wide. If you shrink the columns width, the logo in the first one will get smaller too.
Please try to add this code into your custom css box:
footer .inner .widget ul li a { float: right !important; width: 62% !important; }Let us know if it does what you wanted.
Best regards!
in reply to: vc composer accordion options missingHello,
The “open tab” is in Section Settings (screenshot) not in the Accordion Settings. Some of the Visual Composer elements are overwritten by theme code. So they may have some minor differences with the default options. This is done due to theme compatibility policy.
However you can add more of the plugins default elements, by editing file includes/core/codeless_elements.php. Find the element in the list and remove it or comment out the line.
Example: by commenting this line:vc_remove_element("vc_posts_grid");the “Posts Grid” element will be added to the list of available VC elements to use in the page.Best regards!
in reply to: Problem with WPML and Reading settingsHello,
I edited content width in Specular > Layout > Boxed Container Width with percentage to 100%. The content will fit in every width now.
I see all pages (all translations) have the same image assigned in General Settings > Page Header Options > Page Header Background. You should select different images here for the page’s to have different page header images.
Let us know.Best regards!
Hello,
Theme installation did not pose any issue. Just perform it as instructed. After import has reached 100%, save changes and go to your pages. You will see all of them there.
However, we are happy to assist you any time you need it, so do not hesitate to contact us.
Best regards!
in reply to: Moving to the serverHello,
Upload theme folder into your server wordpress installation and then upload database. We recommend to use WP migrate DB plugin. To move database and automatically replace old url’s with the new ones.
Or you can use a plugin like https://wordpress.org/plugins/search-and-replace/ to replace the old path with new path.Since you still have a copy of the site somewhere which is working without any issue , you can use a plugin like https://wordpress.org/plugins/duplicator/ and then move your site to a different location which will take care of the path issue for you.
Some links you might find useful:
https://codex.wordpress.org/Moving_WordPress
https://wordpress.org/support/topic/
https://code.tutsplus.com/tutorials/
Please note that this is an independent action from theme so it is out of our support scope.
Best regards!
in reply to: Responsive Slider with white space on mobile?Hello,
I added this code into your custom css box:
@media (max-width: 676px){ .slider#slider-fullwidth { margin-top: -75px !important;} }And this is the result, screenshot.
Let us know if you need further help.Best regards!
in reply to: Problem with JQuery Datepicker functionality??Hello,
I added this line in your custom css box:
#ui-datepicker-div { z-index:9999 !important; }Please check your site. The date-picker displays ok now.
Best regards!
in reply to: several problems after theme updateHello,
I can not see the attachments.
-You have selected the header 1 style and it does have border on top of the sub menu. I see it does display in all pages, not only in contact page.
-The text in left side of top header is an advertising widget. Please check your chrome/ IE browser that you do not have any ad-blocking add-on installed. It must be blocking it from displaying.
-As for the socials icons, there isn’t any code present when i view it from inspect element. So it must be something else installed in your site that is causing this.
What other plugins do you have installed? Did you made any changes to theme files before? Or did you add any custom css code? Please send us your wp credentials in a private reply. So we can give these a closer look and fix them.Best regards!
in reply to: Several issuesHello,
There should be no problem setting footer to two columns. Did you change it at General Options > Menu Options?
Please send us your wp credentials in a private reply. So we can edit these two.Best regards!