Forum Replies Created

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • 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;
    }
    in reply to: Mega Menu create 2 rows or 4 columns #863733

    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 response

    in reply to: 3.8.5 and Yoast SEO #743661

    Hi 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

    in reply to: 3.8.5 and Yoast SEO #741670

    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 luck

    in reply to: Remove Google Web Font #698962

    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 theme call to pull the Google API Font

    in reply to: Serving Google Fonts from CDN #698959

    I 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 Font

    in reply to: Ubermenu or Megamenu for this objective? #675052

    Thanks @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

    in reply to: Ubermenu or Megamenu for this objective? #674914

    @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.
    thanks

    in reply to: Google Maps Edit Location issue #673187

    Thanks 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

    in reply to: Google Maps Edit Location issue #672906

    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 success

    in reply to: Google Maps Edit Location issue #672576

    Hi Ismael

    I have followed the instructions and created a Google Map API key 3 times but still no success.

    in reply to: Site has disappeared .. totally #672220

    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 it

    Fresh install, no plugins.
    Enfold 3.7.1
    WP 4.5.3

    Warning: 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

    in reply to: Visual Composer conflict on Homepage #670099

    Thanks Ismael.

    in reply to: Visual Composer conflict on Homepage #667148

    Hi Vinay
    This is a clean install, I added Woocommerce as the demo Import: Shop Demo requires
    there are no other plugins

    I did have Visual Composer Version 4.12 active but have since removed it

    in reply to: masonry_entries.php code display error #661082

    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

    in reply to: masonry_entries.php code display error #660779

    Hi @Rikard
    Please see the following screenshots, I have tested using Chrome, Firefox, Vivaldi, Safari

    Header error SS – http://screencast.com/t/O30BcnGGeeSM
    Footer error SS – http://screencast.com/t/ondGv0H5

    in reply to: masonry_entries.php code display error #660452

    Hi @Rikard
    thanks for your quick response on this, I have had it happen several times and I see others are having the issue as well

    I get the same thing happening, please share what was done to correct the issue
    thanks

    in reply to: Adding a Google font #502782

    Thanks 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

    in reply to: Adding a Google font #502239

    HI Basilis
    I have it working, I did the following

    before 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 added

    add_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;
    }
Viewing 20 posts - 1 through 20 (of 20 total)