Forum Replies Created
-
AuthorPosts
-
Dear Sir:
I’m trying to create a conditional, for a left aside menu site, where I only see the title and breadcrumbs when I’m not visiting the front page.
This is the code:
//Breadcrumbs not in home pageif(!is_front_page()){
// Activating breadcrumbs
add_action(‘init’, ‘ava_add_custom_shortcode’, 10);
function ava_add_custom_shortcode() {
add_shortcode( ‘bread_crumb’, ‘avia_title’ );
}add_filter(‘avf_header_setting_filter’, ‘avf_header_setting_filter_mod’, 9999, 1);
function avf_header_setting_filter_mod($header) {
$header[‘header_title_bar’] = ”;
return $header;
}
}The problem is tha it works ok in a local environment (with flywheel) and not in a site in a subdomain.
What can be the problem?
Here is a link to the subdomain.Thanks, but I have another question: ¿How can I position the right widget under the logo in mobile view?
Thanks again!I´m trying to position the logo on the left and the widget on the right. Could you help me with this?
Shrinking header option is unchecked.
ThanksOk, Thanks!!
Sorry because I answer too late.
It works OK, thank you very much.Best regards,
AlbertoBut, What about displaying the page title?
I Think this option should be on in every demo….Thanks.
It doesn’t work. I think I found the solution with adding in my child theme:#header_main_alternate.container_wrap .container{
max-width: 100%;
}But now, I want to show it centered and don´t find the way.
Hi Nikko,
I can´t show it, it´s in local.
I´m using stretched layout. In dimensions tab I have Maximum Container width: 1310px. But I´d like to have full width the main menu only.Thanks
Thanks, I´ll try
Ok, so I have to create a taxonomy-slug.php and paste in the taxonomy-portfolio_entries.php, then made some changes.
- This reply was modified 7 years, 8 months ago by alpaezes.
-
AuthorPosts