-
AuthorPosts
-
October 17, 2018 at 10:52 pm #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
SantiagoOctober 18, 2018 at 6:16 pm #1023543Hey 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,
VictoriaOctober 19, 2018 at 8:04 pm #1024199Hi Victoria, sure. Admin access via private.
Regards
SantiagoOctober 21, 2018 at 8:50 pm #1024592Hi 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,
VictoriaOctober 22, 2018 at 2:55 pm #1024889Thanks Victoria!
I need mobile sidebar looks like exactly the same as home blog sidebar. Now its is narrower than home blog sidebarAlso 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
October 23, 2018 at 6:46 pm #1025554Hi 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,
VictoriaOctober 23, 2018 at 8:05 pm #1025584Hi 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
SantiagoOctober 25, 2018 at 4:06 pm #1026380Hi 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,
VictoriaOctober 25, 2018 at 4:18 pm #1026388Thanks 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
October 26, 2018 at 2:28 pm #1026801Hi 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,
VictoriaOctober 30, 2018 at 2:17 pm #1028031Hi 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
SantiagoNovember 1, 2018 at 10:02 pm #1028955Hi Victoria, any advance?
November 2, 2018 at 7:39 am #1029053Hi,
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,
IsmaelNovember 2, 2018 at 4:34 pm #1029195Hi 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]“);
}
}November 6, 2018 at 4:34 am #1030168Hi,
Thanks for the update. The “mobile” parameter is set to “disabled”. Change it to “active”.
Best regards,
IsmaelNovember 6, 2018 at 2:14 pm #1030393Great Ismael! Thanks so much!
And what about the other question?:
….-In mobile version, categories and entry images does not appear too.November 8, 2018 at 5:43 am #1031105Hi,
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,
IsmaelNovember 8, 2018 at 4:47 pm #1031314Thanks 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
SantiagoNovember 12, 2018 at 5:49 am #1032433 -
AuthorPosts
- You must be logged in to reply to this topic.