-
Search Results
-
Topic: SEO Smartlinks
I installed this plugin and suddenly my H1/H2 went from being centered as they were to flush left. I see another user previously reported the same thing.
This is a necessary plugin for my SEO efforts. Is there a work around or similar plugin you recommend?
The theme is great but the product name is huge on the top of the product detail page. Is there an easy way to change the text size.? Can’t seem to find it anywhere in the theme backend…..thanks!
Topic: Adding Google Fonts.
Hi,
I read two threads on the forum (Adding Google Fonts (plural)&Google fotns with Extended Latin subset) and added code to functions.php (:add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Open Sans’] = ‘Open+Sans&subset=latin,latin-ext’;
$fonts[‘Ubuntu Condensed’] = ‘Ubuntu+Condensed&subset=latin,latin-ext’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Open Sans’] = ‘Open+Sans&subset=latin,latin-ext’;
$fonts[‘Ubuntu Condensed’] = ‘Ubuntu+Condensed&subset=latin,latin-ext’;
return $fonts;
}but it did not result any change. I checked on inspect and found that in enfold.css:1 that creates a line:
font-family: ‘Ubuntu+Condensed&subset=latin,latin-ext’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
instead
font-family: ‘Ubuntu Condensed’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;In head section Google Font link is correct <!– google webfont font replacement –>
<link id=”google_webfont_1″ rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,latin-ext” /><style type=’text/css’>How can I fix it?
Regards
MarekTopic: Adding Google Fonts
Hi,
I read two threads on the forum (Adding Google Fonts (plural)&Google fotns with Extended Latin subset) and added code to functions.php (:add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Open Sans'] = 'Open+Sans&subset=latin,latin-ext'; $fonts['Ubuntu Condensed'] = 'Ubuntu+Condensed&subset=latin,latin-ext'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Open Sans'] = 'Open+Sans&subset=latin,latin-ext'; $fonts['Ubuntu Condensed'] = 'Ubuntu+Condensed&subset=latin,latin-ext'; return $fonts; }but it did not result any change. I checked on inspect and found that in enfold.css:1 that creates a line:
font-family: 'Ubuntu+Condensed&subset=latin,latin-ext', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
instead
font-family: 'Ubuntu Condensed', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;In
headsection Google Font link is correct `<!– google webfont font replacement –>
<link id=”google_webfont_1″ rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,latin-ext” /><style type=’text/css’>`How can I fix it?
Regards
MarekTopic: Adding Google Fonts
Hi,
I read two threads on the forum (Adding Google Fonts (plural)&Google fotns with Extended Latin subset) and added code to functions.php (:add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Open Sans'] = 'Open+Sans&subset=latin,latin-ext'; $fonts['Ubuntu Condensed'] = 'Ubuntu+Condensed&subset=latin,latin-ext'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Open Sans'] = 'Open+Sans&subset=latin,latin-ext'; $fonts['Ubuntu Condensed'] = 'Ubuntu+Condensed&subset=latin,latin-ext'; return $fonts; }but it did not result any change. I checked on inspect and found that in enfold.css:1 that creates a line:
font-family: 'Ubuntu+Condensed&subset=latin,latin-ext', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
instead
font-family: 'Ubuntu Condensed', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;In <head> section Google Font link is correct `<!– google webfont font replacement –>
<link id=”google_webfont_1″ rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,latin-ext” /><style type=’text/css’>`How can I fix it?
Regards
MarekI recently updated to the latest version of enfold and now my category widget is broken, I states I have no categories but in fact I do have 3 of them.
I am running the latest WP and Woo and Enfold.
Also I am noticing the line in the sidebar dividing the main content/sidebar is darker at the bottom than the top where the actual sidebar content ends, and when rolling over the main content area it will cause the upper portion to go dark.
Also the ‘My account’ dropdown is showing the navigation text in front of it.
Link to site and page.
http://xchange521.com/shop/Great theme – I am about to finish the styling of my site. For the portfolio grid I would love to display the category right below the item title. I have found a similar thread for angus theme (https://kriesi.at/support/topic/category-display-under-portfolio-post-titles/) and hope there might be an easy solution for enfold as well?
Hello,
I posted some additional needs last week, but didn’t get a response and the thread was closed: https://kriesi.at/support/topic/handful-of-questions-bullets-hovers-banners/
Any help with my additional questions is greatly appreciated:
Hi Yigit,
1. Can I send the site info to you personally (do you have an email you use for things like this?)
2. Wouldn’t added it to the Header.php make it one image for all of the pages? I want to use different images on each page.
3. This made the line thicker on the one item I’m using as a mega menu, but my other main nav items are not mega menus so they stay the thinner weight. Is there code that puts the thicker weight on all of the main nav drop downs?
4. The code didn’t work for me (??)
Thanks!
MikeHello,
I would like all borders from the header not to be visible. I have selected for border color the same color as background. That works for most of the header borders but the top one belonging to the phone number/small info area still remains. I’m using the “Header with social icons and bottom” option.
Can you please tell me what to do to make that line invisible.
Thank you
I am using LayerSlider WP to produce a slide show of various sized pictures.
I am encountering a visual issue with slides. Example: if slide #1 is wider than slide #2, when slide #2 appears it seems to sit on top of slide #1 — the LayerSlider software is not clearing the previous slide before transitions to slide #2.
I have no choice but to use slides of various widths due to their content.
What setting do I need to use to force the clearing of every slide between changes?
I am using 3D transitions set in RANDOM node with RESPONSIVE and FULL WIDTH enabled and various combinations of these two options continue to produce the same visual error.
Viewing 30 results - 138,031 through 138,060 (of 142,547 total)



