Hi,
For a new project I’d like to have the logo left, menu below and an extra widget on the right hand side as shown here.
I’m using a child theme and I tried the following:
Read the instructions here Looked at this tread
Placed this code in my style.css of my child theme:
I like the lazy load effect and used it for many elements of our homepage. Most pages have sub-menus to navigate on site via anchors.
When the visitor scrolls down the page the first time, he/she sees the desired lazy loading effect.
When the visitor loads the page and uses the sub-menue to navigate to content at the bottom of the page, it takes quite a while until the elements appear. Reason seems to be that all the lazy elements are loaded top to bottom in sequential order and if the page is long it takes a while until all (actually not visible) elements above the desired content are loaded.
There’s also a further lazy load issue when combining anchors and masonry galleries. As the galleries expend with loading its content/pictures, quite often the anchor content moves out of focus. Only when all the content has been loaded the anchor works correctly.
What I was wondering is whether there’s a way to speed up the loading of these hidden elements? So that there’s just the regular wait for the elements of the anchored bottom elements.
Hello
I’d like to setup a top main menu that provides links to internal section in the home page.
this is the way I try to reproduce : http://www.gel-rossignol.com/#lequipe
and this is above my under construction web wite
1. Since there are only few options to make things simple, that’s why changing a few options would make a large change to make things uniform. Try adding this css code for buttons in Quick CSS (located in Enfold > General Styling):
2. Is this on the homepage? try to remove the changes you made for this and also tell us what you want to achieve, something visual would be more helpful.
Hi Guys have created new design but am having issues, I need the orange buzinga logo to be moved over and inline with the content in the first image and I am also seeing a white bar at the top of the site which needs to removed as well so only the top image is displayed then once scrolling the top bar will appear.
The content area has a padding-left of 100px just need to get the logo to line up with that. here is a test page i set up – http://www.buzinga.com.au/ron-test/
I would like to get it as close to this as possible
This topic was modified 8 years, 11 months ago by Ron. Reason: updated info used a svreen shot to illustrate
I tried to use this workaround but stopped when I realized I have to get back to the advanced editor mode for the blog layout.
This can´t be the proper solution because I actually expect to have a theme like enfold to work properly in – in my opinion basic situation like my page.
The structur of my page ist not unusual, more basic in my opinion. Would you be so kind a solve the problem with a standard blog layout? All my blogs are standard layout. I tried at first to switch to the advance editor layout for blogs but this means a lot mor css coding to get the same result like the standard editor mode for blogs. Getting back to the start I think your theme enfold should allow such basic layout modifications like mine without having to make workarounds for people like me who just want to create a homepage. This was that made me buy the theme.
If you don´t know a solution could you discuss this problems with your colleage because I need a solution soon and the option to make masonary layout with 50 entries is not the first choice and would be somehow dissapointing to me in regard to the theme.
Don´t get me wrong, I still like the theme a lot and the easy access to various things, but ………
an update on this as I use AdSense on a blog http://www.bigboytravel.com with Enfold which gets 600,000 monthly visitors and it works great.
I also recommend using a series of shortcodes for your add units which you can customize on the backend functions.php quickly to change them site wide. There have been times where new versions of WordPress have blocked AdSense script and without custom shortcodes I would have had a headache.
float right in text example with custom shortcode of wp_ad_camp_1/
Keep in mind that if the code code is meant to by used at html or script you must open it with ?> and close it with <?php inside the function. If it is just live text fo some reason you don’t need to do that.
Also a worth noting that doing short codes this way forces the Ad Unit to the top of the container it sits in although it does maintain it’s float, alignment, and padding. That means if you have a long article and want multiple Ads you need to break the page/content into multiple Color Sections or Grid Rows to avoid having all the Ads push to the top of the page. It’ll make sense when you try it, but is an easy fix.
i know there is solution for this to add links like #about instead of http://mcitycondospro.com/#about. But i want to use mixed use of links, for ex. an VIP ACCESS REGISTRATION button on the top opens on different page
hi, the theme works very well but there is only a thing that i can’t fix:
I’ve created a page with a layer slider video at the top of the page, it works very well but in chrome it doesn’t appear
thanks for support :)
okay, I just figured it out. It’s a problem with the enfold child theme and the functions.php in the child theme. Don’t know why but with renamed functions.php (to functions.old) everything is fine. Also with enfold main theme. But it an empty functions.php exists in the child theme folder the topic description isn’t visible. All plugins are working properly – so it seems to be related to the child theme.
Do you have a solution for this issue? I would like to use the child theme because of theme updates.
I added the code to my functions.php file and see the share buttons. However, I don’t get the text heading. Here’s what I have added to my functions.php file:
// add social share buttons on single product page
add_action(‘woocommerce_after_single_product_summary’, ‘avia_add_social_toolbar’, 1);
function avia_add_social_toolbar()
{
if( is_singular( ‘product’ ) ) {
$content = ‘<div class=”share_heading”>Share this Product</div>’;
$content .= avia_social_share_links(array(), false, ”, false);
$content .= ‘<div class=”hr”></div>’;
}
echo $content;
}
Did I miss something and that’s why the heading is not showing?
After installing WP smush I got it down to 34K but I still don’t understand why it doesn’t use my 27k version and makes a new bloated copy? Any way of stopping the layerslider of doing that?
Cheers,
Author
Search Results
Viewing 30 results - 83,851 through 83,880 (of 142,641 total)