Forum Replies Created
-
in reply to: Big menu and detail pages header
Hello,
The Visual Composer plugin is included in the theme package and we update it on every new release of theme. But the licence is not included. If you want to update prior to theme update, then you will have to buy it yourself.
Best regards!
in reply to: Revslider not responsive on mobileHello,
The code may vary from installation to installation because of the setup of each installation and images used. At least send us your site’s url. So i can give a closer look to what needs to be modified in your own case.
Kindly let us know.Best regards!
Hello,
Add this code into your custom css box:
@media (max-width: 979px){ .codeless_slider .swiper-slide{ background-attachment: initial !important; background-position: 50% 50% !important; }}Did you made any changes recently? From what browser are you accessing it? Please add the slider you are having issues with in a normal page and send us the link. So we can give it a closer look.
Best regards!
in reply to: Change thousands separator in OdometerHello,
Sorry but editing the odometer.min.js file is the only way to change the separator symbol.
Best regards!
in reply to: Text Blocks in full width not responsiveHello,
The Visual Composer is incorporated in the theme as advertised in theme presentation. If you wish to remove it completely, just deleting the theme and reinstalling it won’t do. I can guide you into removing it completely, but then you will need to buy the plugin yourself.
Before that, we can try and fix whatever issue you are experiencing with the style. Please add this code into your custom cs sbox:.full-width-content .wpb_column .wpb_wrapper { margin-left: 15px !important; margin-right: 15px !important; }Let us know how you wish to proceed.
Best regards!
-
This reply was modified 10 years, 3 months ago by
Mirela.
in reply to: Border resizes when viewed at different zoomed %’sHello,
Sorry for the late reply.
Can you please be more specific? I opened your site in different screen sizes and zoom’s, but the border did not loose it’s form.
In what screen resolution is this happening?
Kindly let us know.Best regards!
in reply to: header in mobile verisonThis reply has been marked as private.in reply to: No specular.zip file – no workaroundHello,
To increase memory allocated to PHP, please add this line into your wp-config.php file:
define('WP_MEMORY_LIMIT', '96M');
This should be enough memory. Kindly let us know.Best regards!
in reply to: WooCommerce Product Page IssueHello,
Sorry for the late reply.
Woocommerce intentionally removed the plus and minus signs. Please refer to this: https://github.com/woothemes/woocommerce/issues/4643
As the article says: “In WooCommerce 2.3, the quantity increment buttons have been depreciated, as most browsers now support<input type=”number” />.”However, if you want to keep them, just install and activate this plugin: WooCommerce Quantity Increment plugin.
Hope this helps. Kindly let us know.Best regards!
in reply to: responsive logo sizeHello,
Sorry for the late reply.
Please add this code into your custom cs sbox:@media (max-width: 480px){ #logo img { height: 50px;} } /*iphone size*/ @media (max-width: 979px){ #logo img { height: 50px;} } /*ipad size*/Edit the values to your wish.
Best regards!
Hello,
Sorry for the late reply.
Please send us your site’s url, so i can give you the precise code to add.Best regards!
in reply to: number of portfolio itemsHello,
The default number of portfolio items to display for a two column portfolio, is 6. If there are more items available and you have chosen the “with pagination” style, then the pagination will display. If not, you need to increase the number of items to show, just like suggested in the article.
Let us know if you need further help.Best regards!
in reply to: Page Header and CrumbtrailHello,
Please add this code into your custom css box:
@media (max-width: 480px){ .header_page.normal h1 { font-size: 18px !important; line-height: 90px; }}Let us know.
Best regards!
in reply to: Same Custom sidebar or several pagesHello,
Yes, sorry i misunderstood you. You need to create different sidebars for each page. It is not possible yet to use one sidebar in multiple pages.
Best regards!
in reply to: No specular.zip file – no workaroundHello,
Please make sure you are importing only theme folder, not the hole main package downloaded from Themeforest.
The main package contains specular theme folder, child theme folder, documentation, Licencing and sliders folder. You need to unzip this main folder and upload into your wp-content/themes only the specular folder. Another way is to zip it[specular theme folder] and install from wordpress dashboard.
If the “are you sure you want to do this?” message keeps displaying, then please check out your memory limit. You may not have enough memory to import the files. Contact your host provider regarding it.
Let us know.Best regards!
-
This reply was modified 10 years, 3 months ago by