Forum Replies Created
-
AuthorPosts
-
Hi!
Try upgrading via Appearance > Themes > Add new, upload the theme (only the enfold folder) as .zip.
Regards,
JosueDo the update via FTP:
Cheers!
JosueSeptember 11, 2014 at 5:39 am in reply to: Page display perfect in Firefox, problematic in Safari #317172Hi!
Are you using the latest version of WordPress (4.0) and Enfold (2.9.2)? have you tried disabling all third-party plugins?
Best regards,
JosueSeptember 11, 2014 at 5:36 am in reply to: How can i put a button in the bottom of each existing blogpost. #317168Hi!
Try filtering the_content:
function my_the_content_filter($content) { if(is_singular('post')){ $new_content = $content; $new_content .= "<div><a href='#'>Link</a></div>"; return $new_content; }else{ return $content; } } add_filter( 'the_content', 'my_the_content_filter' );Reference:
http://codex.wordpress.org/Plugin_API/Filter_Reference/the_contentBest regards,
JosueYes, i think re-installing WordPress should do the fix.
P. S. If you install the latest version of WP (4.0) you’d need to update Enfold too (2.9.2).
Cheers!
JosueSeptember 11, 2014 at 5:33 am in reply to: Excerpts to Social Media Not Displaying Correctly #317166Hi,
You’d need to set the proper OG tags so the social networks can fetch them, you can use this plugin for that:
http://wordpress.org/plugins/wonderm00ns-simple-facebook-open-graph-tags/Regards,
JosueSeptember 11, 2014 at 5:27 am in reply to: IE8 problems, possible because of custom css not loading #317164Hi!
I think the problem is that IE8 doesn’t support media queries, try putting the slider2 hiding code outside, a media query for that it’s not necessary after all:
#layer_slider_2{ display:none!important;}Regards,
JosueHi!
The problem persists with the default WP theme activated, so it’s not related to Enfold. I’d suggest re-installing WordPress.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueNot working.
Hey Chris!
Try adding this code to the Quick CSS:
span.more-link-arrow { font-size: 0; } span.more-link-arrow:after{ content: "»"; font-size: 12px; margin-left: 2px; }Cheers!
JosueHey!
The login you posted are not working.
Cheers!
JosueSeptember 11, 2014 at 4:52 am in reply to: Promo BoX Button not showing up after WP 4.0 upgrade #317148Hi!
Which code caused the overlap?
Here’s how it looks to me without any custom code:
http://screencast.com/t/siZ4kcHP0OkcCheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Van!
Entypo is not being referenced, you need to add this and make sure the font file is available:
@font-face {font-family: 'entypo-fontello'; font-weight: normal; font-style: normal; src: url('http://www.wingwire.com/blog/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3'); src: url('http://www.wingwire.com/blog/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3#iefix') format('embedded-opentype'), url('http://www.wingwire.com/blog/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3') format('woff'), url('http://www.wingwire.com/blog/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3') format('truetype'), url('http://www.wingwire.com/blog/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=3#entypo-fontello') format('svg'); } #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before{ font-family: 'entypo-fontello'; }Cheers!
JosueSeptember 11, 2014 at 4:28 am in reply to: Promo BoX Button not showing up after WP 4.0 upgrade #317134Hey!
Use a bigger image or select the background setting of the color section to “stretch to fit”.
Cheers!
JosueHi Peters!
This could work:
.avia-caption { position: absolute; bottom: -120px; } .avia-slideshow, .avia-slideshow-inner { overflow: visible !important; } .avia-slideshow { padding-bottom: 120px; }Regards,
JosueYeah looks better now, add this too so the fields get some space:
.avia_ajax_form input { min-width: 0 !important; }Cheers!
JosueHi!
That’s not possible. You can however import the “dummy” content (same as shown in the demo page) to get started, go to Enfold > Import/Export > Import Dummy Content.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueSeptember 11, 2014 at 4:13 am in reply to: How do we get our business information in the header (opposite the logo?) #317124Hey!
Check it now, i used a different code:
function av_change_logo($logo, $use_image, $headline_type, $sub, $alt, $link){ $logo .= "<div class='custom_info'>Business Information</div>"; return $logo; } add_filter('avf_logo_final_output', 'av_change_logo', 100, 6);Best regards,
JosueSeptember 11, 2014 at 3:32 am in reply to: Fresh WP 4.0 install with latest Enfold Theme, menu overlaps logo and slider! #317117Yes, we are aware of this issue.
Best regards,
JosueHey!
What do you want to change exactly? can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueSeptember 11, 2014 at 2:27 am in reply to: Latest News Widget – Change Thumbnail Size to Fill Column #317101Hi!
You’d need to change the “widget” image size to a value equal or higher to “640×360”, you can use this plugin for that:
https://wordpress.org/plugins/simple-image-sizes/Best regards,
JosueSeptember 11, 2014 at 2:21 am in reply to: Responsive Layout Large Max-Width 1210px Not Activating #317100Hi David,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px){ .responsive .title_container .breadcrumb { position: relative; right: auto; top: -6px; margin: 0; left: -2px; } }Cheers!
JosueHey!
I have not tested this one, but it could do the trick:
https://wordpress.org/plugins/slick-contact-forms/Regards,
JosueSeptember 11, 2014 at 2:16 am in reply to: How do we get our business information in the header (opposite the logo?) #317092Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function put_stuff_before_main_content() { ?> <div class="custom_info_container container"> <div class="custom_info"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Totam eos aperiam, ducimus sed ad, mollitia. Sed quas, placeat qui. Placeat!</p> </div> </div> <?php } add_action('ava_main_header', 'put_stuff_before_main_content');And this to Quick CSS:
.custom_info_container{ position: relative; height: 0 !important; } .custom_info{ width: 40%; right: 0; position: absolute; line-height: 26px; top: 20px; }Cheers!
Josue -
AuthorPosts
