Forum Replies Created
-
AuthorPosts
-
October 13, 2017 at 5:37 am in reply to: Mega Menu – different backgrounds for each sub menu #863738
I found the solution …dooo
The sub menu id is there, ie. menu-item-123 so I added it in front of the code I already had working ..#menu-item-170 > .avia_mega_div > .sub-menu { background: url("/wp-content/uploads/2017/10/stones.jpg") !important; background-size: 80% 80% !important; background-repeat: no-repeat !important; background-position: right bottom !important; }
Hi @johntorvik
I realised I could reduce the number of sub menus for this job so there now is nothing to solve.
Thanks for the quick responseHi Yigit,
I deactivated the plugins, cleared the cache, opened a different browser, cleared the cache, still the same issue.Odd because I have several other sites where there is no issue all running the same plugins and settings …
I will need to look at all the setting as well to see if there is something different
Using WP 4.7.2, Enfold 3.8.5 and Yoast 4.2
All I see of the composer when Yoast SEO 4.2 is active is the spinning wheel. I cleared the cache and tried several browsers with no luckIf I want to use ‘Open Sans’ but want to serve the font from my server via a CDN.
I add the CSS to the additional CSS section in the theme
If I choose not to use the font in the theme setting that will not work.
So how do I tell the theme to use ‘Open Sans’ but not to load the theme call to pull the Google API FontI am asking the same question
If I want to use ‘Open Sans’ but want to serve the font from my server via a CDN.
I add the CSS to the additional CSS section in the theme
If I choose not to use the font in the theme setting that will not work.
So how do I tell the theme to use ‘Open Sans’ but not to load the call to pull the API FontThanks @Guenni007,
I had already tried the instructions for UberMenu 3 but with no luck that’s why I asked if @cloeffler could shed some light on her experience.If you are having success with this then I guess I need to review what I am doing wrong
@cloeffler I like what you have done with the menu, what did you end up doing. I am also having issues with Ubermenu.
Love to get your tips on creating the images in the menu.
thanksThanks for all your help Vinay, I did create another key (correctly) and its working now.
Thanks again for going the extra mile on your support
Hi Vinay
Yes there where codes related to Google Maps added in functions.php earlier, I have now removed them, cleared the cache, tried in a new browser all with no successHi Ismael
I have followed the instructions and created a Google Map API key 3 times but still no success.
Hi Rikard
I did that before posting the issue.I have a backup of the site so I wiped everything and did a new install but it seems that every time I use this theme I get the same issue,
See below
why does this happen on localhost and a new WP install?The last time you logged in and fixed this but did not give me an explanation as to why it is happening and how I can fix it myself.
I think it is the location of the htdocs folder but I am unsure how to fix itFresh install, no plugins.
Enfold 3.7.1
WP 4.5.3Warning: session_start(): open(/tmp/sess_7267279808b25b2e5c992b0ee36e4e5a, O_RDWR) failed: Permission denied (13) in /home/linksmotel/public_html/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/linksmotel/public_html/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32) in /home/linksmotel/public_html/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Thanks Ismael.
Hi Vinay
This is a clean install, I added Woocommerce as the demo Import: Shop Demo requires
there are no other pluginsI did have Visual Composer Version 4.12 active but have since removed it
Hi Rikard
I cleared my Cache but no change, I used different browsers and cleared their cache, the same thing, so I tried a friends computer and the issue is not there. It must be my computer, odd as I get this on some sites I create and not on others.Thanks for taking the time to help me, I appreciate it
Hi @Rikard
Please see the following screenshots, I have tested using Chrome, Firefox, Vivaldi, SafariHeader error SS – http://screencast.com/t/O30BcnGGeeSM
Footer error SS – http://screencast.com/t/ondGv0H5Hi @Rikard
thanks for your quick response on this, I have had it happen several times and I see others are having the issue as wellOctober 10, 2015 at 5:24 am in reply to: Contact Form not Working, it Resets the Defaults When You Try to Edit It #516733I get the same thing happening, please share what was done to correct the issue
thanksThanks Rikard,
I got it …doo ….
It would be great if you can add this information to the code snippet instructions .. as well as an example. It would help other in the future and cut down on support time concerning this.thanks again for a great theme and supper support
HI Basilis
I have it working, I did the followingbefore I had both the example and the font I wanted (see below), I removed the example and it works fine
I would like to know why it did not work with the 2 fonts addedadd_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700'; $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic'; $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700'; return $fonts; } add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Open Sans Condensed'] = 'Open Sans Condensed:300,700'; $fonts['Open Sans'] = 'Open Sans:400,700'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Open Sans'] = 'Open Sans:400,700'; $fonts['Open Sans Condensed'] = 'Open Sans Condensed:300,700'; return $fonts; }
-
AuthorPosts