Forum Replies Created

Viewing 30 posts - 53,221 through 53,250 (of 67,505 total)
  • Author
    Posts
  • in reply to: Shortcode for fullwidth menu #363392

    Hi!

    I checked the link but I can’t see the issue. Can you please provide a screenshot?

    Regards,
    Ismael

    in reply to: Mobile menu is working half #363391

    Hey!

    The default color has been changed. I don’t know why. Add this on Quick CSS or custom.css:

    #advanced_menu_toggle, #advanced_menu_hide {
    color: #ffffff;
    border-color: #e1e1e1;
    }
    
    .header_color .cart_dropdown .dropdown_widget li a, #top .header_color .avia_cart_buttons .button, #top .header_color .dropdown_widget .buttons .button, .header_color .cart_dropdown_first .cart_dropdown_link {
    color: #ffffff;
    }
    
    .dropdown_widget .cart_list li.empty {
    color: #ffffff;
    }

    Regards,
    Ismael

    in reply to: Toggle in Teammember Box #363389

    Hey frauplote!

    Thank you for using Enfold.

    You can create a hide and show jquery function: http://www.w3schools.com/jquery/jquery_hide_show.asp

    Cheers!
    Ismael

    in reply to: Preview Button Not Working #363387

    Hey!

    Which slider are you trying to use? If you’re trying to use the Layer Slider. Edit the page then switch to the Advance Layout Builder. Go to Media Elements panel, add the Advanced LayerSlider element. Select the slider that you want.

    Cheers!
    Ismael

    in reply to: filter sortable portfolio #363379

    Hi!

    Thank you for using Enfold and sorry for the delay.

    Aside from the category sort function of portfolio, masonry and magazine elements, the theme doesn’t have any filter feature. Note that items should be present on the current page for them to be included on the sort. Unfortunately, this particular request or modification is beyond the scope of support and is not a theme related issue. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Cheers!
    Ismael

    in reply to: mobile view #363376

    Hi Hazlitt1!

    Thank you for using Enfold.

    I checked the website (http://fortis-sachwerte.de/) but I can’t see any progress bar elements. Can you please provide a link to the actual page with the issue?

    Cheers!
    Ismael

    in reply to: Visual Editor and Text Editor broken #363375

    Hey!

    Maybe these plugins will work:

    https://wordpress.org/plugins/universal-star-rating/
    https://wordpress.org/plugins/yet-another-stars-rating/

    You have to use shortcodes to manually add the rating.

    Best regards,
    Ismael

    in reply to: Fullscreen slider video #363374

    Hey!

    The video size is 20MB and this is quite huge compare to the video used in the demo which is 18 secs long and file size is only 1.3MB. Maybe you should find tutorials on how to compress video size or upload the video using h.264 format on vimeo.

    Regards,
    Ismael

    in reply to: LayerSlider WP Mobile Issues #363373

    Hi Brad!

    Thank you for using Enfold.

    Please go to the Slider Settings > Layout > Full-width slider settings. Add pixel values on the Responsive Under and Layers Container fields.

    Best regards,
    Ismael

    in reply to: all languages in search result #363361

    Hey!

    Please try to add this code in the functions.php:

    /**
     * Ajax Search Query
     */
     
    add_filter('avf_ajax_search_query', 'avf_modify_ajax_search_query', 10, 1);
    function avf_modify_ajax_search_query($search_parameters)
    {
       $language = pll_current_language();
       parse_str($search_parameters, $params);
       $params['lang'] = $language;
       $search_parameters = http_build_query($params);
       return $search_parameters;
    }

    Cheers!
    Ismael

    in reply to: Image Fade in Animation Issue #363357

    Hi!

    I’m sorry but I really can’t see the issue with the image. The image animation is working fine. I’ll ask Yigit to take a look.

    Cheers!
    Ismael

    in reply to: Menu customisation #363353

    Hi!

    Thank you for using Enfold.

    You can use the .current-page-ancestor class. Something like this:

    .current-page-ancestor.menu-item-top-level-3 a {
    background: #832d90 !important;
    color: white !important;
    }

    Cheers!
    Ismael

    in reply to: Modify Header Responsive Behaviour #363349

    Hi nigellim68!

    Thank you for using Enfold.

    1.) I’m sorry but this is not possible without major modifications on the theme.

    2.) Decrease the logo size with this:

    @media only screen and (max-width: 989px) {
    logo, .logo a {width: 200px;}}

    3.) Use this to remove the background:

    media only screen and (max-width: 989px) {
    .header_color .header_bg { background: none; }}

    Cheers!
    Ismael

    in reply to: Submenu current selected font color #363347

    Hey!

    You can try this:

    #top .header_color .main_menu .menu ul .current_page_item > a {
    color: red;
    }

    Cheers!
    Ismael

    in reply to: social sharing add another service #363344

    Hey dondela!

    Thank you for using Enfold.

    Add this on functions.php:

    /**
     * Add items on the social share section
     */
    
    add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);
    function avia_add_social_share_link_arguments($args)
    {
    	$args['xing'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "http://www.xing.com/sharer.php?u=[permalink]&t=[title]");
    	return $args;
    }

    Change the pattern.

    Cheers!
    Ismael

    in reply to: Add additional google font "Exo 2" to ENFOLD Theme #363339

    Hi jccph!

    Thank you for using Enfold.

    Sorry about that, the “guide” is updated. You can add it on functions.php file, right below line 16.

    Regards,
    Ismael

    in reply to: help please – opaque header #363338

    Hey!

    Disable the Shrinking Header setting on Enfold > Header > Header behavior panel.

    Cheers!
    Ismael

    in reply to: SUB Menu – Responsive issue #363336

    Hey etaleem!

    Thank you for using Enfold.

    Can you please give us a link to the actual website? A screenshot of the issue will help. You can use imgur, dropbox, clipular etc.

    Best regards,
    Ismael

    in reply to: Plugins not uploading #363335

    Hi!

    The login credentials are not working. Please check. I’m sorry but I think this is NOT a theme related issue. Try to switch to a default theme, I’m sure you’ll get the same error. Please go to the wp-content > plugins folder. Delete the contextual-related-posts folder if there is any. Test it again.

    Regards,
    Ismael

    in reply to: SUB menu Font Color #363334

    Hey etaleem!

    Thank you for using Enfold.

    Please go to the Enfold > Advanced Styling panel. Insert and edit the Main menu sublevel links element.

    Best regards,
    Ismael

    in reply to: button shortcodes #363332

    Hi!

    If you can’t find the two tabs (content and colors), it means you’re not using Enfold 3.0.4. Please update the theme to the latest version.

    Regards,
    Ismael

    in reply to: Icon does not display #363330

    Hey!

    Did you add the css codes on Quick CSS field? It won’t be remove when you update the theme. If you don’t feel safe, you can copy the css codes on a text file.

    Regards,
    Ismael

    in reply to: Enfold Table stretch td across entire table colspan=4 #363328

    Hey!

    Thank you for using Enfold.

    I’m sorry but it will not work for the theme’s default table element. You can try to build the table manually with html. Might be possible with css pseudo selectors but it will take a lot of css modifications to do it.

    Cheers!
    Ismael

    in reply to: contact form pop up #363325

    Hey coheno!

    Thank you for using Enfold.

    You can try to open the contact form on a lightbox. Please refer to this link: https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/#post-304173

    Regards,
    Ismael

    in reply to: Back end not working #363324

    Hey!

    Please look for the Update manually via FTP tutorial. Watch the video.

    Regards,
    Ismael

    in reply to: author picture not showing on blog #363323

    Hey Antonio!

    Thank you for using Enfold.

    Did you register the email of the author on gravatar.com?

    Regards,
    Ismael

    in reply to: Update WordPress Enfold Theme Not working #363321

    Hi!

    You can try it inside the header.php file. I’m sorry but we don’t provide support for third party scripts as stated on our support policy. Please contact the company or the script author.

    Cheers!
    Ismael

    in reply to: Enfold Photography demo – front page won't scroll #363319

    Hey!

    You can add a scroll bar on the sidebar menu but it won’t look that good:

    .html_header_left #top #header {
    overflow: auto;
    }

    Or decrease the menu padding and font size. The left sidebar header works well when content is taller than the side header.

    Regards,
    Ismael

    in reply to: Column or Text Block Space / Padding Adjustment code #363318

    Hey imoutsidethebox2!

    Thank you for using Enfold.

    Are you referring to the content padding? Can you please provide a screenshot? Try this on Quick CSS to decrease the padding:

    .content, .sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    }

    Regards,
    Ismael

    in reply to: Masonry Transitions Broken #362708

    Hi!

    Can you please remove the codes again then test the other one? It removes the flipping effect animation of the masonry element and it doesn’t mess up the sorting function. I’ll ask the rest of the support team to take a look.

    Cheers!
    Ismael

Viewing 30 posts - 53,221 through 53,250 (of 67,505 total)