Forum Replies Created
-
Hello,
For the headings in mobile, please add these lines into your custom css box:
@media (max-width: 767px){ h2 { line-height: 60px; } }I can see all portfolio images even in mobile. Screenshot. Can you send a screenshot of the issue?
Best regards!
in reply to: Search button bacgroundHello,
Please add these lines into your custom css box:
.search_bar { background: #FFF; } input#s::-webkit-input-placeholder { color: #053142; }Best regards!
in reply to: Roll Over Effect on Image GridHello,
Sorry but this is not possible.
Best regards!
in reply to: Blog Header Colour – Single PostHello,
I didn’t see any white font in white background in blog. (I can’t open the page you send.) Please send me some screenshots so i can understand better.
PS: You have build a very beautiful site. With your permission we would like to have it in our theme showcase.
Let us know.Best regards!
in reply to: Contact Form 7 not workinghello,
If you did not receive any email, please contact you hosting provider. This is a host issue.
Best regards!
in reply to: Errors in Google webmasterHello,
I activated the responsive mode and i set to ‘Yes’ the “Show Responsive Menu Dropdown” option in “Header Options”. I added also this code into your custom css box:
@media (max-width: 480px){ #logo { width: 89%; } #content { padding-top: 0 !important; padding-bottom: 0 !important; } #footer .inner .row-fluid.ff:first-child { padding-bottom: 0px; } }This is the result: screenshot.
Best regards!
in reply to: Header Widgetized AreaHello,
The shortcode for the contact info in Top widgetized area doesn’t seem to be working. Did you installed any new third party plugin? Or made any update?
Please send us your wp credentials in a private reply so we can give it a closer look.Best regards!
in reply to: Curious Issue with icons in FirefoxHello,
Sorry for the late reply.
Please contact your host provider about this as it is not a theme issue. Also open debug mode via ‘Inspect Element’, you have several errors shown.Best regards!
in reply to: Alignement with Visual ComposerHello,
Your site is on construction mode. I can’t access the pages. Do you mind giving us your wp credentials in a private reply so we can check them.
Best regards!
in reply to: Issue importing demoHello,
I see the pages mentioned do have contend and the contact form does show also. Do you still need any support?
Best regards!
in reply to: Button SizeHello,
Please add these lines into your custom css box:
.vc_custom_heading h2 { margin-bottom: -33px;}Best regards!
in reply to: Contact Form 7 – Problem with LightboxHello,
Sorry there was a lapsus in the reply above. The file mentioned is bootstrap-responsive.css, not ‘.js’.
Best regards!
Hello,
Can you please check the given credentials again? I can’t login.
Best regards!
in reply to: WooCommerce for SpecularHello,
WooCommerce is a free plugin that you can download anywhere. Or just go to Plugins > Add New, in search box type ‘WooCommerce’. Install the first one of the suggested. Or download it here.
Best regards!
in reply to: Show Entire BlogPosts in www.site.com/blogHello,
You will need to edit theme files for that. Please go to file includes\view\blog\loop-grid.php, and find these lines(168):
<div class="text"> <?php if($post_format == 'video' || $post_format == 'audio') echo codeless_text_limit(get_the_content(), 20); else echo get_the_excerpt(); ?> </div>Replace with these:
<div class="text"> <?php if($post_format == 'video' || $post_format == 'audio') echo codeless_text_limit(get_the_content(), 20); else echo codeless_text_limit(get_the_content(), 999999); ?> </div>Best regards!