-
Search Results
-
Topic: Sub navigation menu layout
Hi guys
I;’m using ENFOLD which is great. I have 3 questions please:
1. For some reason the sub-nav is appearing horizontally rather than vertically. How can i change it back to a standard ‘drop down’ type sub nav when the user hovers over the main nav item?
2. The text/font size of the sub nav is too big. I’ve tried to change using the General Styling features but nothing is happening. Any ideas?
3. How do i change the colour of the little ‘hover bar’ under the active page within the main nav menu?Thanks
ALHi,
Im using a full width sub menu beneath my header and have chosen the “alternate content” color scheme. How can I change the font and font size for this area so it is not so small and plain? Also I have chosen for it to be sticky at the top of my page but when scrolling down it cuts off the top of my text. PLease help
http://www.commanddigitalconsulting.com/repairservices/software/Thank You
Hi,
Im using a full width sub menu beneath my header and have chosen the “alternate content” color scheme. How can I change the font and font size for this area so it is not so small and plain?
Thank You
Hi guys, how can we change the font size in the testimonial slider ( compact ) thanks
Good morning Guru’s
Am wondering which Enfold PHP theme file to use (and where, within the file, to place) the following ACF shortcode generator code?
*************
<?php
$image_ids = get_field(‘gallery’, false, false);
$shortcode = ‘
**************If successful the short codes would be used in a Single Image and a Gallery element to the post as per code below:
1 Single Image Enfold Code:
[av_image src='ACF single image code HERE' attachment='' attachment_size='featured_large' align='center' animation='no-animation' link='' target='' styling='' caption='' font_size='' appearance=''][/av_image]2. Enfold Gallery Code
[av_gallery ids='ACF Gallery image code HERE' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='shop_catalog' columns='3' imagelink='lightbox' lazyload='avia_lazyload']The other Possible ACF codes snipets to be used for image display??? :
4. Single image
<?php
$image = get_field(‘image’);
if( !empty($image) ): ?>
” alt=”<?php echo $image[‘alt’]; ?>” />
<?php endif; ?>AND
5. Gallery
<?php
$images = get_field(‘gallery’);
if( $images ): ?>-
<?php foreach( $images as $image ): ?>
-
“>
” alt=”<?php echo $image[‘alt’]; ?>” />
<p><?php echo $image[‘caption’]; ?></p>
<?php endforeach; ?>
<?php endif; ?>
***************************************
Once again not sure which file (eg Index.php or Single-portfolio.php)?
Many thanks in advance!
ChrisTopic: Menu styling
Hi,
I’m trying to change the menu sizes at various breakpoints and am frustratingly realizing that I cannot figure out how to isolate different menu items to change their font sizes.
I can change the overall menu font size (which changes the top menu and the submenu/dropdowns) and set a different size for the megamenu titles, but what I want to do is to set three distinct groups with different font sizes:
- GROUP A: top menu (only!)
- GROUP B: megamenu title links (only!)
- GROUP C: submenu/dropdown links for both standard menu items and megamenu items
Can you please help me figure this out?
Thanks!
I am wondering why WooCommerce category descriptions are set at 12px when post category descriptions are not?
It creates inconsistency and requires the need for custom css.
Hi, I use shortcode in my last menu item
[av_font_icon icon='ue922' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color='#a81010'][/av_font_icon]For Windows
This looks great except that for a brief moment I see the separator then the icon covers it. I would like to keep the separators (the short ones)
Is there a way to either not display that one specific separator or make sure it does not overlap with the icon. Thank you
Hi – I’m really not a techy and looking for that quick set-up to help me get my site running. Your tutorials and videos link have a whole bunch of information (which is great), but in no particular order. I easily get overwhelmed. Is there a Start Here easy way to proceed / file or recommended order to go through things?
The first thing I read was about child themes – I understand that they’re important after reading the codex.wordpress, but that seems too complicated for level. I will want to change the font size soon (way too small throughout the theme) and I read that this used to be (may still be) a ccs function. If I want to hire someone to make those small changes (or learn to do so myself if your tutorials are very specific), is that something I can request here? How do I go about that?
Thanks.
Hello,
First of all – thanks again for Enfold which is by far the best theme I’ve been using to this day.
I have a site with a significant number of pages and portfolio entries. Each is about a particular service. On each page/portoflio entry, the same sidebar is displayed that contains a call to action button (“Request more Information”). The CTA button links to a contact form.
Challenge
Once the user clicks the CTA button on a page, opens the contact form and fills out the form, we receive the form entry by email – but we are not able to see from what page the user navigated to the contact form.Approach
We’ve introduced a custom field “product” on each page / post. The value of “product” is a product identifier we want to include in the form submission and is manually set when creating the page/post. I’ve also created a shortcode [getProduct] in functions.php that returns the value of “product”. This is tested and works successfully. We would like to include this value as a URL parameter when opening the contact form.Example:
getProduct value = awesomeService
Button Shortcode:[av_button label='Request more Information' link='manually,./contact-form/?service=[getProduct]' link_target='' size='large' position='center' icon_select='no' font='entypo-fontello' color='orange' custom_bg='#444444' custom_font='#ffffff']The button should point to the URL ./contact-form/?service=awesomeService
Problem
When including the Shortcode [getProduct] (or any other Shortcode, for that matter) in any Avia-Element such as Button, the functionality breaks. It looks like the nested shortcode’s closing square bracket is interpreted by the theme as closing square bracked for the entire Avia-Element. The button isn’t correctly displayed and the link doesn’t work.
See here for a screenshot:
http://cl.ly/image/0j1s1T0s1d0yIs there any way to fix this or can you propose a workaround that saves us from manually placing buttons on each page/post?
Thanks and kind regards
JasonTopic: Tweaks
How do I do the following….
1. Change the font family for the main menu sublevel links?
2. Remove the vertical line separator between the main nav and the social icons in the header?
3. Remove the vertical separator between the sidebar and main content?
4. Get rid of the overlay on images that shows up and if you click it they show full size in a lightbox?
5. Have the featured image in a blog post be after the title not before it? (see http://michaelhyatt.com/standing-while-you-sleep.html)Thanks!
-
“>
