Forum Replies Created
-
in reply to: Portfolio Item Header
Hello,
I can’t access your page screenshot.
What theme version do you have? Have you installed third party plugins?
We need to see a screenshot or your page url to understand what is going on.
Send us your wp credentials ti give it a closer look. Just update the profile user information for that. Read this article for more information.Best regards!
in reply to: Full Blog MasonryHello,
1. To disable date on blog go to General options > Blog config and disable the Show date at blog post button.
To not display the category on blog page, go to Apperance > Widgets > Sidebar blog and move the Categories from it see screenshot( just drag and drop the categories widget).
2. To change the font size of posts headline, go to General options > Blog styling and choose the font size you wish see screenshot.
3. Add this code to your custom CSS box to change the color of the arrow icon:.blog-article.grid-style .media .overlay .post_type_circle i:hover { color: #5f5f5f; }Change the color to your wish.
Let us know.Best regards!
in reply to: Remove blog style or add /blog/ parent to postsHello,
It is not possible to show a slider on the portfolio item page, that’s why you can not see the slider options on the page settings. But you can set up the page header, choose a height, header style and a background.
Let us know.Best regards!
in reply to: customizing call-to-action colorHello,
This can be done with some CSS.
Can you show us a link where you want to try this?Best regards!
in reply to: Service Squares LinkabilityHello,
To make the square services icons links too, please go to file vc_template/services_large.php and find this line:
$output .= '<div class="icon_wrapper"><span class="top"></span><span class="left"></span><span class="right"></span><span class="bottom"></span><i class="'.esc_attr($icon).'"></i></div>';
Replace with this:
$output .= '<div class="icon_wrapper"><span class="top"></span><span class="left"></span><span class="right"></span><span class="bottom"></span><a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'"></i></a></div>';
Let us know.Best regards!
in reply to: Center social icons in header widgetized areaHello,
Add this code to your custom CSS box to center them:
.header_7 .header_wrapper .footer_social_icons { margin-left: 41px !important; }Best regards!
in reply to: Recent Portfolio with CarouselHello,
Sorry! We will fix this issue on the next tower update really soon.
You will be updated as soon as we resolve it.Best regards!
in reply to: Contact form coloured linesHello,
Please add this code to your custom CSS box:
div.wpcf7-mail-sent-ok { border-color: transparent !important; }This code is for the green lines after sending a contact.
Add this code:div.wpcf7-validation-errors { border-color: transparent !important; }to remove the yellow lines that appears when you send a non valid contact.
Let us know.Best regards!
in reply to: Homepage not responsive – SpecularHello,
Sorry for the late reply.
The file is located to your theme files –> \wp-content\themes\specular\js. Here open jquery.onepage.js and replace the lines.
Let us know.Best regards!
in reply to: Footer not hiddenHello,
You can change the slider height on your page settings see screenshot.
I see from the other topic of yours, that you can not find these settings. If so give us your credentials. We responded to your other topic for that.
If you want to edit other options of codeless slider, go to: screenshot. For more detailed information watch this video tutorial here.
Let us know.Best regards!
in reply to: codeless sliderHello,
The page setting are shown at the end of the page, when you click edit this page. Anyway give us your credentials to give this a closer look. Just update your profile user information (read this article) for that.
Best regards!
in reply to: FAQ accordion scrollHello,
I see you have installed this third party plugin: Remove query strings from static resources. This plugin may conflicts with theme. You have also this error in your page see screenshot. Please deactivate the plugin (or other third party plugins) and see if it conflicts.
Let us know if the issue persist.Best regards!
in reply to: Footer not hiddenHello,
The footer is showing just right. That happens because the content of the page its too large for the footer to be shown on the same page height without scrolling.
You can reduce the height of the slider to make the footer shown without scrolling.
Let us know.Best regards!
in reply to: Footer not hiddenHello,
The footer is showing just right. That happens because the content of the page its too large for the footer to be shown on the same page height without scrolling.
You can reduce the height of the slider to make the footer shown without scrolling.
Let us know.Best regards!
Hello,
What version of theme and visual composer do you have? Have you installed third party plugins? Maybe one of them conflicts.
Send us your credentials to have a closer look to the issue.
Just update you profile user information for that. Read this article for more information.Please don’t open many topics with the same issue, it can be a little confusing even for us. I am closing the other topic, so you can write only on this one.
Best regards!