Forum Replies Created

Viewing 30 posts - 13,051 through 13,080 (of 14,834 total)
  • Author
    Posts
  • in reply to: A different menu for each page #363889

    Hi!

    Thanks for the help Flikk!


    @masilusiones
    , Flikk has the right idea. Go ahead and send us a link to your page and we’ll take a look.

    For example if your page ID is 123 then you can add this to your custom CSS to change the menu to red when viewing that page.

    .page-id-123 .avia-menu-text {
        color: red !important;
    }

    Cheers!
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Custom Single Post Page #363887

    Hi!

    In this case you will want to use a sidebar. Navigate to Dashboard > Enfold > Sidebar Settings and in the “Sidebar on Archive Pages” option set it to left. Next navigate to Dashboard > Appearance > Widgets and set some widgets to the “Sidebar Blog” widget area.

    This will give you the layout your wanting.

    Best regards,
    Elliott

    in reply to: hotspots point to the different paragraph of the same page #363884

    Hey!

    Thanks for the help Flikk!


    @kailibuy
    , Flikk has the right idea. When you set the URL for the hotspot set it to just “#pain_syndrome”. And then add a codeblock element to wherever you want it to link to and then add this inside the codeblock element.

    <span id = "pain_syndrome"></span>
    

    Best regards,
    Elliott

    in reply to: Woocommerce errors #363880

    Hey!

    It’s no problem. I deactivated all of your other plugins except Woocommerce and the 404 errors went away. Try reactivating them one by one to see which is causing the problem.

    When you find the plugin responsible try switching to the default theme to see if you get the errors there as well.

    Cheers!
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Separator / Whitespace #363878

    Hey djshortkut!

    It looks like you set a pixel value for the width, is that correct? Try using a percentage instead.

    50%
    

    Cheers!
    Elliott

    in reply to: Adding new Advanced Layout Builder element #363874

    Hey!

    I tested this on my XAMPP setup and it seems to be working fine. Are you sure you added the function to your child themes function.php file?

    As far as I know that is the only documentation for creating your own shortcodes. You can find lots of topics about it here in the forums though, https://kriesi.at/support/topic/create-new-avia-builder-element/#post-363612.

    Best regards,
    Elliott

    in reply to: Masonry portolio #363867

    Hey Alexandre!

    Thanks for using Enfold.

    That’s the Masonry element, not the Masonry Gallery. They sound the same but one will display the images you set manually and the other will display the featured images of your posts.

    You can find the Masonry element in the “Content” tab of the advanced layout editor. It will display the featured images of your posts and by default will be sortable unless you disable sorting in the shortcode options.

    Regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Advanced Layout Editor not working #363866

    Hi Christan!

    Thanks for using Enfold.

    I can’t reproduce the problem on my XAMPP setup so I don’t think it’s the plugin. Go ahead and send us a WordPress login and we’ll take a look. Be sure to set your reply as private when including login information.

    Cheers!
    Elliott

    Hi!

    I don’t see the error on your site. Did you get this sorted?

    If your still having problems then I would try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    Regards,
    Elliott

    in reply to: Enfold Website Page Speed Tips #363862

    Hey Andrew!

    1. It’s likely it will. I would try using a caching plugin such as W3C Total Cache or something similar. They usually have minify options available which do this automatically but if you get javascript errors or weird CSS behaviour then it would be best to turn those specific minify settings off.

    2. Yes they wouldn’t be safe in the parent theme. A child theme can only be used for specific template files which will cover most but not all.

    3. You can find our video tutorials here, http://kriesi.at/documentation/enfold/videos/.

    Regards,
    Elliott

    in reply to: Contact form "from" address #363861

    Hi!

    Hmm, where are you seeing this at? Lines 709 – 711 should look like this.

    //$header  = 'MIME-Version: 1.0' . "\r\n";
    $header = 'Content-type: text/html; charset=utf-8' . "\r\n";
    $header = apply_filters("avf_form_mail_header", $header, $new_post, $this->form_params);
    

    Regards,
    Elliott

    in reply to: Metspin – Home Page Accordion Slider #363859

    Hi Mohan-Iyer!

    It looks like your using Enfold version 3.0.2. Go ahead and update to the latest version, 3.0.4, and let us know when your done.

    You can see here, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/, for updating via FTP.

    Best regards,
    Elliott

    in reply to: Language switch has no active style #363856

    Hi hotspot!

    Your referring to the flags that get added to the menu correct? The current language should have a class of, “avia_current_lang”.

    Send us a link and we’ll take a look.

    Regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Link in banner #363855

    Hey virtualsa!

    It looks like you added the images in manually and they are linking to the correct areas so I’ll assume you got this completed. Let us know if you have any other questions.

    Cheers!
    Elliott

    in reply to: Link masonry image to specific URL #363848

    Hey!

    When you select the images you want to use for the Masonry Gallery there is an option that says, “Custom Link”, where you can insert your URL.

    But it sounds like your talking about the Masonry element and not the Masonry Gallery. Unfortunately there is not an option for this currently but you can create a feature request here, https://kriesi.at/support/enfold-feature-requests/.

    Regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.

    Hey xpoveda!

    It’s working fine on my XAMPP setup. I think it’s from the settings your using in Dashboard > SEO > Permalinks. Try unchecking all of those options and save.

    Also be sure to deactivate all other plugins while testing.

    Best regards,
    Elliott

    Hi BrianBookwalter!

    Are you talking about line 11 in /enfold/index.php?

    $title  = __('Blog - Latest News', 'avia_framework'); //default blog title
    

    Your link is under a coming soon plugin so I couldn’t see the exact area your referring to.

    Best regards,
    Elliott

    Hi Monsoon!

    Your talking about the accordion slider element correct? The very first option of the accordion slider asks you whether you want to use a “Image based Slider” or “Entry based Slider”. It sounds like your wanting to use the “Image based Slider” so you can setup your slides manually.

    If that’s not what you were referring to then send us a link and take a screenshot highlighting what’s going on so we can get a better idea.

    Cheers!
    Elliott

    in reply to: Side by side button on mobile #363835

    Hi discotech!

    The 1/2 columns will stack on top of each other on smaller screens. What you’ll want to do here is move them into a 1/1 column and set their alignment to left. This will have them display next to each other.

    Or if you want to keep using two columns then you can try dragging a codeblock element to your page and add this inside.

    <style type = "text/css">
    @media only screen and (max-width: 479px) {
    .flex_column.av_one_half {
        width: 49% !important;
    }
    }
    </style>

    That will force them to stay in two columns when on smaller screens.

    Cheers!
    Elliott

    in reply to: Mega Menu unset #363831

    Hey!

    Glad you got it sorted alfengland.


    @diannedominguez
    , Here is some more information on how to do it, http://sevenspark.com/docs/ubermenu-menu-item-limit.

    If your still having trouble then try deactivating all plugins and send us a WordPress login and we’ll take a closer look.

    Cheers!
    Elliott

    in reply to: Troubles with the header (fixed/responsive/height…) #363827

    Hi!

    1. + 2. It looks like you turned off the fixed header. Go ahead and send us a WordPress login and we’ll take a closer look.

    3. Well, when the header shrinks it’s supposed to shrink your logo image as well. If you need to switch it out with another logo then I suppose we could add another logo in there and then use this CSS to hide them.

    .logo, .header-scrolled .alternate-logo { display: block !important; }
    .alternate-logo, .header-scrolled .logo { display: none !important; }

    And then find line 105 in /enfold/includes/helper-main-menu.php.

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
    

    And add this right above it.

    echo '<img src = "URL to your smaller logo" class = "alternate-logo" />';
    

    4. You can set a custom pixel value for your header in Dashboard > Enfold > Header. If you plan on having your header fixed and move down the page with you then I recommend using this option.

    Best regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.

    Hi!

    Hehe, I see what you mean now. Glad you got it sorted. Let us know if you have any other questions.

    Best regards,
    Elliott

    in reply to: Social Icons Not Appearing on Mobile #363818

    Hey realsmartshoppers!

    Try adding this to your custom CSS.

    .social_bookmarks a { color: #8fb3cd !important; }
    

    Cheers!
    Elliott

    in reply to: space from top of the page to top of the header #363816

    Hi Tech!

    It looks like it’s an iframe that is related to some google ads. Did you recently install a google ads plugin or add some new script to the theme settings?

    Best regards,
    Elliott

    Hey blauwoog!

    First off do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a class to your accordion.

    You can then use some custom CSS to style that specific accordion like so.

    .my_class .toggler, .my_class .toggle_content { font-size: 20px !important; }
    

    Cheers!
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Mega Menu width #363811

    Hi!

    Hmm, I don’t think it would be changed with javascript. Go ahead and send us a WordPress login and we’ll take a closer look.

    Regards,
    Elliott

    in reply to: Problem with Portfolio entry #363808

    Hey ProAnts!

    I checked your portfolio page but your entries seem to be displaying fine. Is there a certain one your having issues with?

    Cheers!
    Elliott

    in reply to: Google Maps Still Not Working After Template Update #363786

    Hey!

    It’s displaying fine on my end as well.

    What browser and browser version are you using? Try viewing in a different browser to see if it displays there.

    Regards,
    Elliott

    in reply to: Unable to edit pages, posts #363783

    Hey!

    You will not lose any content. If you have edited any of the Enfold theme files then those customizations will need to be redone after updating.

    Your site is displaying for me though I tried logging in again but it’s not letting me in.

    Did you create a template called “indesit”? Try deleting that template to see if the error goes away.

    Regards,
    Elliott

    Hey aribann!

    Not sure what’s going on there. I see it being added correctly to your dynamic stylesheet.

    #top #wrap_all .header_color h1, #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1, #top #wrap_all .socket_color h1{color:#86221f;font-size:24px;font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;}
    

    But it’s not being applied for some reason. Perhaps you have a typo in your other CSS somewhere. This feature is still in beta though. Try adding this to your quick CSS.

    .main_color h1 { font-size: 24px !important; }
    

    Cheers!
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
Viewing 30 posts - 13,051 through 13,080 (of 14,834 total)