Forum Replies Created

Viewing 30 posts - 37,981 through 38,010 (of 66,745 total)
  • Author
    Posts
  • in reply to: How to remove social icons hover? #722953

    Hi kieranvyas!]

    Thank you for using Enfold.

    Please add this in the Quick CSS field.

    #top #wrap_all #socket .social_bookmarks li:hover a {
        background-color: transparent;
    }

    Best regards,
    Ismael

    in reply to: Link in der "Speziellen Überschrift" #722951

    Hey kallekleinschmidt!

    Thank you for using Enfold.

    I’m sorry but you cannot set the link of the Special Heading element automatically. If you want, you can enable the title container in the Header > Header Layout > Header Title and Breadcrumbs settings.

    Best regards,
    Ismael

    in reply to: Banner not displaying nicely on mobile #722949

    Hey!

    Please add something like this in the Quick CSS field.

    @media only screen and (max-width: 767px) {
         #top #wrap_all .header_color.av_header_transparency .social_bookmarks {
             color: #000000;
         }
    }

    Best regards,
    Ismael

    in reply to: archor links behind sticky menu #722948

    Hey!

    The site jumps back to the top after the page fully loads. Did you add any modifications to the theme? Please post the FTP details here. We would like to do a few tests.

    Cheers!
    Ismael

    in reply to: Insert code below the share buttons in blog post #722943

    Hey!

    Please post the code on pastebin.com and we’ll test it on our own installation. Or post the login details here.

    Cheers!
    Ismael

    in reply to: Enfold Inhalte verschwinden plötzlich! #722941

    Hey AlexSavarino!

    Thank you for using Enfold.

    Did you see any errors after updating the page? Which page exactly? Please provide the url to the page so that we can inspect it. And post the login details in the private field.

    Regards,
    Ismael

    in reply to: Topbar #722939

    Hey!

    Please add this in the Quick CSS field.

    #header_main .logo {
        top: -30px;
    }
    
    #header_meta {
        z-index: 1;
    }

    Best regards,
    Ismael

    Hey Jill,

    Thank you for using Enfold.

    I’m sorry but the page is not loading. Is that the correct url? Did you set some page hierarchies?

    Best regards,
    Ismael

    Hi,

    Thank you for the info. Please post the login details here so that we check it. The shortcode field should be visible below the advance layout builder.

    Best regards,
    Ismael

    in reply to: Twitter shows no post image #722913

    Hi,

    I have no idea. What exactly do you mean by server cache? How can I find out?

    Please ask your hosting provider. If you check the functions.php file, you can see the filter with the var_dump function but it’s not affecting the site. It should at least display NULL if the variable is empty but it’s not doing anything.

    Best regards,
    Ismael

    in reply to: Illegal string offset 'language_code' #722795

    Hi,
    .
    Thank you for using Enfold.


    @grafixstudio
    : Please try the snippet that @bborsi provided.


    @bborsi
    : Thanks for the help! :)

    Best regards,
    Ismael

    in reply to: error when i install enfold theme in wordpress #722794

    Hey federico177,

    Thank you for using Enfold

    Please ask your hosting provider to increase the post_max_size value. You can also set it in the .htaccess or the php.ini file.

    Best regards,
    Ismael

    in reply to: Animated Countdown error #722793

    Hi,

    I’m sorry but the login credentials are not working. And I can’t reproduce the issue on my end no matter what kind of date format I set.


    @TigerLineGolf
    : Thanks for sharing! I hope it helps OP.

    Best regards,
    Ismael

    in reply to: Cannot Update Pages anymore. Progress won't save. #722792

    Hi,

    The advance layout builder is having issues because you’re using a very old version of the theme, 3.4.7, which is not compatible with WordPress 4.6.1. Please update the theme to the latest version, 3.8.1.

    Best regards,
    Ismael

    in reply to: Hide Search Button #722791

    Hi,

    Those are the dummy widgets. They will display if the widget areas are empty. Please go to the Appearance > Widgets panel then add a blank text widget in the “Displayed Everywhere” widget area.

    Best regards,
    Ismael

    in reply to: Applying Google fonts to text boxes #722790

    Hi,

    How are you loading the fonts? Please try this in the functions.php file.

    add_action('wp_head','hook_font');
    function hook_font() {
    	$output = "<link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=Open+Sans:300,700' type='text/css' media='all'/> ";
    	echo $output;
    }

    Adjust the href value.

    Best regards,
    Ismael

    in reply to: Logo sliding up when scrolling down. (sticky logo?) #722789

    Hi,

    You can use Rikard’s css code to hide the logo on scroll.

    .header-scrolled .logo {
        display: none !important;
    }

    Unfortunately, it’s not possible to move it up on scroll.

    Best regards,
    Ismael

    in reply to: Shrinking logo quality in IE11 very bad #722788

    Hi,

    Great! Glad that you found a workaround for it. Thanks for sharing.

    Best regards,
    Ismael

    in reply to: Disable roll out action on mouse over in menu #722787

    Hey steviger,

    Thank you for using Enfold.

    It’s possible but you have to modify one of the parent theme files. Edit the js > avia.js file, look for this code around line 1246.

    currentLink.bind('mouseenter', function()
    

    Replace it with:

    currentLink.bind('click', function()
    

    Best regards,
    Ismael

    in reply to: Creating a Client Login page #722786

    Hi,

    after entering the password they receive from me, it will take them to their respective page to view their images.

    Yes, I think those plugins will help but you will have to allow or restrict the users manually if you’re planning to create a custom page for each user.

    Best regards,
    Ismael

    in reply to: Adding custom elements to 404 #722785

    Hi,

    Replace the single quote with quotes.

    <?php echo do_shortcode( "[av_portfolio columns='1' one_column_template='default' items='1' contents='no' preview_mode='auto' image_size='portfolio' linking='' sort='no' paginate='no' query_orderby='rand' query_order='DESC']" ); ?>

    Best regards,
    Ismael

    in reply to: How to change caption button color code #722784

    Hey pimroll,

    Thank you for using Enfold.

    Where did you add the full width slider? In the slider’s Captions panel, you can modify the color of the buttons. Look for the “Button 1 Color” and the “Button 2 Color” if you enable the second button.

    Best regards,
    Ismael

    in reply to: Broken Kriesi Test Link on page #722782

    Hi,

    Glad that you found a solution. In the future, maybe you can use these plugins to clean the database.

    // https://wordpress.org/plugins/wp-optimize/
    // https://wordpress.org/plugins/advanced-database-cleaner/

    Best regards,
    Ismael

    in reply to: Rollover Image caption #722781

    Hi,

    I’m sorry but it’s not possible with the theme. You can try the layer slider but it’s full width. If you can create a test page with the plugin, maybe we can fix the border issues.

    Best regards,
    Ismael

    Hi,

    Please post the login details here so that we can check it further. For the social share, please use this instead.

    add_action('tribe_events_single_event_after_the_content', 'tribe_events_single_event_after_the_content_mod');
    function tribe_events_single_event_after_the_content_mod() {
    	echo do_shortcode("[av_social_share title='Share this entry' style='' buttons='' custom_class='']");
    }

    Best regards,
    Ismael

    in reply to: Enfold Blog layout do not work in English Language #722779

    Hi,

    I checked one of the posts and the lightbox is working.

    // http://www.4ward4x4.com/new-4ward4x4-online-shop/

    Best regards,
    Ismael

    in reply to: Shop Banner Full Title #722778

    Hi,

    The easiest solution is to set the background-size property to “cover”. This will force the background image to cover the whole container.

    #av_product_description .av-parallax-inner {
        background-size: cover;
    }
    

    If you’re not satisfied with the result, you can create multiple images for each category then apply it on different screen sizes by using css media queries which is a bit inconvenient.

    Best regards,
    Ismael

    in reply to: Portfolio Entries Template #722777

    Hi,

    Thank you for the info.

    You need to modify the taxonomy-portfolio_entries.php file. Unfortunately, you cannot use the advance layout builder to edit the archive pages.

    UPDATE: One workaround is to redirect the archive page to a custom page. However, you have to create a custom page for each portfolio category.

    Best regards,
    Ismael

    in reply to: text #722776

    Hi,

    I’m sorry but you forgot the link or url to the site. Please provide that info in the private field. Did you add any css modifications?

    Best regards,
    Ismael

    in reply to: redirect #722775

    Hi,

    This should work.

    Redirect 301 http://zorbas.synology.me/wordpress/underholdning/ http://zorbas.synology.me/wordpress/graesk-dans/
    

    Or use the following plugins.

    // https://wordpress.org/plugins/redirection/
    // https://wordpress.org/plugins/simple-301-redirects/

    Best regards,
    Ismael

Viewing 30 posts - 37,981 through 38,010 (of 66,745 total)