Forum Replies Created

Viewing 30 posts - 10,801 through 10,830 (of 14,834 total)
  • Author
    Posts
  • in reply to: Mete info missing in blog post grid view #387909

    Hi!

    Try deactivating all plugins and then upload a fresh copy of the theme from themeforest.

    If that does not help then send us a WordPress login and we’ll take a look.

    Regards,
    Elliott

    in reply to: Mega menu issues #387890

    Hi Leodocard!

    Did you make sure to create two indentions instead of one? In your screenshot you have the link “1er semaine” with some sub links added to it so it will work as a column. Make sure to do this for the second column as well.

    If your still having trouble then deactivate all plugins and send us a WordPress login so we can take a look.

    Regards,
    Elliott

    in reply to: Enfold and qTranslate X #387886

    Hi webslaav!

    I’ve never used QTranslate before. Can you send us a WordPress login so we can take a closer look?

    Have you considered WPML? It’s a lot more popular than QTranslate and we have taken steps to make sure it’s compatible with our framework.

    Best regards,
    Elliott

    • This reply was modified 10 years, 12 months ago by Elliott.
    in reply to: Easy slider full size cuts of on mobiles #387883

    Hey anma!

    You can use some CSS like this to force them to look bigger.

    .avia-slideshow, .avia-slideshow img {
      min-height: 300px !important;
    }

    But the main problem is that your images are 2000 x 375 so on small screens they are going to be very small because of their aspect ratio. You’ll want to use images with more of a 3:4 aspect ratio.

    Cheers!
    Elliott

    in reply to: Display Changed to not 100% #387875

    Hi richardcellis!

    I checked your site but the width looks fine to me. You currently have the width set to 1310px. If you want to change it then you can do so in Dashboard > Enfold > General Layout > Dimensions.

    Regards,
    Elliott

    in reply to: ERROR – Cannot export theme settings – Help! #387866

    Hi Calcite!

    Your getting these warnings when trying to export the settings?

    What happens when you delete your widget areas? Does it let you export then?

    Try deactivating all plugins and send us a WordPress login so we can take a look.

    Best regards,
    Elliott

    in reply to: Facebook likebox widget 100% height #387861

    Hey axelfx07!

    When you drag the widget to one of your widget areas you will see that one of the settings is “Widget height”. Set that to 100%.

    Best regards,
    Elliott

    in reply to: Adding custom post types and taxonomies to sidebar widgets #387855

    Hey senso!

    Are you trying to display links to some custom post type categories and taxonomies? You can use the “Custom Menu” widget and create a menu in Dashboard > Appearance > Menus for this.

    Cheers!
    Elliott

    in reply to: Support more than 1 custom font icon collection? #387853

    Hey senso!

    You can upload multiple font files in the Enfold settings. I would rename the file before uploading though so you can tell them apart.

    Regards,
    Elliott

    in reply to: Custom scroll down and mobile menu images #387849

    Hi erron!

    Add this to your custom CSS.

    .scroll-down-link { background: url("URL to your image") !important; }
    .scroll-down-link:before {
      content: "" !important;
    }

    And this for the menu button.

    #advanced_menu_toggle:before {
      content: "" !important;
    }
    #advanced_menu_toggle { background: url("URL to your image") !important; }
    

    Best regards,
    Elliott

    in reply to: my video mp4 wont show video only audio/ helppp #387845

    Hey rdomestic!

    The video is playing for me. What browser and version are you using?

    Best regards,
    Elliott

    Hi babbleflo!

    Your getting a few javascript errors.

    Deactivate all plugins and send us a WordPress login and we’ll take a look.

    Regards,
    Elliott

    Hey romella!

    Try dragging a codeblock element to the page and add this inside.

    <style type = "text/css">
    #av_section_2 .border-extra-arrow-down {
      display: none;
    }
    </style>

    Regards,
    Elliott

    in reply to: Align Menu Text #387835

    Hey aecad!

    Try adding this to your custom CSS.

    .menu > li > a > .avia-menu-text {
      position: relative !important;
      top: 30px !important;
    }

    If you have your header set to be sticky then add this as well.

    .header-scrolled .menu > li > a > .avia-menu-text {
      position: relative !important;
      top: 0px !important;
    }

    Cheers!
    Elliott

    in reply to: FIxed footer #387829

    Hey grwebs!

    The CSS would look something like this.

    #footer {
      bottom: 0;
      left: 0;
      position: fixed;
      width: 100%;
    }

    As for the background you can set that up in Dashboard > Enfold > General Styling > Footer.

    Best regards,
    Elliott

    in reply to: Chrome Issues with 'Color Section' Images #387828

    Hey jgosling1!

    I checked your links but they appear to be working fine. There was a bug regarding this that was fixed in 3.0.7. It looks like your using 3.0.8 so it should be fixed now.

    Did you recently update? If so then try clearing your browser cache and view again to see if it happens still.

    Best regards,
    Elliott

    in reply to: Responsive Full-Width Logo #387820

    Hey Dorian112!

    Instead of using a logo try setting the image as the background of your logo area in Dashboard > Enfold > General Stylings > Logo Area.

    Best regards,
    Elliott

    in reply to: Color Section: Static Background Image Behavior #387818

    Hi fgrippe!

    Send us a link to both pages and we’ll take a look. You can set your reply as private if you wish.

    Regards,
    Elliott

    in reply to: Social buttons translate #387817

    Hi denis-lvov!

    Try installing this plugin, https://wordpress.org/plugins/codestyling-localization/, and do a search for the theme texts and translate them.

    Regards,
    Elliott

    in reply to: Disappearing Sidebars #387812

    Hi CortiCoop!

    It does not look like your password you provided is correct.

    Let’s try the following.

    1. Deactivate all plugins.

    2. Set the following to 777 permissions (temporarily)..

    /wp-content/uploads/dynamic_avia/enfold.css
    

    And then change the value for your sidebar width in Dashboard > Enfold > General Layout > Dimensions and save.

    3. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If none of the above help then send us a WordPress login and we’ll take a closer look.

    Cheers!
    Elliott

    in reply to: social icons not shown on phone #387807

    Hey evtilsley!

    I’m seeing a lot of custom CSS being applied to those icons.

    #header_main .social_bookmarks {
      display: none !important;
    }

    etc etc

    Paste all of your custom CSS here.

    Regards,
    Elliott

    in reply to: Contact Form Name shows Date #387805

    Hey abd3licious!

    I’m sorry but I’m not sure I understand. Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.

    It would also be great if you could take a screenshot and highlight what your trying to do.

    Best regards,
    Elliott

    in reply to: Responsive issues #387803

    Hey tmkhc!

    1. Make sure the full width button is not nested inside other column or section elements. It needs to be on it’s own.

    2. It’s the yellow text on your page correct? I think what your wanting to do here is use a color section and insert some columns inside so they stack on top of each other on small screens. The grid row is going to continually shrink so if you have text inside it will not be readable on smaller screens.

    Cheers!
    Elliott

    in reply to: Remove Lightbox from images #387800

    Hey heufti65!

    When you link to an image it will open up in a popup by default. If you want to stop that then add a class of “noLightbox” to the link like so.

    <a class = "noLightbox" href = "URL to your image">Click me</a>
    

    Regards,
    Elliott

    Hi misterpete!

    Your trying to add some javascript code to our buttons correct? I tried clicking on the “Buy Tickets” link you provided to see the code but it gives me a 404 not found error.

    Best regards,
    Elliott

    in reply to: WPML Language Selector #387798

    Hi gyverchang!

    Try adding this to your custom CSS.

    .avia_wpml_language_switch {
      position: relative !important;
      top: -30px !important;
      left: -100px;
    }

    Best regards,
    Elliott

    in reply to: I want to add some cyrillic fonts #387795

    Hey ivailo_georgiev!

    Are these fonts that you have access to the files to? If so then you can use @font-face to use them on your site. See here for more info, http://css-tricks.com/snippets/css/using-font-face/.

    I checked on the Google Fonts API and it looks like they have roboto but not segoe. You can do this, https://kriesi.at/support/topic/adding-google-fonts-plural/, to add more Google Fonts to the theme settings.

    Best regards,
    Elliott

    Hey lapajnea!

    That’s not as easy as it sounds. Try adding this to the bottom of your functions.php file.

    add_action( 'ava_main_header', 'enfold_customization_add_button' );
    function enfold_customization_add_button() {
         echo do_shortcode("[your button shortcode goes here]");
    }

    And then add this to your custom CSS.

    #header .avia-button { display: none; }
    .header-scrolled .avia-button { display: block !important; }
    

    Or another way would be to open up /enfold/js/avia.js and on line 1455 you should see this.

    av_change_class(header, 'remove', 'header-scrolled');
    

    Add this beneath it.

    jQuery('.your_button_class').show();
    

    And then add a custom class to your button called “your_button_class”.

    Regards,
    Elliott

    Hey peterjtonkin!

    This might make your header look weird but you can try this CSS.

    #wrap_all { margin: 50px auto !important; }
    

    I think if you do this you will need to turn off the sticky setting for the header so it does not scroll down the page.

    As for making the header transparent you can do this.

    .header_bg { background: transparent !important; }
    

    Cheers!
    Elliott

    in reply to: Left hand side menu – woocommerce product view #387472

    Hey Mariusz!

    We can give you some CSS to use to change it to the right.

    .single-product-main-image { float: right !important; margin-right: 0px !important; margin-left: 50px; }
    

    Cheers!
    Elliott

Viewing 30 posts - 10,801 through 10,830 (of 14,834 total)