Forum Replies Created
-
in reply to: Home SLIDER above the menu :(
Hello,
That is not an error. When the menu width exceeds that of header, the menu automatically slides down. You can easily change it by setting smaller padding to menu items in General Options > Header Options > Menu Options.
I see you have managed to set the header non-transparent.
Let us know if you need further help.Best regards!
in reply to: No specular.zip file – no workaroundHello,
Please open up(unzip) the main folder you downloaded from Themeforest. You will find these folders inside: Documentation; Licensing; sliders_dummy_data; specular; specular-child;
Now zip the specular folder and upload it into your Appearance > Themes > Add New, in wordpress dashboard. Or just upload the folder as it is, into your wp-content/themes via ftp.Best regards!
in reply to: New theme update – Visual Composer FIXHello,
The release notes of every update, can be found in theme’s profile in Themeforest. Click here, to check them out.
Best regards!
in reply to: responsive logo sizeHello,
The
!importantattribute makes the style property take priority from the theme’s default style. It is not always necessary, but it does no harm.
I added this code into your custom css box:
@media (max-width: 480px){#logo img { max-height: none !important; height: 78px !important; margin-right: 50px !important; width: 100px !important; } } @media (min-width: 767px) { #logo img { top: 93% !important;} }Please check your site.
Best regards!
in reply to: ResponsiveHello,
In responsive mode, the columns are set to flow one right after another and try to keep as much of the normal dimensions so that they are the best visible (will not be stretched too much).
I see you have already removed the code above from the custom css box. This is the view i get from opening the FAQs page from an iphone, screenshot. It is as it should be.
What do you wish to change here?
Let us know.Best regards!
in reply to: Copyright FixedHello,
To fix this, you need to set up a minimum height for the content. I added this code into your custom css box:
.top_wrapper { min-height: 990px;}
edit the value to your wish.Best regards!
Hello,
The cart icon is not present in the left/right menu style by default, but i added it by editing the header.php file.
I replaced this line:with this:
And under the same block of code, i added this code too:
Lastly, i edited the style by adding this code into your custom css box:
a.cart_icon { padding-left: 130px; } .cart .content { display: none; } .cart .content a.cart_icon:hover { display: block !important; }PS: The changes made to file header.php will be overwritten in case of a theme update. So i suggest you to save a backup of it and replace it in the next theme update, to keep these changes.
Best regards!
in reply to: Overwrite the default layoutHello,
Yes, the issue is fixed in the latest update. Please download version 1.6.
Let us know for anything.Best regards!
in reply to: title in the slideHello,
Sorry for the late reply.
Please add this code into your custom css box:.codeless_slider .swiper-slide .content h1 { width: 600px; }Best regards!
in reply to: One page menu – Navigation ProblemHello,
Yes, the credentials are send in a private reply. But i will need your site’s url as well. Please send it too so we can login and check this out.
Best regards!
in reply to: Missing WooCommerce TranslationsHello,
Sorry, can i please see a link where are you running this?
Best regards!
in reply to: Header error after updatingHello,
Sorry for the late reply.
The header has no problem. If you try to move the window a bit, or do any other action, the header will fit in it’s place.
Did you add any other code/script/html to it? Please send us your wp credentials in a private reply. So we can give it closer look.Best regards!
in reply to: Color menu in Shop and productsThis reply has been marked as private.in reply to: Remove button animationHello,
Sorry for the late reply.
The link provided redirects to this site: https://www.1docway.com/ which is not build with Specular theme.
Please let us know how we can help you with anything regarding Specular theme.Best regards!
in reply to: Slider RevolutionHello,
Please read more from these links:
https://revolution.themepunch.com/https://www.themepunch.com/faq/slider-revolution-beginner-video-guides-tutorials/
Best regards!