Forum Replies Created
-
in reply to: Navigation header 10 aligned right
Hello,
Please add these lines into your custom css box:
header#header #navigation { float: none; }Best regards!
in reply to: dropdown menu not clickableHello,
I can not understand what’s wrong if it’s disabled. Please send us your wp credentials in a private reply so we can check.
Best regards!
in reply to: Change header on blog postsHello,
Please go to file includes\view\page_header.php and find this line:
<h1><?php echo esc_html($title) ?></h1>Replace with this:<h1><?php if ( is_singular('post') ) { echo 'Blog'; } else echo esc_html($title) ?></h1>Save file.Best regards!
in reply to: Blog – Want to Eliminate Reply SectionHello,
Please find ‘Custom css box’ under Specular > General Options. Scroll down to ‘Tracking Code / Custom CSS / Custom JS’ section (screenshot). Every css code you write here, will be saved even in case of theme update, that’s why we strongly recommend to make all css changes here.
In Appearance > Editor, you edit the style.css file directly. The changes made here will be lost in case of a theme update (updates overwrite all theme files included style.css)Best regards!
in reply to: Logo Too Wide?Hello,
Please add these lines into your custom css box:
@media (max-width: 480px){ #logo img { max-height: 40px !important;} .fullwidth .blog-article.alternate-style .media { width: 300px !important;} .fullwidth .blog-article.alternate-style .content { width: 293px !important;} }Result.
If you had difficulties uploading from the host, it’s probably a memory issue. you may not have enough memory. The template is installed properly, but it looks like you did not set the home page in General Options and Settings > Readings.
You can import a demo by going to Specular > Import/Export (Dummy data) Screenshot.Best regards!
in reply to: blog LayoutHello,
You can change it in file functions.php. Find this line:
add_image_size( 'blog', 825, 340, true );change the values of width and height and save. After import again the images, or run a plugin to recreate thumbnails.
You can read more about this in this article.Best regards!
in reply to: blog LayoutHello,
Please got to Specular > Blog Config and set Blog Style > Alternate. Save! By default the single blog posts have all the content below the featured image.
Best regards!
in reply to: about specular demo contentHello,
Please go to Specular > Import/Export (Dummy data) and click on the demo you want to import. In your case ‘Business 2’. Follow the steps described in the screenshot.
Best regards!
in reply to: Visual Composer \"Update\" not WorkingHello,
There isn’t much i can do with the rights you gave to this user. However, i tried to add / edit and delete elements with Visual Composer in page ‘Sample page’ and it all worked ok. Do you still have issues with it? When performing what action?
Best regards!
-
This reply was modified 11 years ago by
Mirela.
in reply to: Footer Single ColumnHello,
It it would if you replace theme files. But there are customizationes that require file edits, so we recommend you to save a copy of this file and replace back when there is a theme update. Or remake the edits to the new file.
When getting a theme update, we provide the change log too. So you can choose to overwrite only the changed files instead of making a full replacement.Best regards!
in reply to: Adding a stripe of picturesHello,
Add this into your custom css box:
.vc_gitem-zone { height: 330px;} .vc-gitem-zone-height-mode-auto:before { padding-top: 64%;}This is the result.
Best regards!
in reply to: Logo Too Wide?Hello,
You can fix this with some css. Please send us your site’s url so i can give proper advice.
Best regards!
in reply to: Blog – Want to Eliminate Reply SectionHello,
Please add these lines into your custom css box:
#respond { display: none; }Best regards!
in reply to: Some issues with SpecularHello,
1- For the testimonials/quotes please refer to this article;
2-Can you show us a link of your portfolio? Since there are several types of them, so i can give proper advice;
3-You can change thumbnails size at the file functions.php.
Find the line:add_image_size( 'blog', 825, 340, true );and change the size.
Then recreate the thumbnails or re-upload the image. Please refer to this article for more information;4- Please make sure to have set the Row Settings > Type > Full Width background;
Best regards!
in reply to: tab problem with gallery imagesHello,
Sorry for the late reply.
Yes, if you can create a user for us to access it.Best regards!
-
This reply was modified 11 years ago by