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 9 years 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?
The problem is that on my home page (http://dev.watchdetail.com where I have one featured Blog Slider up top and then a grid of blog posts at the bottom, it aligns both of them which makes it very weird. Is there a code I can put in that will just align the post grid ones and leaves the top part alone?
Update: Please disregard and close the topic. I spoke to a designer friend of mine who is familiar with Enfold who said plugins like Akismet and others don’t come with the theme. She has to install individually, so that’s what I’ll do. In regards to the color scheme issue, I resolved by deleting my cache. Thank you and sorry for the inconvenience.
I love Enfold! It makes me appear to be a top-notch web designer! Love it!
I have a blog date-display question:
As far as I can see, I have chosen to hide the date of my blog posts. I am using the masonry gallery to display the blog posts on my landing page. I have clicked the ‘display title’ option. I only want the title to display on my blog featured images, but the date appears there, also. I would like to remove the date but keep the title. How can I do that?
It works ok on desktop, but at lower screen sizes the watches drop to the bottom of the page. Could you recommend a way to make the columns switch from 4 to 3 sooner? Or another way to make this work? Many thanks.