Forum Replies Created

Viewing 30 posts - 49,801 through 49,830 (of 67,534 total)
  • Author
    Posts
  • in reply to: showing blog full content via blog post alb element #436575

    Hi!

    Thank you for using Enfold.

    You can enable the order and orderby settings in the blog posts element. Refer to this link: http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/

    Cheers!
    Ismael

    in reply to: Updated theme sidebar not showing #436574

    Hi!

    How can you go to this page (http://maintecx.com/whats-new/?portfolio=financing)? From the menu, which menu items did you click? I clicked the Services page and the items inside display as a portfolio item, not as a default post.

    Cheers!
    Ismael

    in reply to: Insert PHP in pages/posts… #436571

    Hi!

    I’m not saying you shouldn’t use php, it’s just not advisable to use php inside the wp editor because it is meant to be use as normal text and html editor. And what if you change themes or decided to migrate to a different cms, what will happen to the multiple pages with multiple php codes? Maybe, it’s better if you use custom fields. Refer to this link: https://codex.wordpress.org/Custom_Fields

    You can add the modifications directly in the the template files like page.php, single.php or if you built the page with the advance layout builder, modify the template-builder.php file.

    Best regards,
    Ismael

    in reply to: Portfolio Slug #436569

    Hey!

    When you replaced the code… did you flush or re-save the permalink settings? The previous one is wrong because the Permalinks > Portfolio Entry Settings will be useless. I tested the code on my installation and it works fine. Please try it again or just use the previous code if it works.

    Don’t forget to refresh the portfolio overview page before going to the actual portfolio item page.

    Cheers!
    Ismael

    in reply to: Testimonial Slider (Large) Issue on Safari #436564

    Hey!

    Issue seems random and unique to few installations. Is this happening when the testimonial element is the only content inside a page? Please create a test page with only the testimonial element. Let us know if the issue is still happening.

    Regards,
    Ismael

    in reply to: Datepicker Buttons #436563

    Hi djshortkut!

    Thank you for using Enfold.

    Use this in the Quick CSS field:

    .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button:hover {
      background: red;
      border: 1px solid black;
      color: pink;
    }

    Adjust the values.

    Cheers!
    Ismael

    in reply to: HELP! suddenly wrong items in portfolio grid!! #436561

    Hey Munford!

    Thank you for using Enfold. Glad you figured it out. :)

    Cheers!
    Ismael

    in reply to: WPML and custom css #436560

    Hey!

    Yes, please. Post the login details here as a private reply. Check the code, make sure that all symbols, apostrophe etc are not converted to character codes.

    Cheers!
    Ismael

    in reply to: Create youtube/uploaded video gallery #436003

    Hey!

    Unfortunately, mp4 video format isn’t supported by the lightbox plugin. You can still add the url as portfolio item custom link but it will open the video player in another page.

    Regards,
    Ismael

    in reply to: Visual Editor Issues #436001

    Hi!

    Issue seems to be happening only on specific pages(About Us for example). I created a test page and the default editor is working fine (visual and text mode): http://www.saddlecreekllc.com/test-page/

    Please try to deactivate all plugins, remove browser cache then test it again.

    Regards,
    Ismael

    in reply to: Appearance – Menus #436000

    Hi!

    Is this happening when you switch to a default theme? Please refer to this link for a possible fix: https://kriesi.at/support/topic/menu-creation-disappear-when-activating-enfold-v2/#post-433916

    Best regards,
    Ismael

    Hi!

    Did you add a code wrapper element? It doesn’t look like that in our installation. Use a text block instead. Make sure to switch to html or text mode before adding the shortcode.

    Looks like you
    Cheers!
    Ismael

    in reply to: font size menu problem #435998

    Hey!

    Go to the Appearance > Menus panel. Edit the Nuestras Ventanas menu item, disable the “Use as Mega Menu” option. You might need to recreate the sub menus.

    Best regards,
    Ismael

    in reply to: ÆØÅ (Norwegian letters) turned to gibberish #435995

    Hey!

    Thank you for the info. We have reported the issue to Kriesi. It might take a while before we can fix it.

    Regards,
    Ismael

    in reply to: Theme Update Problems (kinda urgent) #435994

    Hey!

    The Enfold theme is deactivated when I checked the dashboard. We enabled it back: http://plasticar.pt/wp-admin/admin.php?avia_welcome=true&page=avia

    Please update the theme to 3.1.3.

    Best regards,
    Ismael

    in reply to: Theme CSS not loading for https #435992

    Hey!

    I don’t see any minified files when I checked the page. Do you have a cache plugin? Please purge the cache. I just noticed that you’re using a very old version of the theme, 2.7. Please update the theme to version 3.1.3 then we’ll check it again.

    After the update, try this plugin: https://wordpress.org/plugins/ssl-insecure-content-fixer/

    Best regards,
    Ismael

    in reply to: Section Background Overlay #435982

    Hi!

    It is a unique class. You can edit includes > loop-index.php if you want to change it.

     //echo preview image
            if(strpos($blog_style, 'big') !== false)
            {
                if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>';
                if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
            }
    
            if(!empty($before_content))
                echo '<div class="big-preview '.$blog_style.'">'.$before_content.'</div>';

    Cheers!
    Ismael

    in reply to: swap tabs fro accordian mobile #435981

    Hi!

    Yes, you can use the class attribute to toggle the display of the elements. You don’t need to add the custom page id.

    Cheers!
    Ismael

    in reply to: Column header text disappearing and slider text #435976

    Hey!


    @hunter74
    : I’m sorry but I’m not sure I understand you correctly. Can you please explain it a bit? A screenshot will help. If you’re referring to the custom html class when a user is viewing on an ipad, you can use the avia-ipad class attribute.

    Regards,
    Ismael

    in reply to: Blank page on edit #435974

    Hi!

    I noticed that you installed the following plugins:

    WP Clone
    All-in-One

    Did you just transfer the website recently? Maybe, the database was not transferred properly. Please contact your hosting provider to restore the site.

    Best regards,
    Ismael

    in reply to: rtl footer #435972

    Hey sasha!

    Thank you for using Enfold.

    Look for this code:

    var rtlContainer = $('.entry-content-wrapper'); 
    

    Replace it with:

    var rtlContainer = $('.entry-content-wrapper, #footer .container'); 
    

    Best regards,
    Ismael

    in reply to: Portfolio Slug #435954

    Hi!

    Please replace the code with this because the previous one will affect the portfolio base category:

    add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod');
    function avf_portfolio_cpt_args_mod($args) {
    	$args['rewrite']['with_front'] = false;
    	return $args;
    }

    Regards,
    Ismael

    in reply to: Color Section 100% & Fullwidth Sub Menu Conflict #435948

    Hi!

    Thank you for the heads up. We have reported the issue to Kriesi. A fix should be on the way. For now, you can edit js > shortcodes.js, look for this code around line 2189:

    subtract	= $('#wpadminbar, #header.av_header_top:not(.html_header_transparency #header), #main>.title_container')
    

    Replace it with:

    subtract	= $('#wpadminbar, #header.av_header_top:not(.html_header_transparency #header), #main>.title_container, #top .av-submenu-container')
    

    Again, look for this code:

    subtract.each(function(){ wh100_mod -= this.offsetHeight - 1; });
    

    Below, add this:

    subtract.each(function(){ wh100 -= this.offsetHeight - 1; });
    

    Best regards,
    Ismael

    Hey!

    I think it is cause by the WordFence cache settings. There is a cache version number in the enfold.css file. It should not be there by default. I tried to exclude the dynamic_avia folder where the enfold.css file is located but I can’t clear the WordFence cache. There’s an error:

    http://wp.meiklesfc.com.au/wp-admin/admin.php?page=WordfenceSitePerf

    A total of 1 errors occurred while trying to clear your cache. The last error was: Could not create a lock file /home/meiklesfc/domains/wp.meiklesfc.com.au/public_html/wp-content/wfcache/clear.lock to clear the cache.

    Please contact the plugin author regarding this issue.

    Best regards,
    Ismael

    in reply to: Color of Page background #435931

    Hey!

    Unfortunately, it doesn’t help. We don’t know which element is causing the issue. We need to see the actual website.

    Regards,
    Ismael

    in reply to: Items on Masonry have the same description #435926

    Hey!

    The masonry element works fine on our installation. Please try to delete the entire enfold folder then replace it with a new one.

    Best regards,
    Ismael

    in reply to: Mega menu issue with WordPress 4.2 #435905

    Hi!

    Forbidden error when I checked this image: http://www.sphere-evenements.com/dash.jpg

    Please use imgur or dropbox. When I checked the actual page, I don’t see any mega menu: http://www.sphere-evenements.com

    Best regards,
    Ismael

    in reply to: post display on category pages #435901

    Hey!

    Add this in the functions.php file:

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-big';
    return $layout;
    }

    You can change the layout if you want. Available layout are single-small, single-big, blog-grid and multi-big. The demo posts are using the more tag, that’s why they the “read more” link.

    Regards,
    Ismael

    in reply to: Overlay behaviour only on hover #435897

    Hi!

    That’s because we use the hover state of the whole masonry container. It’s not possible to create a hover effect for elements outside the hovered element. If you really want this kind of effect, you need to create a custom jquery script because it is not possible with css alone. Unfortunately, this modification is outside the scope of support. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: In page links not working #435894

    Hey!

    You didn’t mention that you created custom elements in the advance layout builder. A few shortcodes, color section for example, automatically creates closing tags when needed or if another element is present in the page. I guess these custom elements doesn’t have that and it breaks the layout of the page. I created a test page without the custom elements and it works OK. All sections are intact: http://papaboisfood.com/test-page/

    Why do you need to create custom elements? For example, instead of creating a “Fullwidth Easy Slider w preview” element, you can use the Layer Slider. I’m sorry but we can’t help you trace back all modifications in the theme. Please hire a freelance developer to improve the custom elements.

    Regards,
    Ismael

Viewing 30 posts - 49,801 through 49,830 (of 67,534 total)