Forum Replies Created

Viewing 30 posts - 3,541 through 3,570 (of 23,923 total)
  • Author
    Posts
  • in reply to: product page to show sidebar on the right #550939
    in reply to: Use page template as post template? #550936

    Hi!

    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,
    Josue

    in reply to: Advanced editor problem #550932

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    in reply to: Add shortcode into the header_meta area #550931

    Hey!

    Make sure you’re not copying the code from the mail notification message but from the forum reply.

    Cheers!
    Josue

    in reply to: Smaler breakpoint #550930

    Hi!

    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,
    Josue

    in reply to: Avia Table Responsive Issue #550899

    You are welcome, glad to help :)

    Regards,
    Josue

    in reply to: Avia Table Responsive Issue #550853
    in reply to: Contact form not delivering messages #550768

    Hey!

    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!
    Josue

    in reply to: Social Media Icons #550766

    Hey!

    Try with this:

    .social_bookmarks li {
        margin: 0 4px;
    }

    Adjust as needed.

    Best regards,
    Josue

    in reply to: IE Problem #550765

    Hey!

    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,
    Josue

    in reply to: No Header images anymore #550557

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    in reply to: Contact form not delivering messages #550555

    Hey 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,
    Josue

    in reply to: html widget #550554

    Hi!

    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,
    Josue

    in reply to: Social Media Icons #550546

    Hi!

    Enfold (Theme Options) > General Styling (scroll down) > Quick CSS.

    Regards,
    Josue

    in reply to: Add shortcode into the header_meta area #550545

    Hey!

    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!
    Josue

    in reply to: Stripes in psd file #550544

    Hi!

    Those are Photoshop Guides (useful when working with grid-based layouts), you can toggle them in View > Show > Guides.

    Cheers!
    Josue

    in reply to: Social Media Icons #550539

    Hey!

    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! 
    Josue

    in reply to: table element #550536

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    in reply to: Enfold Crawl Error #550531

    Hi 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/uploads

    Regards,
    Josue

    in reply to: Export enfold page to dreamweaver #550527

    Hi!

    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!
    Josue

    in reply to: Increasing font size for tab #550524

    Use this instead:

    #top .tab{
        font-size: 22px !important;
    }
    
    #top .tab_content{
        font-size: 18px !important;
    }

    Regards,
    Josue

    in reply to: Increasing font size for tab #550513

    Hey!

    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! 
    Josue

    in reply to: Google map and controll Joystick on mobile device #550474

    Hey!

    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,
    Josue

    in reply to: Smaler breakpoint #550466

    Hey!

    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 687px if needed.

    Best regards,
    Josue

    in reply to: Google Custom Search styling #550444

    Hey!

    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!
    Josue

    in reply to: Yith Quick view – shortcodes. #550438

    Hey!

    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,
    Josue

    in reply to: IE Problem #550428

    Hey!

    Can you reproduce the issue on the demo site?
    http://kriesi.at/themes/enfold

    The first slide is a LayerSlider.

    Cheers!
    Josue

    in reply to: Avia Table Responsive Issue #550409

    Hi,

    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,
    Josue

    Hey!

    Have you tried separating the text block text? the issue may be caused because of the length of it.

    Best regards,
    Josue

    in reply to: Header of single post #550364

    Hi,

    Open template-builder.php and look for line:

    	echo $content;
    

    Replace it by this:

    	the_post_thumbnail();
    	echo $content;

    Regards,
    Josue

Viewing 30 posts - 3,541 through 3,570 (of 23,923 total)