Forum Replies Created

Viewing 30 posts - 50,071 through 50,100 (of 67,534 total)
  • Author
    Posts
  • in reply to: bulleted list not displaying #431058

    Hi!

    This should work:

    .summary.entry-summary div ul li, .summary.entry-summary div ul {
      list-style: disc outside !important;
      padding-left: 10px;
    }

    You have to add the price and buttons manually when you create the products using the advance layout builder.

    Cheers!
    Ismael

    Hi!

    Thank you for using Enfold.

    @iwan: Thanks for helping out!


    @Soapmarine
    : You can follow the instructions above.

    Cheers!
    Ismael

    in reply to: Avia Layout Builder non reactive… #431055

    Hey!

    @Catty: The error is cause by the plugin Ultimate Under Construction page. Please contact the plugin author or use the default theme feature to create a coming soon page.

    @Lippel: Please create a new thread. Add the website url and the login credentials there. Make sure that you’re running Enfold 3.1.3 on WordPress 4.1.1

    Best regards,
    Ismael

    in reply to: Testimonial Grid Borders (solved) #431054

    Hey mterrian!

    Thank you for using Enfold.

    Looks like you managed to remove all the borders in the testimonial section.

    Best regards,
    Ismael

    in reply to: forum support #431052

    Hi!

    The login credentials are not working. Anyway, I checked the topic page and the conversation or comments are there: http://mcm-ct.com/fm/t/test-topic/

    Please be specific about the changes that you want to make. Make a list or provide a screenshot.

    Cheers!
    Ismael

    in reply to: How to manipulate the breadcrumb text? #431048

    Hey Rogier!

    Thank you for using Enfold.

    If that is an archive page, you can use this in the functions.php file:

    add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 10, 2 );
    function avia_breadcrumbs_trail_mod( $trail, $args ) {
    	if ( is_archive() ) {
    		$cut = substr($trail['trail_end'], -1);
    		if($cut == "s") {
    		$trail['trail_end'] = substr($trail['trail_end'], 0, -1);
    		}
    	}
    	return $trail;
    }

    Best regards,
    Ismael

    in reply to: Rebel photo not behaving like others #431043

    Hi!

    There is no attachment id because the markup or html structure of that image is different from the one here: http://dominiquehurley.com/life-by-design-creativity/

    <div class="copy-paste-block">
    <div id="attachment_10677" style="width: 436px" class="wp-caption alignleft"><a href="https://dominiquehurleyart.files.wordpress.com/2015/01/sun-flair-dominique-hurley.jpg" class="lightbox-added wp-image-10677 size-full" style="position: relative; overflow: hidden; display: block;"><img class="" src="http://i1.wp.com/dominiquehurley.com/wp-content/uploads/2015/01/sun-flair-dominique-hurley.jpg?resize=426%2C640" alt="Dominique Hurley Art & Inspiration Quote Series" width="424" height="637"><span class="image-overlay overlay-type-image" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 647px; width: 444px;"><span class="image-overlay-inside"></span></span></a><p class="wp-caption-text">“Sun Flair” from my “Sacred Earth Journey” photo album</p></div>

    There is “copy-paste-block” container and an additional div container with the attachment id. These containers are not created by the theme so I guess it’s from a third party plugin.

    Cheers!
    Ismael

    in reply to: Updated to v3.1.3 – problems #431033

    Hey!

    You created your own header.php and footer.php file inside the child theme folder. Please overwrite it with the latest theme files.

    Regards,
    Ismael

    in reply to: Tablet compatibility problem #431032

    Hey!

    Add this in the Quick CSS field to fix the icon list:

    .iconlist_content {
      word-wrap: break-word;
    }

    Site looks fine when I checked it on an iPod. If I may ask, what is the model of your mobile phone?

    Cheers!
    Ismael

    in reply to: iFrame added to content removes footer #431031

    Hey!

    Still 404. Please check the page: http://iprescience.com/contact-us-ohio/

    Another thing, you don’t have the latest version. Please update to version 3.1.3.

    Regards,
    Ismael

    Hi!

    I’m sorry but I don’t think this is a theme related issue at all. Please contact your hosting provider and describe to them what’s happening. Tell them that the subpages are stuck to an old version or have been cached.

    Regards,
    Ismael

    in reply to: Gallery images: hidding the thumbnails #431027

    Hi!

    I’m sorry but what you’re describing is not possible without major modification on the theme. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization

    Regards,
    Ismael

    in reply to: Custom Sidebar NOT WORKING #431026

    Hey!

    Thank you for using Enfold.

    The “Displayed Everywhere” widget area will always show even if you have a default sidebar set. You need to remove all widgets inside that widget area. Use another widget area or custom widget area for the “General Sidebar”.

    Regards,
    Ismael

    Hey!

    What if you use the code block element then enclose the html codes inside a pre or code tag? Can you please provide a screenshot of how you want to the page or section to look like?

    Regards,
    Ismael

    in reply to: Change Position of the avia content title (easy slider) #431024

    Hi!

    I’m sorry but I don’t see any title in the left corner of page. Can you please provide another screenshot pointing to the actual title?

    Cheers!
    Ismael

    in reply to: Header animation #431021

    Hey!

    Replace the code with this:

    add_action('wp_footer', 'ava_custom_script_mod');
    function ava_custom_script_mod(){
    ?>
    <script>
    (function($){
    	$(window).scroll(function(){
    		var scrolled = $(this).scrollTop(),
    			adminbar = parseInt($('#wpadminbar').height()) || 0,
    			menuh    = $('#header_main_alternate').height();
    			
    		if(scrolled >= 200) {
    			$('#header_main_alternate').addClass('custom-header').css('margin-top', adminbar);
    			$('#header').css('padding-bottom', menuh);		
    		} else {
    			$('#header_main_alternate').removeClass('custom-header').css('margin-top', 0);
    			$('#header').css('padding-bottom', 0);
    		}
    	});
    })(jQuery);
    </script>
    <?php
    }

    Cheers!
    Ismael

    in reply to: Responsive background #430838

    Hi WebyxDesign!

    Thank you for using Enfold.

    Please give us a link to the actual website. We would like to check it. I noticed that you mention “section” so I assume you’re using color sections with backgrounds. Note that the background size of the color section is set to cover which means:

    Scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area

    Best regards,
    Ismael

    in reply to: Problemas de compatibilidad con plugins #430837

    Hey jalfonzo!

    Thank you for using Enfold.

    I’m sorry but we don’t provide support for third party plugin especially those that are not fully compatible with the theme. Please contact the plugin author. If you want a multi-language site, please use the WPML plugin instead of PolyLang.

    Regards,
    Ismael

    in reply to: Updating Theme & Editing Pages #430835

    Hi!

    1.) Please provide a screenshot of the price that you want to change. The code should work for the single product page price amount.

    2.) The [woocommerce_view_order] is deprecated or not usable in the latest version of woocommerce. You need to use the endpoints.

    http://docs.woothemes.com/document/woocommerce-endpoints-2-1/

    Note that you can’t add the view-order page in the menu because they need a unique id in order to work.

    Remember: some endpoints such as view-order require an order ID to work – we don’t recommend adding these endpoints to your menus. Those pages can instead be accessed via the my-account page.

    Cheers!
    Ismael

    in reply to: apple touch icon for iphone and ipad en icon for android #430834

    Hi TjaardHeikens!

    Thank you for using Enfold.

    Use the wp_head function in the functions.php file:

    add_action('wp_head', 'ava_add_your_stuff');
    function ava_add_your_stuff() {
        ?>
        <link rel="apple-touch-icon" sizes="57×57" href="apple-touch-icon-iphone.png" />
        <link rel="apple-touch-icon" sizes="72×72" href="apple-touch-icon-ipad.png" />
        <link rel="apple-touch-icon" sizes="114×114" href="apple-touch-icon-iphone-retina-display.png" />
        <link rel="apple-touch-icon" sizes="144×144" href="apple-touch-icon-ipad-retina-display.png" />
        <?php
    }

    Regards,
    Ismael

    in reply to: Make search look like archive. #430833

    Hi WolfvanHaeren!

    Thank you for using Enfold.

    You can edit the search.php and includes > loop-search.php. Unfortunately, it will require a major modification on the theme to make them look like the archive pages. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization

    Anyway, you can try the modifications that was provided here: https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161

    Regards,
    Ismael

    in reply to: portfolio grid with different category #430832

    Hi Enffie!

    Thank you for using Enfold.

    Make sure that the portfolio items belong to at least a single category. Create a page, add a Portfolio Grid element then enable the Sortable? option.

    Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Regards,
    Ismael

    in reply to: Remove the 'Archive' from the archive naming #430831

    Hi WolfvanHaeren!

    Thank you for using Enfold.

    1.) Use this plugin to alter the title of the archive pages: http://kb.yoast.com/article/146-yoast-wordpress-seo-titles-metas-template-variables

    2.) Go to Settings > Permalinks. Look for the Category base (permalink ex. news/) and Tag base (permalink ex. newtag/) field.

    Regards,
    Ismael

    in reply to: Linking to filtered portfolio (ajax) #430830

    Hey!

    Something like this should work.

    add_action('wp_footer', 'ava_auto_click');
    function ava_auto_click() {
    	if ( $_GET["psort"] == "html" ) { 
    ?>
    		<script>
            (function($){	
                $(window).load(function() {
                    $('.html_sort_button').trigger('click');
                });	
            })(jQuery);
            </script>
    <?php
    	} elseif ( $_GET["psort"] == "photography" ) {
    ?>
    		<script>
            (function($){	
                $(window).load(function() {
                    $('.photography_sort_button').trigger('click');
                });	
            })(jQuery);
            </script>
    <?php
    	}
    }
    

    As previously mentioned, you have to use the portfolio category slug as the value of the “psort” parameter in the url. So the url should look something like for the “html” items.

    http://www.mysite.com/myportfolio?psort=html
    

    And like this for the photograpy items:

    http://www.mysite.com/myportfolio?psort=photography
    

    Just make sure that the value psort parameter value is the same as portfolio category.

    Regards,
    Ismael

    in reply to: different height for transparent header #430829

    Hey!

    You can adjust the content top padding with this:

    .html_header_transparency #top .avia-builder-el-0 .container {
      padding-top: 200px;
    }

    Replace the code with this to affect all transparent headers:

    .html_header_transparency #header_main > .container, .page-id-12 #header_main > .container .main_menu ul:first-child > li > a, .page-id-12 #header_main #menu-item-shop .cart_dropdown_link {
      height: 120px !important;
      line-height: 120px !important;
    }
    
    .html_header_transparency strong.logo {
      top: 30px;
    }

    Cheers!
    Ismael

    in reply to: video preview #430828

    Hi pistonluca!

    Thank you for using Enfold.

    Edit the images in the masonry gallery then look for the “Custom Link” field. Add the video url. It will open the video in a lightbox when you click on the masonry gallery item.

    Regards,
    Ismael

    Hey dominiquehurley!

    Thank you for using Enfold.

    Looks like the database are not properly transferred so the images still points to the old url. They will be remove when you shut down the old website or when you remove the files. You might need to re-transfer the site again but this time, use this plugin: https://wordpress.org/plugins/wp-migrate-db/

    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    I think it’s best if you hire a freelancer to this job. Please contact codeable: http://kriesi.at/contact/customization

    Cheers!
    Ismael

    Hey!

    Attachment Page – it will link the image to the actual image or attachment page.

    Media File – will open a lightbox or open the actual image url.

    None – will remove image link.

    Cheers!
    Ismael

    in reply to: ENFOLD – WOOCOMMERCE – CART #430825

    Hey Luke86!

    Thank you for using Enfold.

    Go to Enfold > Shop Options then set the Header Shopping Cart Icon to the third option, attached to the main menu.

    Cheers!
    Ismael

    in reply to: Shopping cart icon #430824

    Hi Petpack!

    Thank you for using Enfold.

    Add this to the Quick CSS field to hide the cart when no product cart is empty:

    @media only screen and (max-width: 767px) {
      .responsive #top .cart_dropdown {
      right: -100px !important;
      }
      
      .responsive.html_visible_cart #top .cart_dropdown {
      right: 7.5% !important;
      }
    }

    Best regards,
    Ismael

Viewing 30 posts - 50,071 through 50,100 (of 67,534 total)