Forum Replies Created
-
in reply to: Activating Specular making my site go blank
Hello,
Glad to know it’s ok now.
Best regards!
in reply to: posts descriptionHello,
Sorry, it’s not possible to use VC in custom post types.
Best regards!
in reply to: responsive error on menu ipadHello,
Can you please send the screenshot of the error? I don’t see any. You can add this code into your custom css box:
@media (max-width:1024px){ .header_11 #logo { margin-left: 10px; margin-right: 10px; } nav .menu > li { padding-right: 2px; padding-left: 2px; }}to make menu items in one row.
Best regards!
in reply to: h3 titles in woocommerce productsHello,
Yes, please add this code into your custom css box:
.products h3 { font-size: 20px; }Edit the value to your wish.
Best regards!
in reply to: woocommerce products rowHello,
In the Visual Composer element you are using to display products, there should be an attribute for column number. Change the number from 5 to 4 and save.
Best regards!
in reply to: sidebar single productHello,
Please go to Appearance > Widgets and find the woocommerce side bar. Remove all widgets from it.
Best regards!
in reply to: Coddles Slide OptionHello,
I tried to access your site with all the data you send but no one is valid. Can you please check? I see that the specular theme is installed. But to have the demo look, you must set a home page and blog in General Options, and in Settings > Reading. Then go to Appearance > Menus, and assign a menu to site.
Let us know how do you want to proceed.Best regards!
in reply to: Installation errorHello,
@pietrofaresi,
I tried to access your site with all the data you send but no one is valid. Can you please check? I see that the specular theme is installed. But to have the demo look, you must set a home page and blog in General Options, and in Settings > Reading. Then go to Appearance > Menus, and assign a menu to site.
Let us know how do you want to proceed.Best regards!
in reply to: Installation IssueHello,
Please make sure first that you are uploading only theme folder (specular). Also make sure to have enough memory limit. You can ask your host about it.
If the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Installation issueHello,
@pietrofarese,
Please make sure you are uploading only theme folder (specular). Also make sure to have enough memory limit. You can ask your host about it.
@theplaystudio,
Please follow the above instructions as well.If the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Adjust empty space below Codeless sliderHello,
Please edit the code above to this:
.codeless_slider_swiper.parallax_slider { height: 550px !important; min-height: 550px !important; }Let us know.
Best regards!
in reply to: Responsive Menu/HeaderHello,
Please send us your ftp credentials in a private reply. This needs modification in the js files that i can’t access via dashboard.
Best regards!
in reply to: featured images on portfolio itemsHello,
In you case you need to edit this line:
add_image_size( 'port4', 600, 600, true );
Change the dimensions (width/height) to your wish and save.(Example:add_image_size( 'port4', 500, 250, true );-> width; 500px, height: 250px;) Upload images again after the changes or run a plugin to recreate thumbnails.Best regards!
in reply to: Portfolio section brokenHello,
You should check for corrupt .htaccess file.
You can do so by renaming your main .htaccess file to something like .htaccess_old. To rename the .htaccess file, login to your site using the FTP. Once you are in, find the .htaccess file located in the same directory where the wp-content, wp-admin, and wp-includes folders are.
Once you have renamed the .htaccess file, make sure that you go to Settings » Permalinks and click the save button. This will generate a new .htaccess file for you with proper rewrite rules to ensure that your post pages do not return a 404.
Read more about it in this article.Best regards!
in reply to: Mobile Website – Slider IssueHello,
I don’t see any Revolution slider error. Did you manage to fix your issue? PLease add this code into your custom css box:
@media (max-width: 480px){ .slider#slider-fullwidth { min-height: 116px !important;} #content { padding-top: 40px !important;} #logo img { height: 50px !important;} }Best regards!