Forum Replies Created
-
AuthorPosts
-
Hi Vitus,
Can you post the link to your website please?
Regards,
JosueMay 23, 2014 at 11:45 pm in reply to: Search icon to right of social media icons? Or even add a search field there? #269335Hi,
Can you post the link to the website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.page-id-3147 div#av_section_1 { height: 10px !important; min-height: 0 !important; }Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueBut if you try to go to http://www.3loptest.dk/office you’ll be redirected to http://www.3loptest.dk/products/office/. Have you changed the Products permalink in Settings > Permalinks?
Best regards,
JosueHi Fabiana!
Try re-installing WordPress, it seems some files are missing.
Best regards,
JosueHey!
Use the normal template, then add this to the Quick CSS:
.page-id-3680 #header{ display: none; }Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#footer .avia-logo-element-container{ margin: 0 !important; } #footer .avia-smallarrow-slider-heading { display: none !important; }Cheers!
JosueHey!
You can try having a Page Template and to show the Widgets: http://codex.wordpress.org/Function_Reference/dynamic_sidebar
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.phone-info{ color: red; font-size: 28px; }Change as needed.
Cheers!
JosueHey!
Refer to this topic:
https://kriesi.at/support/topic/change-logo-size-and-space-available-for-it/Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia-fullwidth-slider { position: relative !important; } .avia-slideshow-dots { position: absolute !important; top: 50px !important; right: 15px !important; width: auto !important; left: auto !important;}Cheers!
JosueHi!
That code works for me on my install, try this;
#top .content, #top .sidebar, #top .header_color div, #top .alternate_color, #top .main_color { border: none !important; }Best regards,
JosueHi Nancy!
It worked fine for me on Safari 7.
Best regards,
JosueHey!
Try adding:
error_reporting(0);Either wp-config.php or theme functions.php.
Regards,
JosueHey Scott!
Try adding this code to the Quick CSS:
div.ppt { display: none !important; }Cheers!
JosueTry looking at includes/loop-index.php.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.comment_container, div.side-container-comment { display: none; }Cheers!
JosueHello!
This is beyond the scope of the support we can offer. Try contacting a developer.
Cheers!
JosueMay 23, 2014 at 10:31 pm in reply to: How do I apply Enfold Child Main Menu in the layerslider? #269296Hey!
That’s not possible, you can have dynamic content from posts, but not menus as far as i know.
Cheers!
JosueHi Elisa!
Try the solutions provided here:
http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problemsRegards,
JosueHi Shanti!
A child theme version of functions-enfold.php will not replace the parent because the file is included in the parent at the end of the functions.php file.
You can add the function as a whole (avia_post_nav) to your regular child theme functions since the functions all have checks to see if that function has been created already and the child theme functions.php runs first.
Best regards,
JosueHey Ivana!
You’d need to use a specialized form plugin for that, like:
http://wordpress.org/plugins/contact-form-7/Or GF:
Gravity FormsBest regards,
JosueHi,
Making third party plugins compatible with theme is beyond the support scope we can offer.
Try regenerating the thumbnails:
http://wordpress.org/plugins/regenerate-thumbnails/Regards,
JosueMay 23, 2014 at 9:59 pm in reply to: Ajax portfolio entry preview images thumbnails are blurred #269282What’s the actual issue with that page?
You to Chrys, hope it works out for you :)
Regards,
JosueHi!
You can set that in the popup window (first option):

Best regards,
JosueHi,
Open page.php and look for line 26:
get_template_part( 'includes/loop', 'page' );Add this below it:
comments_template( '/includes/comments.php');Regards,
Josue -
AuthorPosts
