Forum Replies Created

Viewing 30 posts - 48,331 through 48,360 (of 66,046 total)
  • Author
    Posts
  • 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

    in reply to: Youtube not workin in Firefox Mac version!? #435875

    Hi!

    Looks like you added the video by using a third party plugin. Try to use the Video element instead.

    Cheers!
    Ismael

    in reply to: Iphone Rendering #435874

    Hi!

    Add the previous code inside the media query:

    .avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
      height: 200px !important;
    }

    Best regards,
    Ismael

    in reply to: Custom post Type in Masonry #435871

    Hi!

    Create a custom post type by using this plugin: https://wordpress.org/plugins/custom-post-type-ui/

    Regards,
    Ismael

    in reply to: Don't display image on single post #435870

    Hi!

    What do you mean by “posts created outside of that form”? The code above should enable the Don’t display image on single post option by default.

    Regards,
    Ismael

    Hi!

    So.. you’re saying that it is fixed? I checked the page and the slider is working. Access the dashboard, edit a page and the advance layout builder is working as well.

    Best regards,
    Ismael

    in reply to: The Magnific Popup doesn't work with Buttons #435848

    Hey!

    Hmm.. I’m not sure why it’s not working, maybe there’s a conflict between the button and the magnific popup script. Instead of the button, use a simple link then add the style of the button to it:

    .inline_popup {
    padding: 15px 30px 13px;
    font-size: 13px;
    min-width: 139px;
    background-color: #2d5c88 !important;
    border-color: #0b3a66 !important;
    color: #ffffff !important;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
    float: left;
    }

    Best regards,
    Ismael

    Hi!

    Thank you for using Enfold.

    Looks like you have a minify plugin installed. Please try disable the minify settings then change something in the theme options. Let us know if it’s not working.

    Best regards,
    Ismael

    Hey!

    I think you forgot the website url.

    1.) You can decrease the size of the sidebar on Enfold > General Layout > Dimensions > Content | Sidebar Ratio setting.

    2.) The footer height will depend on the content. You can enable the Social Icons setting on the Footer panel.

    3.) Use the bbPress login widget.

    Best regards,
    Ismael

    in reply to: Cannot edit FRONTPAGE in ONE PAGE RESTAURANT demo #435836

    Hey!

    Thank you for using Enfold and sorry for the delay.

    Maybe, it’s just a cache issue with Chrome. Glad you figure it out.

    Cheers!
    Ismael

    in reply to: Stopping Related Videos showing on Youtube Videos #435833

    Hi!

    Please try to log out of the dashboard, remove the browser cache then login again. Or login using another browser, add the api key. Wait for an hour, the update should be visible by then.

    Cheers!
    Ismael

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

    Hey!

    Alright. We’ll keep the thread open.

    Best regards,
    Ismael

    Hi!


    @muzioman
    : Please create a new thread then post the website url there. Make sure that you have the latest version of the theme, 3.1.3 running on WordPress 4.1.2 or later.

    Regards,
    Ismael

    in reply to: Custom URL for Featured Image on Blog Grid #435826

    Hi!

    The plugin creates a custom field where you can add an external image url as featured image but it doesn’t have an option to add custom url. I don’t think it will work as you expected.

    Regards,
    Ismael

    Hey!

    It is actually possible but it’s not available or possible yet with the current advance layout builder option for posts. Featured images of the posts will still be visible on category or archive pages. If you want to show excerpts on archive or category pages, use the excerpt meta box.

    Best regards,
    Ismael

    in reply to: Clickable logo area on a mobile #435815

    Hi!

    I checked the site on an emulated mobile view and the phone number is still clickable. There’s no element covering it up. Please try to remove browser cache then reload the page.

    Regards,
    Ismael

    Hey!

    Thank you for using Enfold.

    Use the Grid Row element then set the cell size accordingly. You can apply different backgrounds for each cell.

    Best regards,
    Ismael

    in reply to: Changing the font in the blog content. #435813

    Hi!

    You can use this:

    .template-blog .entry-content p {
      font-size: 16px !important;
    }

    Regards,
    Ismael

    in reply to: Forwarding via 'frames' affecting sites in mb view #435811

    Hi sd142ppr!

    Thank you for using Enfold.

    Unfortunately, iframe forwarding or redirects will disable the site’s responsiveness. Please refer to this link for a possible fix: http://blog.thecompanywarehouse.co.uk/2012/08/22/cname-url-forwarding-frame-forwarding-which-is-best/

    Best option is the 301 redirects via .htaccess. You can contact your hosting provider regarding this issue. Also, ask your host if IPS Forwarding is an available option.

    Cheers!
    Ismael

Viewing 30 posts - 48,331 through 48,360 (of 66,046 total)