Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #1023039

    Hi, I have a sidebar in my blog. When I click into tag links, sidebar appears below content (desktop version).
    I need the sidebar appears to the right.
    Please check links via private.

    Regards
    Santiago

    #1023543

    Hey Santiago,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1024199

    Hi Victoria, sure. Admin access via private.
    Regards
    Santiago

    #1024592

    Hi Santiago,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .archive.tag aside.sidebar.sidebar_right {
         margin-left: 0;
        float: none;
        width: auto;
        overflow: hidden;
        display: block;
        clear: none;
    
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1024889

    Thanks Victoria!
    I need mobile sidebar looks like exactly the same as home blog sidebar. Now its is narrower than home blog sidebar

    Also mobile submenu icon dissapear in mobile version. I need to be the same as blog home mobile submenu (no displaying al menu items, just: “menu” icon)

    Links via private.

    Best regards

    #1025554

    Hi enfold,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .archive.tag aside.sidebar.sidebar_right {
             width: 86vw !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1025584

    Hi Victoria, you are great! Thanks so much!
    A couple more things with
    https://www.bigbanglogo.com/tag/competencia-y-diferenciacion/

    -I have an issue with background color on desktop version. I need white color covers all the background.
    Please seea kriesi-desktop file via private.

    -In mobile version, sub-menu does not appear like the other pages. Also categories and entry images does not appear too.
    Please take a look at kriesi-mobile via private.

    Kindest regards
    Santiago

    #1026380

    Hi Santiago,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .container_wrap.container_wrap_first.main_color.sidebar_right {
        background-color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1026388

    Thanks Victoria, it works.
    What about the other question?:
    ….-In mobile version, sub-menu does not appear like the other pages. Also categories and entry images does not appear too.

    Regards

    #1026801

    Hi Santiago,

    There are no errors in JavaScript and there is no menu item for the burger, so it must be rendering wrong.

    Please disable all plugins and clear caches and see if the issue persists.

    Best regards,
    Victoria

    #1028031

    Hi Victoria, I am referring to the submenu, not the main menu.

    Please take a look at this page in mobile version:

    Submenu appears like a sort of button, and when you clik on it, displays al menu items.

    This not happens on tag pages, please take a look at this:
    https://www.bigbanglogo.com/tag/espiritu-emprendedor/

    Also, category names and entry images does not appear neither. Please compare both pages.

    Regards
    Santiago

    #1028955

    Hi Victoria, any advance?

    #1029053

    Hi,

    How did you add the sub menu to the archive pages? Did you add the shortcode directly in a template? The Mobile Menu Display parameter of that shortcode is set to the first option.

    Best regards,
    Ismael

    #1029195

    Hi Ismael, I put this code in functions.php

    add_action(‘ava_after_main_title’, ‘ava_after_main_title_mod’);
    function ava_after_main_title_mod() {
    if(is_archive()) {
    echo do_shortcode(“[av_submenu which_menu='' menu='Blog Menu' position='center' color='main_color' sticky='true' mobile='disabled' mobile_submenu=''][av_submenu_item title='Menu Item 1'][av_submenu_item title='Menu Item 2']
    [/av_submenu]“);
    }
    }

    #1030168

    Hi,

    Thanks for the update. The “mobile” parameter is set to “disabled”. Change it to “active”.

    Best regards,
    Ismael

    #1030393

    Great Ismael! Thanks so much!

    And what about the other question?:
    ….-In mobile version, categories and entry images does not appear too.

    #1031105

    Hi,

    Thanks for the update.

    Use this css code to redisplay the featured image and the categories.

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline {
        display: block;
    }
    
    .category .post-meta-infos, .tag .post-meta-infos {
        display: block !important;
    }
    }

    Best regards,
    Ismael

    #1031314

    Thanks Ismael, but image and text layout are different from the one that I have in blog index categories.
    I need to bbe the same.

    Please take a look at both screenshots (right and wrong) via private.

    Have a nice day
    Santiago

    #1032433

    Hi,

    You may need to adjust the Blog-Layout settings in the Enfold > Blog-Layout panel so that it’s the same as the style in your main blog page.

    Best regards,
    Ismael

Viewing 19 posts - 1 through 19 (of 19 total)
  • You must be logged in to reply to this topic.