Forum Replies Created

Viewing 30 posts - 45,661 through 45,690 (of 66,114 total)
  • Author
    Posts
  • in reply to: Floating Content Box #501450

    Hey!

    The code should be:

    .page-id-14 .content, .page-id-14 .sidebar {
    padding-top: 0;
    margin-top: -95px;
    }

    Regards,
    Ismael

    in reply to: How to leave a reply to comments on a blog post #501448

    Hi!

    Please go to Settings > Discussions panel then disable the following options:

    Users must be registered and logged in to comment
    Comment must be manually approved
    Comment author must have a previously approved comment

    You can also disable the “Comment author must fill out name and e-mail ” option but the first three disabled options should enable users to comment without the need to login.

    Regards,
    Ismael

    in reply to: Text full width on mouse over picture #501446

    Hi LifeIsNow001!

    Thank you for using Enfold.

    I can picture out what you’re trying to do here but this image option is not something we can provide here. The “stretching” part makes it all more complicated. Unfortunately, it will require custom scripts that is outside the scope of support. Please contact codeable: http://kriesi.at/contact/customization

    There are lot of tutorials for reference and resources available that you can use. Example:

    http://www.jqueryscript.net/demo/jQuery-Plugin-To-Add-Animated-Caption-Overlay-Over-Images-hovercap/
    http://www.jqueryscript.net/demo/Animated-jQuery-Image-Caption-Overlay-Effects-Plugin-HCaptions/
    http://www.wbotelhos.com/capty/

    Regards,
    Ismael

    in reply to: Custom Archive sidebar by category #501440

    Hi bizerkworks!

    Thank you for using Enfold.

    Use this plugin in order to add conditional functions to the widgets: https://wordpress.org/plugins/widget-logic/

    These links will come in handy:

    https://codex.wordpress.org/Function_Reference/is_page
    https://codex.wordpress.org/Function_Reference/is_archive
    https://codex.wordpress.org/Function_Reference/is_category

    Regards,
    Ismael

    Hey d1atemplates!

    Thank you for using Enfold.

    Yes, it is possible. Please give us a link to the “News and Publications” then we’ll give you the css to remove the post meta info. You can do something like this in the Quick CSS field:

    .page-id-19 .post-meta-infos {
        display: none;
    }

    Adjust the page id “19” to the id of the “News and Publications” page.

    Regards,
    Ismael

    in reply to: Woocommerce "show details" in new window / tab #501437

    Hi!

    Can you please provide a link to the product page? We would like to check it. Please try to replace the code with this:

    // target _top
    function add_custom_script(){
    ?>
    <script>
    (function($) {
    	$('.show_details_button').each(function() {
    		$(this).removeAttr('target');
    		$(this).attr('target', '_blank');
    	});
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Best regards,
    Ismael

    in reply to: Positioning of grid cell issue in Firefox #501436

    Hey!

    Did you remove the page? Please create a test page then we will check it. Try to add this in the Quick CSS field:

    #top .flex_column_table {
        clear: both;
    }

    Regards,
    Ismael

    in reply to: Issues on windows mobile #501433

    Hey Bejelit!

    Thank you for using Enfold.

    Site looks awesome on desktop view. Can you please provide a screenshot of the windows phone issue?

    You can try other translation plugins but you might encounter compatibility issues along the way: https://wordpress.org/plugins/qtranslate-x/installation/

    Regards,
    Ismael

    in reply to: Featured Image Not Displaying on Mobile #501432

    Hi allinmom!

    Thank you for using Enfold.

    If you set the blog to single author, small preview, featured images will be disabled on mobile view. Add this in the Quick CSS field to display them back:

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
        display: block;
    }
    }

    Cheers!
    Ismael

    in reply to: Shadow on the menu text in the header #501427

    Hi!

    Use this css code:

    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a {
        text-shadow: 1px 1px #ff0000;
    }

    Best regards,
    Ismael

    in reply to: avia button is not working on mobile #501426

    Hey!

    I can’t seem to open the page. Did you check it on any other mobile device? Do you have retina display on your iPhone 5?

    Cheers!
    Ismael

    in reply to: portfolio gallery show only one column in mobile #501422

    Hi Doron!

    Thank you for using Enfold.

    Did you test it on an actual mobile device? The issue occurs on screen sizes between 353px and 357px. I don’t think there is any mobile device with the same exact screen resolution. The columns is OK on iPod Touch.

    Regards,
    Ismael

    in reply to: help need map in background #501419

    Hi!

    I checked the page again but I don’t see any columns below the map. I guess you didn’t add it. Please add it then we’ll provide you with the css modifications to move it above the google map.

    Best regards,
    Ismael

    in reply to: Color Section & PrintFriendly & sidebar #501414

    Hey!

    I’m running out of ideas here. We set the print button to show on taxonomy pages only but it still affects the pages with color section. Please try to contact the plugin author for more info. Ask them if the plugin creates any container even on excluded post types.

    Cheers!
    Ismael

    in reply to: Problem with animated numbers #501397

    Hey!

    We have reported the issue to Kriesi. It might take a while to fix this. As a workaround, you can do the following:

    1.) Remove the “period” and use the “200000” instead.

    2.) Or modify the js > shortcodes.js, look for this code around line 2741:

    if(zeroOnly && countTo !== 0) fakeCountTo = countTo.replace(/0/g, '9');
    

    ..replace it with:

    //if(zeroOnly && countTo !== 0) fakeCountTo = countTo.replace(/0/g, '9');
    

    Regards,
    Ismael

    in reply to: Slider and icon box #501396

    Hi!

    The last code above should remove the default icon. Use this:

    .slm-add-apple-icon a.iconbox_icon.heading-color:before {
        content: '';
    }

    Cheers!
    Ismael

    in reply to: WooCommerce Product Options in the product overview #501390

    Hi!

    I checked the dashboard but I didn’t see any shop page or any woocommerce related page so I think it’s safe to assume that you’re referring to this page: http://osmanio.bplaced.net/Delivery/?page_id=129

    You need to translate the content manually because the content was created by using the advance layout builder: http://osmanio.bplaced.net/Delivery/wp-admin/post.php?post=129&action=edit

    Other woocommerce related strings should be translated automatically.

    Best regards,
    Ismael

    in reply to: Update theme #501389

    Hi!

    This is the html markup of the container:

    <div id="Barra">
        	<a href="http://www.secure-booker.com/ninjaloungefl/MakeAppointment/Search.aspx" class="Link1" target="_blank"></a>
            <a href="http://www.secure-booker.com/ninjaloungefl/ClassSchedule/ClassSchedule.aspx" class="Link2" target="_blank"></a>
            <a href="http://ninjalounge.com/ninjawaiver" class="Link3" target="_blank"></a>
        </div>

    It’s probably from a third party plugin. Did you modify any theme files? Please check the Appearance > Editor > header.php file. If the container is created by a third party plugin, it should be safe after the update.

    Regards,
    Ismael

    in reply to: social share for a different page #501388

    Hi!

    Can you please provide a link to the actual page? Note that the theme’s social share will fetch the url of the current page so it’s not going to work in your case. You can find more social share plugin in Plugin library. We usually recommend these plugins

    https://wordpress.org/plugins/addthis/
    https://wordpress.org/plugins/addthis/

    Actually, these plugins might do the same thing as the theme’s social share element but its worth a try.

    Regards,
    Ismael

    in reply to: Salesforce Form – Problem with CODE BLOCK #501387

    Hi!

    Sorry for the delay. We tried to login again today but we got this error:

    Erro ao estabelecer conexão com o banco de dados
    

    Yes, we know that the html version of the code is working. That’s why we need you to contact the plugin author to debug it for WordPress. Unfortunately, we don’t provide support for third party plugins and scripts as stated on our support policy. https://kriesi.at/support/register/

    Regards,
    Ismael

    in reply to: Layer slider and Google Chrome conflicts #501385

    Hey!

    I would like to test the page but the advance layout builder is not working because the Visual Composer is activated. Note that these two builders are not compatible so you have to deactivated the visual composer. What is “LH: 40px !important”? Is that a css code?

    Best regards,
    Ismael

    in reply to: 100% site width and left sidebar header #501383

    Hey!

    Did you modify anything on the theme files? The sections are outside the main container when I checked the page markup. Please delete the theme folder then override it with a new one.

    Best regards,
    Ismael

    Hey!

    Are you referring to this page? [link in private content field]

    It contains different columns that’s why the previous code is not working. Edit the grid row element, use another custom id in the Section ID field. Use “custom-grid-2” for example the include this inside the css media query located in Quick CSS field:

    #top #custom-grid-2 .no_margin.av_one_third, #top #custom-grid-2 .no_margin.av_two_third {
        width: 100%;
        display: block;
    }

    Regards,
    Ismael

    • This reply was modified 9 years, 10 months ago by Yigit.
    in reply to: Mailchimp integration failure #501379

    Hey!

    I was able to log in to the page and I don’t see anything wrong with the subscription process. It reloads the page because it doesn’t have any ajax script. You will then receive the confirmation message “Jouw aanmelding voor Rootz is bevestigd”. There’s a way that you can redirect it to another page, a “thank you” page perhaps but that’s something you can ask in the mailchimp support forum.

    I registered my owm email and I only got one confirmation:

    Bevestig aanmelding a.u.b.
    Klik hier om jouw aanmelding voor Rootz te bevestigen
    
    Als je deze email per ongeluk ontvangt, kun je hem gewoon verwijderen. Zolang je niet op de link hierboven klikt word je ook niet aangemeld.
    
    Neem voor vragen over deze lijst contact op met:
     (Email address hidden if logged out) 

    Best regards,
    Ismael

    in reply to: Bulletins get doubled on post update/save after WP 4.3 update #501378

    Hi sandersisask!

    Thank you for using Enfold.

    Which version of the theme do you have? You can check for the change log in the enfold overview: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Best regards,
    Ismael

    in reply to: Place an image betwen the top of page and the header #501377

    Hi!

    Make sure that you’re copying the code directly from the forum instead of your email. Check if the syntax are intact. In the header.php file, add this:

    <?php
    f(is_page(59)){
    echo '<div class="custom-background-image1 custom-background container_wrap"></div>';
    }
    if(is_page(99)){
    echo '<div class="custom-background-image2 custom-background container_wrap"></div>';
    }
    ?>

    Adjust the page id if necessary. You can then add something like this in the Quick CSS field:

    .custom-background { background-size: cover; background-repeat: no-repeat; };
    .custom-background-image1 { background-image: url('http://idetox.voyage/wp-content/uploads/2015/09/IMET1.jpg');
    .custom-background-image2 { background-image: url('http://idetox.voyage/wp-content/uploads/2015/09/IMET1.jpg');

    Adjust the image url if you need to different backgrounds on different pages.

    Regards,
    Ismael

    in reply to: padding/spacing issues #501372

    Hi!

    I’m sorry but I don’t see any issue with the logo. Did you fix it as well? If not, could you provide a screenshot so that we can understand the issue better? Use imgur or dropbox.

    Best regards,
    Ismael

    in reply to: Styling Events Calander #501371

    Hey!

    If you want to override the theme’s plugin configuration, you have to modify the functions.php file directly. Look for this code then remove it:

    if(!current_theme_supports('deactivate_tribe_events_calendar'))
    {
    	require_once( 'config-events-calendar/config.php' );			//compatibility with the Events Calendar plugin
    }

    You can then do your layout configuration. Here’s a short guide: https://theeventscalendar.com/knowledgebase/themers-guide/

    Contact codeable for further modifications: http://kriesi.at/contact/customization

    Cheers!
    Ismael

    Hey!

    Please try to add this in the Quick CSS field:

    .caption_fullwidth {
        top: 50% !important;
        bottom: auto !important;
    }

    Best regards,
    Ismael

    Hi!

    Please edit the functions.php file then remove this code:

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries

    Regenerate the thumbnails after: https://wordpress.org/plugins/force-regenerate-thumbnails/

    Note that removing the thumbnails might slow down the website because it has to use the original image for every element on the page.

    Cheers!
    Ismael

Viewing 30 posts - 45,661 through 45,690 (of 66,114 total)