• tibbar91

    (@tibbar91)


    Hello,

    My list layout is totally broken. The problem is that i have no choice because i want this layout to appear on a category and the modification of a category is impossible without a page builder

    But when i use a page builder (tagdiv composer) the listing is vertical, how can i fix it please do you have solutions ?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tibbar91

    (@tibbar91)

    And is it possible to change the color of the links ?

    Plugin Author Dani Llewellyn

    (@diddledani)

    When using a page-builder plugin you need to ensure you do not put the shortcode into a preformatted text block. You need to put it into a normal content area or a block specifically for shortcodes. You are also likely to find that the styling isn’t applied when you use a page builder because the way the plugin detects when to add styles is based on detecting the shortcode in the page’s post-content. To force the styles to always be loaded you can add this to your theme’s functions.php file:

    add_action( 'init', 'a_z_listing_force_enable_styles', 99 );
    
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘A-Z listing display vertically’ is closed to new replies.