Forum Replies Created
-
AuthorPosts
-
Hi Ismael,
Thanks for this it has removed the “1” from my mobile header.
However it still hasn’t solved making my mobile header look like one of these:
https://pro4lifehealth.com/wp-content/uploads/2015/01/Pro4lifemobile-2.jpg
https://pro4lifehealth.com/wp-content/uploads/2015/01/Pro4lifemobile-1.jpgYigit managed to log in and do it before (before the update). As you can see here:
https://kriesi.at/support/topic/full-width-sub-menu-on-mobile/Thanks
Hi Rikard,
Yes it is still in tact, it reads:
@media only screen and (max-width: 480px) { #header form#searchform { left: 0px; top: 0; width: 170px; } .responsive #top .cart_dropdown,#advanced_menu_toggle, #advanced_menu_hide { top: 81%; } }
Thanks,
HarryHi Elliot,
Thanks for that but that seems to have overwritten my previous code found in this guide:
http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/I want it to look like this:
https://mediaforgyms.co.uk/wp-content/uploads/2015/02/mediaforgymsproductpage.jpgHope that helps!
Harry
Works a treat!
Thanks Rikard
Thanks Elliot,
Is there anyway to get the vertical line back onto the right hand side of the sidebar (see below):
https://mediaforgyms.co.uk/product/postcards/Thanks Yigit
This reply has been marked as private.Hi Yigit,
Thanks for all your help, that’s perfect!
Hi Yigit,
Thank you, very close!
It now looks like this:
https://pro4life.co.uk/wp-content/uploads/2015/01/IMG_3866.pngThe search bar can be made smaller if need be
Thanks.
Hi Ismael,
Either one of these layouts would be great:
https://pro4life.co.uk/wp-content/uploads/2015/01/Pro4lifemobile-1.jpg
https://pro4life.co.uk/wp-content/uploads/2015/01/Pro4lifemobile-2.jpgOnly on Mobile. Thanks :)
Harry
Hi Yigit,
That doesn’t seem to have done anything!
Is there a way to place the search bar, cart icon and main menu below the logo?
Thankyou
Hi Yigit,
Sorry, I have noticed that when you type in the search bar, the background on what is loaded is transparent. Can this be changed to a white background?
Thanks
HarryHi Yigit,
I cannot thank you enough! You are a star!
Thank you again
Harry
This reply has been marked as private.Hi Yigit,
That has put it inline with the logo, however it seems to have pushed the main menu down now?
Hi Yigit,
Thanks for your help, this has made the search bar appear but it now appears offset:
I would like it to the left of “Delivery”
Appreciate your help!
Harry
December 23, 2014 at 1:04 pm in reply to: Edit default template so that Full width sub menu appears on every page #372046Hi Elliot,
I would like the same full width sub menu to appear on every page on the website.
I believe I may be asking you about a similar thing here:
https://kriesi.at/support/topic/full-width-sub-menu-to-single-product-page/
Feel free to close the post if you feel we can complete both in one post!
Thanks in advance
HarryHi Elliot,
Thanks for the reply.
I opened the code within Xcode, located line 29, and pasted as you had said, generating this:
<?php global $avia_config; /* * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory. */ get_header(); $title = __('Blog - Latest News', 'avia_framework'); //default blog title $t_link = home_url('/'); $t_sub = ""; if(avia_get_option('frontpage') && $new = avia_get_option('blogpage')) { $title = get_the_title($new); //if the blog is attached to a page use this title $t_link = get_permalink($new); $t_sub = avia_post_meta($new, 'subtitle'); } if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub)); ?> <div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'> <div class='container template-blog template-single-blog '> <main class='content units <?php avia_layout_class( 'content' ); ?> <?php echo avia_blog_class_string(); ?>' <?php avia_markup_helper(array('context' => 'content','post_type'=>'post'));?>> <?php echo do_shortcode("[av_submenu menu='40' position='left' color='alternate_color' sticky='aviaTBsticky' mobile='disabled']"); ?> <?php /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-index.php and that will be used instead. * */ get_template_part( 'includes/loop', 'index' ); //show related posts based on tags if there are any get_template_part( 'includes/related-posts'); //wordpress function that loads the comments template "comments.php" comments_template(); ?> <!--end content--> </main> <?php $avia_config['currently_viewing'] = "blog"; //get the sidebar get_sidebar(); ?> </div><!--end container--> </div><!-- close default .container_wrap element --> <?php get_footer(); ?>
With this being the line entered:
<?php echo do_shortcode("[av_submenu menu='40' position='left' color='alternate_color' sticky='aviaTBsticky' mobile='disabled']"); ?>
But it displays like this:
http://pro4life.co.uk/2014/11/hello-world-2/Any ideas? As it displayed fine prior to the code? Have I put it in the wrong place?
Thank you Günter, that has worked!
December 22, 2014 at 12:08 pm in reply to: Full width sub menu pushing Sidebar below content #371515Hi!
Thank you for your help, it turned out to be the plugin “Print Friendly and PDF” after their recent update.
Thanks Again
HarryDecember 19, 2014 at 11:37 am in reply to: Full width sub menu pushing Sidebar below content #370504This reply has been marked as private.December 18, 2014 at 9:48 pm in reply to: Full width sub menu padding/ Full width sub menu font color #370233Thanks Elliott that worked perfectly!!
-
AuthorPosts