Forum Replies Created
-
in reply to: Issue importing demo
Hello,
Please send us your site’s url as well.
Best regards!
in reply to: FAQ – choose categoriesHello,
Thank you for your suggestions. We will consider them for the future updates.
Best regards!
in reply to: Error in Search Result PageHello,
You have many third party plugins and one of them is messing with theme css. The css code above should have been added into theme’s custom css box, located in General Options. I added this code, into your custom css box:
.search-no-results .header_page.centered.without_shadow.no_parallax.with_subtitle { height: 110px !important; padding-top: 155px !important; }Best regards!
in reply to: Errors in Google webmasterHello,
To update theme, please unzip the folder downloaded from your Envato account. You will find Specular theme folder, documentation, licence files..etc. Get only theme folder and upload directly into your wp-content\themes folder, overwriting the existing Specular files. (We strongly recommend to keep a backup of previous files in case you have made changes). It’s done!
Can you give us your wp credentials in a private reply? So we can check the responsive issue.Best regards!
Hello,
The spaces are created because the feature images are not equal in size. Please add these lines into your custom css box:
.latest_blog .no_carousel .blog-item { height: 400px !important; }You can try this free plugin, for the membership or the “Restrict Content” plugin by pippinsplugins.
Best regards!
in reply to: format images portfolioHello,
You can edit image sizes in function.php file. Find these lines:function codeless_images_sizes(){ add_image_size( 'port3', 600, 600, true ); add_image_size( 'port3_grayscale', 927, 470, true ); //add_image_size( 'port3_grayscale', 627, 470, true ); add_image_size( 'port2', 460, 275, true ); add_image_size( 'port2_grayscale', 940, 470, true ); add_image_size( 'port4', 600, 600, true ); add_image_size( 'blog', 825, 340, true ); add_image_size( 'alternate_blog', 440, 195, true ); add_image_size( 'alternate_blog_side', 355, 235, true ); add_image_size( 'blog_grid', 350, 350, true ); add_image_size( 'staff', 400, 270, true ); add_image_size( 'staff_full', 500, 340, true ); }edit the sizes of the portfolio you are using. Then upload again the images, and run a plugin that recreates thumbnails.
Best regards!
in reply to: Issue importing demoHello,
Can you please post your wp credentials in a private reply? We can do it for you.
Best regards!
in reply to: Error in Search Result PageHello,
This is strange. It does not happen on our site, please add these lines into your custom css box:
.search-no-results .page_header_yes .top_wrapper { padding-top: 190px; } .search-no-results .header_page.centered.without_shadow.no_parallax.with_subtitle { height: 110px !important; }Let us know.
Best regards!
in reply to: Theme Layout / Responsive IssueHello,
Please send us your site’s url so we can give it a closer look.
Best regards!
in reply to: How do I open and play video in a modal dialog box?Hello,
You can achieve this by adding a lightbox shortcode inside a Text Block in Visual Composer.
Best regards!
in reply to: BLOG STYLEHello,
You should only create a new page and add the ‘Full blog’ element via Visual Composer. See screenshot. Select the masonry style for the blog. If you have imported dummy data, then find the example page with title “Blog Page 4”.
Best regards!
in reply to: Slider Dummy Data – Creative ProjectHello,
The slider used in Creative Project demo is already included in dummy data. Find Codeless Slider > Home slider(the one used in homepage). If you can please send us your wp credentials so we can check.
You can see a list of available buttons here.
Best regards!-
This reply was modified 11 years, 1 month ago by
Mirela.
in reply to: Specular import issueHello,
I was able to import dummy data of Business 3 demo. (screenshot). You can continue with further customization.
Best regards!
in reply to: Header not responsive in browserHello,
I see that the header in blog page did change, screenshot. If you do not see this, than please clear cache and refresh page.
The php for the green bar, you can put it in \includes\view\blog\loop-grid.php right before this line:
<div id="blogmasonry" class="<?php if(isset($cl_redata['blog_grid_col'])) echo 'cols'.$cl_redata['blog_grid_col']; else echo 'cols3'; ?>">Best regards!
in reply to: Service Icon ClickabilityHello,
The solution provided has been tested and do work. Maybe you copied it wrong. I can give a look if you give me your wp credentials in a private reply. If you used a different solution, please share so other’s interested can find it helpful.
Thank you,
-
This reply was modified 11 years, 1 month ago by