Forum Replies Created
-
AuthorPosts
-
Hi Rikard,
Now okay thanks. I rebuilt the page and removed the markup from the sub heading. I have my suspicions that it was the ampersands (&) that may have been causing the problem as it wasn’t until I removed them that the problem disappeared.
So problem fixed, thanks for your help.
Rob
Hi Josue,
Sorry for the delay. I have done as you say and disabled all plugins and created a new page but am still getting the same error with content disappearing below the top color section. I have phoned the hosting provider and they can’t see any problems. I use the same host for other Enfold WP installs with no problem at all.
If you can log in and try and edit the home and try and add another color section with content below the top one it will lose everything except the top color section. You will notice the second color section turns into a bar above the content and not around it.
If you can give me any idea what the problem is I would really appreciate it.
Thanks
RobNow perfect. Many thanks.
Excellent thanks. Almost perfect. How do I stop the burger menu flipping from transparrent to opaque at the same breakpoint?
Of course! What a plonker! Sorry and thanks.
Thanks Elliott perfect solution. However I must be getting something wrong.
I put robHeader in the top color section ‘For Developers: Section ID’
and have
#robHeader .av-special-heading {text-shadow: 0px 1px 1px #000000 !important;}
as my quick css but the shadow is not showing.
Any ideas?
this is my test page:http://thedorsetgamelarder.co.uk/about2/
Thanks
RobOctober 29, 2015 at 4:40 pm in reply to: Import demo pages without overwriting menus logos styling etc #526947Perfect thanks
October 28, 2015 at 9:36 pm in reply to: Import demo pages without overwriting menus logos styling etc #526409Hi It is the Restaurant demo. The following 3 pages would be great thanks:
Home page: http://kriesi.at/themes/enfold-restaurant/
Menu: http://kriesi.at/themes/enfold-restaurant/menu/
About: http://kriesi.at/themes/enfold-restaurant/about/
Ta
RobSorry Ismael. I’m not sure what I did wrong on Monday but I just tried again today and it works okay. For the benefit of others this is what I have now:
/* cell spacing */ .av_one_fourth + .av-flex-placeholder,.av_one_fifth + .av-flex-placeholder { width: 10px!important; } /* For Firefox */ .avia-mozilla div .flex_column_table_cell.av_one_fourth { width: 24.5%; } /* For IE */ .avia-msie div .flex_column_table_cell.av_one_fourth { width: 24.5%; }
Thanks again
RobPerfect! Thanks.
BTW I needed to leave in original so I now have this:
/* cell spacing */ .av_one_fourth + .av-flex-placeholder,.av_one_fifth + .av-flex-placeholder { width: 10px!important; table-layout: fixed !important; display: table !important; } .avia-mozilla div .flex_column_table_cell.av_one_fourth { width: 24.5%; } /* For IE */ .avia-msie div .flex_column_table_cell.av_one_fourth { width: 24.5%; }
Will do. Thanks
Sorry Yigit still no difference in Firefox.
Sorry to pester but you are normally so speedy at replying. This little bug is the last thing to sort on the site before I show it to the owner. I know they use Firefox.
Many thanks
RobSorry guys I wasn’t being clear again.
It wasn’t a cache problem.
Is it possible to modify this so it works in FF and IE.
/* cell spacing */ .av_one_fourth + .av-flex-placeholder,.av_one_fifth + .av-flex-placeholder { width: 10px!important; }
It is a Firefox and IE problem.
I have booted up an old laptop and tried it on Firefox and IE and it doesn’t work. It works fine on Safari and Chrome. (Firefox and Chrome on Android give the same results.)
Thanks
RobSorry Yigit it hasn’t worked.
This is all my Quick CSS:/* stop force upper case */ body * { text-transform: none !important; } /* Header link line orange*/ #top .header_color.av_header_transparency .avia-menu-fx { background: #FF6600 none repeat scroll 0 0; } /* Space between icon boxes contact */ .iconbox { clear: both; margin-bottom: 10px; position: relative; } /* cell spacing */ .av_one_fourth + .av-flex-placeholder,.av_one_fifth + .av-flex-placeholder { width: 10px!important; }
Cheers
RobSorry I am not sure I made my self clear. I have removed the CSS that made the gap 1%.
Scroll down on this page and see the boxes with the crane pictures at the top.
http://jonescrawlercranes.com/wp/crawler-crane-hire/
I want the gap between the boxes to be around 10px.
Thanks
RobAh sorry Yigit no it isn’t. It has done it site-wide on 2 column layout as well which was better at 6%. How do I limit 1% to 4 column layout and lower?
Thanks
Hi Yigit,
I just tried using this CSS and it worked okay:#top .av-flex-placeholder { display: table-cell; width: 1%; }
Is it ok to use that? If not url below.
Thanks
That is what I was hoping you would tell me.
Nice one thanks Yogit
Hi Yigit,
The service provider said the limit of PHP is 128mb and it will use that and ignore that line in the wp-config so I have not done it.
http://www.walnut-tree-inn.co.uk/wp/info.phpAre you sure this is the problem? It has worked fine up until now. As do all the other Enfold sites I am running on the same hosting.
Every time I save changes to a page it loses everything except the header or does not apply the changes.
The only thing that has changed recently is that I have activated Jetpack and connected to WordPress.com
Thanks
RobThanks Josue.
Just to clarify, should I add the following code to the end of my wp-config.php file?
define('WP_MEMORY_LIMIT', '256M');
Thanks
RobSorry I think we are on crossed lines. I have got rid of the grey by adding this:
@media only screen and (max-width: 767px) { .av_header_glassy.av_header_transparency #header_main { background-color: #ffffff;
Problem solved.
Thanks for you hep
RobHi Andy,
The background doesn’t need to be transparent. I have done other installs with enfold and the white bar at the top on mobiles is white and they look fine. The problem here is the grey I have applied to the transparent header is being applied to the white mobile header. Vigit’s fix above was great, it gives me the same transparrent header as on full screen view except that it is showing the icon for the white background not the one in Theme Options – Transparency Options as it should.
In short on mobiles I either want:
white header (not grey) with main Logo (black)
or
transparrent header with the Transoparency Options logo (white)Thanks
Rob
Many thanks
Rob… Also the top of the headings now appear under the nav bar.
Thanks Yigit
It is now transparent but is showing the wrong icon. ie NOT the one from Transparency Options.
Rob
September 9, 2015 at 3:22 pm in reply to: Copy and paste sections from one Avia page to another #500479Thanks for the quick reply Yigit.
Unfortunately the methods you suggest are going to be too difficult for my clients as they are all elderly retired people. I am looking into using The Events Calendar plugin instead.
https://wordpress.org/plugins/the-events-calendarI assume that will work okay.
Hi I now want to add my new post types to display on a page. I have created a template by copying page.php and renaming it. I have added a PHP comment at the top of the file that states the template’s name. Where do I enter my new code and do I have to delete anything? I only want to display my new post-types in an array on the page not change the appearance. I am following instructions from the aforementioned tutorial but in that he adds them to the basic index page. I want to make sure I don’t damage the theme. This is my code so far.
<?php /* Template Name: Great War Front Page */ ?> <?php global $avia_config; /* * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory. */ get_header(); if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(); do_action( 'ava_after_main_title' ); ?> <div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'> <div class='container'> <main class='template-page content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>> <?php /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-page.php and that will be used instead. */ $avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar'; get_template_part( 'includes/loop', 'page' ); ?> <!--end content--> </main> <?php //get the sidebar $avia_config['currently_viewing'] = 'page'; get_sidebar(); ?> </div><!--end container--> </div><!-- close default .container_wrap element --> <?php get_footer(); ?>
-
AuthorPosts