Forum Replies Created
-
AuthorPosts
-
Hey!
Try the following:
https://kriesi.at/support/topic/sidebar-on-product-page/#post-543446Regards,
JosueHi!
That’s possible but it will require some coding, you’d need to write a custom single.php in your child theme, in this file you’d paste the generated HTML source (of the elements you want to replicate) of an ALB-enabled Page, then simply replace the static texts with the proper WordPress Post tags (the_content, post_thumbnail, etc).
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Make sure you’re not copying the code from the mail notification message but from the forum reply.
Cheers!
JosueHi!
Seems the Masonry functionality is trying to reposition it each time the window size changes. Having noted this issue i’d suggest you to switch to a Blog or Grid element instead, a Masonry element is meant to work with multiple columns.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Best regards,
JosueHey!
Could be that your server is only allowing out-going emails from ” (Email address hidden if logged out) “, try adding this at the very end of your theme / child theme functions.php file:
function change_cf_from() { return " (Email address hidden if logged out) "; } add_filter('avf_form_from', 'change_cf_from', 10);Cheers!
JosueHey!
Try with this:
.social_bookmarks li { margin: 0 4px; }Adjust as needed.
Best regards,
JosueHey!
Have you noticed if it gets fixed on window resize? we could add a little script that (unnoticeable) would do that on load:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(this).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Josh!
Can you try point 2 of this article and see how that goes?
http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/Best regards,
JosueHi!
On a normal Text / HTML Widget you’d need to manually write it as HTML:
<a href='link'>Workshop België</a>Alternatively you could use a plugin like this:
https://wordpress.org/plugins/wysiwyg-widgets/Regards,
JosueHi!
Enfold (Theme Options) > General Styling (scroll down) > Quick CSS.
Regards,
JosueHey!
Try changing the PHP code to:
add_action( 'avia_meta_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }Cheers!
JosueHi!
Those are Photoshop Guides (useful when working with grid-based layouts), you can toggle them in View > Show > Guides.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#top #wrap_all .av-social-link-rss a{color:#fff; background-color:#ffa133; } #top #wrap_all .av-social-link-facebook a{color:#fff; background-color:#37589b; } #top #wrap_all .av-social-link-twitter a{color:#fff; background-color:#46d4fe; } #top #wrap_all .av-social-link-mail a{color:#fff; background-color:#9fae37; } #top #wrap_all .av-social-link-dribbble a{color:#fff; background-color:#e44885; } #top #wrap_all .av-social-link-linkedin a{color:#fff; background-color:#419cca; } #top #wrap_all .av-social-link-search a{color:#fff; background-color:#222222; } #top #wrap_all .av-social-link-gplus a{color:#fff; background-color:#de5a49; } #top #wrap_all .av-social-link-behance a{color:#fff; background-color:#008cfa; } #top #wrap_all .av-social-link-flickr a{color:#fff; background-color:#ff0086; } #top #wrap_all .av-social-link-forrst a{color:#fff; background-color:#234317; } #top #wrap_all .av-social-link-myspace a{color:#fff; background-color:#000000; } #top #wrap_all .av-social-link-tumblr a{color:#fff; background-color:#345574; } #top #wrap_all .av-social-link-vimeo a{color:#fff; background-color:#31baff; } #top #wrap_all .av-social-link-youtube a{color:#fff; background-color:#a72b1d; } #top #wrap_all .av-social-link-pinterest a{color:#fff; background-color:#cb2027; } #top #wrap_all .av-social-link-skype a{color:#fff; background-color:#12a5f4; } #top #wrap_all .av-social-link-instagram a{color:#fff; background-color:#a67658; } #top #wrap_all .av-social-link-five_100_px a{color:#fff; background-color:#222222; } #top #wrap_all .av-social-link-soundcloud a{color:#fff; background-color:#F76700; } #top #wrap_all .av-social-link-xing a{color:#fff; background-color:#006567; } #top #wrap_all .av-social-link-vk a{color:#fff; background-color:#597BA5; } #top #wrap_all .av-social-link-reddit a{color:#fff; background-color:#FF4500; }Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi John!
Try adding this to your robots.txt file:
User-agent: * Disallow: /cgi-bin Disallow: /wp-admin Disallow: /wp-includes Disallow: /wp-content/plugins Disallow: /wp-content/cache Disallow: /wp-content/themes Disallow: /*?* Disallow: /*? Allow: /wp-content/uploadsRegards,
JosueHi!
I’m afraid that won’t be possible as a Page from Enfold runs on a quite different environment than the one provided by Dreamweaver. You may be able to copy and paste things like Quick CSS, modify them in DW and then paste them back into Enfold.
Cheers!
JosueUse this instead:
#top .tab{ font-size: 22px !important; } #top .tab_content{ font-size: 18px !important; }Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .woocommerce-tabs > ul > li a{ font-size: 22px !important; } #top .woocommerce-tabs > .panel{ font-size: 18px !important; }Modify as needed (first one is tab title, second one is tab content).
Cheers!
JosueHey!
I don’t think that’s possible given the limitations of a mobile environment. If possible, it will probably require some development, feel free to request it here – https://kriesi.at/support/enfold-feature-requests/
Regards,
JosueHey!
Add this to Quick CSS:
@media only screen and (min-width: 687px) { figcaption.av-inner-masonry-content.site-background {left: 33%;top: -215px;} a.av-masonry-item-no-image figcaption.av-inner-masonry-content.site-background {left:0px;top: 0px;padding: 0px 20px;} a.av-masonry-item-with-image div.av-masonry-entry-content.entry-content {width: 65%;} div.av-masonry-outerimage-container {width: 33%;} figure.av-inner-masonry.main_color {max-height: 220px;} a.av-masonry-item-with-image .av-masonry-entry {margin-bottom:25px;} }Modify
687pxif needed.Best regards,
JosueHey!
Try adding this to Quick CSS:
#top #wrap_all #gsc-i-id1{ height: 25px !important; } #top #wrap_all input.gsc-search-button { height: 32px !important; background: url('http://www.google.com/uds/css/v2/search_box_icon.png') #4D90FE no-repeat 50% !important; } .gsc-input-box td{ padding: 0; border: 0 !important; }Cheers!
JosueHey!
I could see the issue, a workaround would be to directly place the rendered HTML instead of the shortcode, i’ve just done that for the last product.
Regards,
JosueHey!
Can you reproduce the issue on the demo site?
http://kriesi.at/themes/enfoldThe first slide is a LayerSlider.
Cheers!
JosueHi,
Open table.php and look for line:
$responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + $responsive_style_nth_modifier)."):before { content: '".$row['content'][$counter]['content']."'; } ";Replace it by this:
$responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + $responsive_style_nth_modifier)."):before { content: '".strip_tags($row['content'][$counter]['content'])."'; } ";Regards,
JosueDecember 10, 2015 at 2:30 pm in reply to: Cannot commit "SAVE" edits via the Text Block editor (Enfold) #550401Hey!
Have you tried separating the text block text? the issue may be caused because of the length of it.
Best regards,
JosueHi,
Open template-builder.php and look for line:
echo $content;Replace it by this:
the_post_thumbnail(); echo $content;Regards,
Josue -
AuthorPosts
