Forum Replies Created

Viewing 30 posts - 12,001 through 12,030 (of 14,834 total)
  • Author
    Posts
  • in reply to: Social login #373871

    Hey OlegC!

    I don’t know of any that I can recommend. If anyone has an idea then please share.

    Here are some you can take a look at, https://wordpress.org/plugins/search.php?q=social+login.

    Regards,
    Elliott

    in reply to: Enable deeplinking to the Portfolio AJAX #373869

    Hi!

    Your misunderstanding. That is code already in your page that is causing a javascript error. It’s either being added by a plugin or you added it yourself to the theme files.

    Deactivate all plugins and completely delete Enfold before downloading + uploading a fresh copy.

    Cheers!
    Elliott

    in reply to: Change font for Navigation #373867

    Hey Btina!

    Remove the code you added and then navigate to Dashboard > Enfold > Advanced Styling and add a new rule for the menu links and set their font to whatever you need.

    Best regards,
    Elliott

    in reply to: Blog roll img on the left preview content on the right #373865

    Hey Btina!

    It sounds like your wanting to set the blog layout to single small in Dashboard > Enfold > Blog Layout and then change the image size on line 100 in the functions.php file.

    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    

    Regards,
    Elliott

    in reply to: mobile menu #373863

    Hey!

    It looks fine on my end except on very small screens where your logo is just too big so it flows offscreen.

    You can add this to decrease it’s width a bit.

    @media only screen and (max-width: 479px) {
    .responsive .logo img { width: 200px !important; }
    }

    Regards,
    Elliott

    in reply to: Mobile Menu with Layerslider #373861

    Hey Dare2Dream!

    Add this to your custom CSS.

    #mobile-advanced { z-index: 99999 !important; }
    #advanced_menu_hide { z-index: 9999999 !important; }

    Regards,
    Elliott

    in reply to: Advanced Layout Editor keeps loading forever #373858

    Hey!


    @spesenfuchs
    , Your using version 2.6.3, please update to the latest version.

    Cheers!
    Elliott

    in reply to: Some first time questions #373857

    Hi!

    You would just need to drag an image element above your textblock. If you want to place an image beside it then use our column elements 1/2 + 1/2.

    Regards,
    Elliott

    Hey Rshaules!

    1. It looks like you only have one post published so far correct? That post is linking to your blog page for some reason. Did you edit it’s permalink? If your not sure why it’s linking to your blog page then try deactivating all of your plugins and then delete your .htaccess file before saving your permalinks to the default or post name setting in Dashboard > Settings > Permalinks.

    2. It’s not supposed to be used like that (some elements will display weird in posts, etc etc) but you can add it by doing this, https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts/.

    Regards,
    Elliott

    in reply to: Where to insert "theme color" meta tag? #373852

    Hey frysjo!

    You can add it in the header.php template around line 13.

    Consider using a child theme so you can save the edit between updates, http://kriesi.at/documentation/enfold/downloads/.

    Regards,
    Elliott

    in reply to: Video Player issue #373849

    Hey elistutz!

    Add this to your custom CSS.

    .mejs-offscreen, .mejs_offscreen { display: none !important; }
    

    Regards,
    Elliott

    in reply to: Post Date & Comments on Blog List #373847

    Hey stewroids!

    You can find it in Dashboard > Enfold > Blog Layout > Blog Meta Elements.

    Best regards,
    Elliott

    • This reply was modified 11 years ago by Elliott.
    in reply to: Adding Next and Prev pagination links #373845

    Hey website2create!

    Open up /enfold/framework/php/function-set-avia-frontend.php and find line 777.

    $output .= "<$wrapper class='pagination'>";
    

    Add this beneath it.

    $output .= '<span class = "previous_pagination">'.get_previous_posts_link('Previous').'</span>';
    

    And line 793 you should see this.

    $output .= "</$wrapper>".get_next_posts_link()."\n";
    

    Add this above it.

    $output .= '<span class = "next_pagination">'.get_next_posts_link('Next').'</span>';
    

    And you can style them with this.

    .previous_pagination {  }
    .next_pagination {  }
    

    Cheers!
    Elliott

    in reply to: Putting a fixed on home page #373844

    Hey!

    Go ahead and take a screenshot and highlight exactly what your trying to do. You have a bunch of custom CSS going on so I’m not really sure what your trying to do with the image.

    If your just trying to get the image to display beneath your video then add a separator element beneath your columns and insert the image element beneath it with no custom CSS being added to it.

    Best regards,
    Elliott

    in reply to: Breezingforms form making plugin #373839

    Hey afarahani!

    Have you considered contact form 7 or gravity forms? They are pretty popular form plugins.

    Try this CSS to make them display on one line.

    input[type="radio"], .bfElementGroupNoWrap label { float: left; display: inline-block; }
    

    Best regards,
    Elliott

    • This reply was modified 11 years ago by Elliott.
    in reply to: Enfold Table Issue in Mobile view #373838

    Hi!

    I think the problem is that you your “Chromium” cell is a heading also. Instead try switching it to a regular table data cell and the headings should be picked up correctly.

    I think your right, we must have some kind of javascript in the theme files which sets that CSS but I could not find it anywhere. But I think the fact that your using multiple rows of headings is messing it up. See here on our demo, http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/, where each heading matches up with the cells beneath it.

    Best regards,
    Elliott

    in reply to: Advanced Layout Builder Visual Tab #373836

    Hey richardruddle!

    I think WordPress is supposed to save your preferences now. If you activate the default theme it should still be doing the same. Try clicking on the Visual tab and then save the post and then navigate elsewhere and then back to the post and it should open up in the Visual editor again.

    Cheers!
    Elliott

    in reply to: Enable deeplinking to the Portfolio AJAX #373834

    Hi!

    I’m still seeing the error. Did you add that script in manually? Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    Regards,
    Elliott

    in reply to: Dragable menu editor not working in enfold #373704

    Hi!

    If you load two copies of jQuery it’s going to cause javascript errors. Make sure to disable that setting.

    Regards,
    Elliott

    in reply to: Putting a fixed on home page #373702

    Hi BizWizSolutions!

    Thanks for using Enfold.

    You have a fixed position set to the image which is going to make it behave like your header. I think what your wanting to use is absolute position.

    Regards,
    Elliott

    • This reply was modified 11 years ago by Elliott.
    in reply to: Custom Background – Alignment issue with Header #373700

    Hi!

    Add this to make it stretch to fit the screen.

    .page-id-62 .container_wrap { background-size: cover !important; }
    

    I don’t see the previous CSS I posted anymore so you must have gotten it removed somehow.

    Cheers!
    Elliott

    in reply to: Hover over icons #373699

    Hey!

    Try adding this to your custom CSS.

    .av-icon-char:hover { color: red !important; border-color: red !important; }
    

    Cheers!
    Elliott

    in reply to: Sidebar Widget CSS Help Needed #373693

    Hey!

    For those add this CSS.

    .avia_cart_buttons { opacity: 1 !important; }
    .product-sorting * {
        color: black !important;
        opacity: 1 !important;
    }
    

    And you may need to edit the images in /enfold/config-woocommerce/images/.

    Cheers!
    Elliott

    in reply to: Transparency Header Slide In #373656

    Hi!

    In that case you can use this CSS.

    #header { display: none; }
    .header-scrolled { display: block !important; }
    #main { padding-top: 0px !important; }
    

    Regards,
    Elliott

    • This reply was modified 11 years ago by Elliott.
    in reply to: Custom font icon for icon list #373653

    Hey codecreative!

    Drag a codeblock element to your content and add this inside.

    <style type = "text/css">
    .avia-icon-list > li:nth-child(2) .iconlist_icon {
    background: url("URL to your image") !important;
    }
    .avia-icon-list > li:nth-child(2) .iconlist-char { display: none !important; }
    </style>

    And then change the “2” for each line to 1 – 4 depending on which icon you wish to change to an image and then replace “URL to your image” with the correct URL.

    Best regards,
    Elliott

    • This reply was modified 11 years ago by Elliott.
    in reply to: Display a caption overlay? #373651

    Hi salai_com!

    Thanks for using Enfold.

    Which element are you using? Can you send us a link to your page so we can get a better idea of what’s going on?

    Cheers!
    Elliott

    in reply to: Some first time questions #373650

    Hi shakingtree!

    1. Are you just trying to display an image to the left and have text wrap around it? In that case just click on the “Add Media” button and insert an image with a left alignment.

    2. If your trying to recreate the demos you can import them in Dashboard > Enfold > Demo Import. You do not need to edit any heading or padding sizes.

    3. When you edit your post set the header to be transparent and then insert a slider or color section to your content to create that effect.

    Regards,
    Elliott

    in reply to: Lightbox with Caption #373645

    Hey Guenter!

    Go ahead and send us a link to your page so we can get a better idea of what’s going on.

    Cheers!
    Elliott

    in reply to: Removing featured image from top of post #373638

    Hey Nancy!

    Use this instead.

    .single-post .big-preview { display: none !important; }
    

    Best regards,
    Elliott

    in reply to: Logo #373636

    Hi mistral2!

    Your talking about the size of your logo correct? When I view your site the logo image is giving me a 404 not found error. Try uploading it again in the dashboard.

    Regards,
    Elliott

Viewing 30 posts - 12,001 through 12,030 (of 14,834 total)