Tameto
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem in fullscreen menu on Bridge ThemeHeyeyeyey!!!
Good news. I actually am just an idiot ant put the code in the wrong file… it wors just super fine ??
Thanks!!
Forum: Fixing WordPress
In reply to: Problem in fullscreen menu on Bridge Themedidn’t work ??
I’m feeling like the solution might be in changing some option in the “full page” template but i’m not sure what…
this is what i have in the file…
<?php /* Template Name: Full Screen Sections */ ?> <?php global $wp_query; $id = $wp_query->get_queried_object_id(); $full_screen_holder_style = ""; if(get_post_meta($id, "qode_page_background_color", true) != ""){ $full_screen_holder_style .= "background-color:".get_post_meta($id, "qode_page_background_color", true).";"; }else{ $full_screen_holder_style .= ""; } $header_bottom_appearance = 'regular'; if(isset($qode_options_proya['header_bottom_appearance'])){ $header_bottom_appearance = $qode_options_proya['header_bottom_appearance']; } $paspartu = false; if(isset($qode_options_proya['paspartu']) && $qode_options_proya['paspartu'] == 'yes'){ $paspartu = true; } $enable_vertical_menu = false; if(isset($qode_options_proya['vertical_area']) && $qode_options_proya['vertical_area'] =='yes' && $paspartu == false){ $enable_vertical_menu = true; } if(!$enable_vertical_menu){ if($header_bottom_appearance == 'regular' || $header_bottom_appearance == 'stick' || $header_bottom_appearance == 'stick_with_left_right_menu'){ $header_height = 100; if(!empty($qode_options_proya['header_height'])){ $header_height = $qode_options_proya['header_height']; } $full_screen_holder_style .= "margin-top:".(-$header_height)."px;"; } else { $full_screen_holder_style .= ""; } } if ( get_query_var('paged') ) { $paged = get_query_var('paged'); } elseif ( get_query_var('page') ) { $paged = get_query_var('page'); } else { $paged = 1; } ?> <?php get_header(); ?> <div class="full_screen_preloader"><div class="ajax_loader"><div class="ajax_loader_1"><?php echo qode_loading_spinners(true); ?></div></div></div> <div class="full_screen_holder"<?php if($full_screen_holder_style != "") { echo " style='".$full_screen_holder_style."'";} ?>> <div class="full_screen_navigation_holder up_arrow"><div class="full_screen_navigation_inner"><a id="up_fs_button" href="#" target="_self"><i class='fa fa-angle-up'></i></a></div></div> <div class="full_screen_inner"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endwhile; endif; ?> </div> <div class="full_screen_navigation_holder down_arrow"><div class="full_screen_navigation_inner"><a id="down_fs_button" href="#" target="_self"><i class='fa fa-angle-down'></i></a></div></div> </div> <?php get_footer(); ?>
any idea??
Forum: Fixing WordPress
In reply to: Weird error code on homepage using BridgeIt was a probem with a missing plugin….
Forum: Fixing WordPress
In reply to: After update twentytwelve pages are emptyHey thanks for your reply. A new post did not work.
I fixed it thou.
I just created a new menu using directly categories instead of pages showing categories.
Much more simple and clean ??
T
Forum: Themes and Templates
In reply to: [Twenty Twelve] After update twentytwelve pages are emptyYeah.
I basically created a new menu directly made of categories instead of pages showing categories ( if that makes sense)
Much cleaner and more simple.
Thanks anyways ??
T
Forum: Fixing WordPress
In reply to: After update twentytwelve pages are emptyYeah also cause in 20-15 i couldn’t even see the menu ??
What’s next??
??
Forum: Fixing WordPress
In reply to: After update twentytwelve pages are emptyI disabled all the plugins and still happens.
What you mean with default theme? I just have twenty-twelve-13-14-15…
Forum: Fixing WordPress
In reply to: After update twentytwelve pages are emptyIf it can help I’m using the plug in WPML
Forum: Fixing WordPress
In reply to: Block links on navigation menuPerfect.
It works greatly
Thanks!!
Forum: Fixing WordPress
In reply to: Block links on navigation menuForum: Fixing WordPress
In reply to: Remove a WidgetDid it.
Just canceled in the page.php file the bit sayng “get_sidebar…”
Thanks a lot!!!
Tameto
Forum: Fixing WordPress
In reply to: Remove a Widgetsounds right.
How shall I do it?
Shall i modify the page.php file? What codes shall i change?
Thanks
T
Forum: Fixing WordPress
In reply to: Remove a Widgetother themes actually respect the settings of the widgets…
i had this issue since i got the website
t
Forum: Fixing WordPress
In reply to: Header Covers navigation menuoh yeah! Ace!!!
It must have refreshed the old page for some reason.
It’s working now.
Thanks a lot!!
T
Forum: Fixing WordPress
In reply to: Remove a WidgetNope O.O
T