Results 1 to 10 of 809

Hybrid View

  1. #1
    Join Date
    Dec 2011
    Location
    Emmen, The Netherlands
    Posts
    85
    Plugin Contributions
    0

    Default Re: Dynamic Filter - Left Col Boxes Misaligned

    Im having some problems with the alignment of the sidebox (dynamic filter)

    I put it in sidebox left but it adds a random enter so my right box appears under the dynamic filter sidebox

    Example of my problem

    anybody know how to fix this ?

    Click image for larger version. 

Name:	dynamic-filter-bug.jpg 
Views:	394 
Size:	44.3 KB 
ID:	13778

  2. #2
    Join Date
    Dec 2011
    Location
    Emmen, The Netherlands
    Posts
    85
    Plugin Contributions
    0

    Default Re: Dynamic Filter - Left Col Boxes Misaligned

    Quote Originally Posted by wrickspam View Post
    Im having some problems with the alignment of the sidebox (dynamic filter)

    I put it in sidebox left but it adds a random enter so my right box appears under the dynamic filter sidebox

    Example of my problem

    anybody know how to fix this ?

    Click image for larger version. 

Name:	dynamic-filter-bug.jpg 
Views:	394 
Size:	44.3 KB 
ID:	13778
    Managed to fix it;

    i had the left column disabled in the settings (enabled it) and then disabled it for the categories where i didnt need that by using this code:



    Code:
    if ($this_is_home_page == true) {
    $flag_disable_left = true;
    $flag_disable_right = true;
    }
    
    if (in_array($cPath,explode(",",'670,671,660,657,658,661,653,652')) ) {
    $flag_disable_left = true;
    }
    edit the cpath values with the values of cats where u want to disable the column

    put in :
    /httpdocs/shop/includes/templates/your_template/common/tpl_main_page.php

    and its fixed :)
    Last edited by wrickspam; 14 Feb 2014 at 02:43 PM. Reason: fix

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. Empty Dynamic Filter
    By LadyoftheCave in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 6 Jun 2016, 12:47 PM
  3. v150 Dynamic filter
    By Dinoleix in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 13 Aug 2013, 10:23 AM
  4. v150 Dynamic filter - All pages
    By Okkwebmedia in forum Addon Sideboxes
    Replies: 0
    Last Post: 8 Jul 2013, 08:52 AM
  5. v138a Dynamic Filter
    By SoftCorpse in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 18 Jun 2012, 01:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg