Forum Replies Created

Viewing 30 posts - 49,771 through 49,800 (of 67,534 total)
  • Author
    Posts
  • in reply to: Lightbox instead of products page #437217

    Hi!

    I’m sorry but there is no option to link the shop or catalogue images to a lightbox. Please hire a freelance developer to configure the product template.

    Best regards,
    Ismael

    in reply to: menu problem after last wordpress update #437215

    Hey!

    Try to reconfigure the header settings. Toggle the header height and other related settings inside the Header panel. If it doesn’t work, add this in the Quick CSS field:

    #top .av_header_transparency .avia-menu-fx {
      bottom: -1px;
    }

    Best regards,
    Ismael

    in reply to: Display a Portfolio Item in a Post #437214

    Hi draig!

    Thank you for using Enfold.

    What do you mean when you said “the regular gallery cannot be saved”? A screenshot of what you’re trying to do will help.

    Regards,
    Ismael

    in reply to: Editing Pricing Table, Editing padding #437197

    Hey Animationink!

    Thank you for using Enfold.

    You can specify a unique class attribute to the table that you want modify. Turn on the custom css class option: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Regards,
    Ismael

    in reply to: Multiple filterale portfolio pages #436833

    Hey!

    What if you create a “Sales Residential” or “Sales Professional” category? And create the same categories for the Rent and References page. The category sort function is limited to the portfolio category so, sadly, it’s not possible to do what you want without custom modification on the theme. If you are willing to compromise by creating multiple categories, maybe it will work.

    Cheers!
    Ismael

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

    Hey!

    Please give us a link an example of the post. Maybe, we can use css to hide it.

    Cheers!
    Ismael

    in reply to: 2 columns within text box #436822

    Hi!

    You can use the Quick CSS field to apply custom css modifications, margins for example, to the element. Turn on the custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Regards,
    Ismael

    in reply to: Change image upon hover in advanced layer slider #436806

    Hi!

    Use the layer attribute panel. Edit the IMDB layer, go to the Attributes panel then add a custom css class attribute in the Classes field. Use “imdb-icon” for example. Use the selector in the Quick CSS field:

    .imdb-icon { background-color: blue !important; }
    

    Regards,
    Ismael

    in reply to: Header Menu Spacing (3.1.3 Theme Update) #436787

    Hi!

    What is the previous version of the theme? Looks like the container width is reset to 1030px. Is that intentional? Try to set the Maximum Container width on Enfold > General Layout > Dimensions panel. Replace the menu selector:

    #top .av_seperator_big_border#header .av-main-nav > li > a
    

    Regards,
    Ismael

    in reply to: Latest update and navigation issue #436780

    Hey!

    According to the related topic:

    Guys I got it!
    I was searching and searching and trying so many things.
    But it seems that the problem was a wrong version of the bbPress + some strange code in index.php file.
    The bbPress I have now is the latest: 2.5.4

    So.. try to update the bbPress plugin or delete it completely if you’re not planning to use it.

    Please create a new thread. We don’t want to disturb the OP. Thank you.

    Cheers!
    Ismael

    in reply to: Breadcrumbs strange behaviour since update to 3.1.3 #436776

    Hi Juliandaddy!

    Thank you for using Enfold.

    I’m sorry but I’m not sure if I understand the issue. Note that the breadcrumbs and the menu items have nothing to do with each other. Please give us a link to the page with the issue. We would like to check it.

    Best regards,
    Ismael

    in reply to: Align buttons in columns #436771

    Hey!

    Thank you for using Enfold and sorry for the delay.

    I don’t think this is possible unless the character count of the content on each column is the same. I think you already know that the content will adapt to the size of the cell or columns. It’s possible if you can apply a minimum height to the cells. You can adjust the position property of the button to absolute and the bottom property to 0. It will require a lot of css modifications to make it work.

    Regards,
    Ismael

    in reply to: blurry pictures #436760

    Hey!

    The product image stretches when the layout switch to a single column. Add this in the Quick CSS field to use the natural image size on mobile devices:

    @media only screen and (max-width: 480px) {
    #top .thumbnail_container img {
      width: auto;
      height: auto;
    }}

    Or set the Catalog Images to use larger images.

    Cheers!
    Ismael

    in reply to: Replace fonts.googleapis.com with fonts.useso.com #436737

    Hi LaNeraNura!

    Thank you for using Enfold.

    We never encountered the term “useso” before. What is it exactly?

    EDIT: Maybe, you can edit framework > php > class-style-generator.php, look for this code around line 369:

    $this->extra_output .= "<link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=".apply_filters('avf_google_fontlist', $this->google_fontlist)."' type='text/css' media='all'/> \n";
    

    Replace it with:

    $this->extra_output .= "<link rel='stylesheet' id='avia-google-webfont' href='//fonts.useso.com/css?family=".apply_filters('avf_google_fontlist', $this->google_fontlist)."' type='text/css' media='all'/> \n";
    

    Regards,
    Ismael

    in reply to: Edit Category page #436731

    Hi!

    Did you install the widget logic plugin? Go to Appearance > Widgets then add the widget that you want to display to the category page in the “Displayed Everywhere” or the “Sidebar Blog” widget area. When you edit the widget, you’ll see a Widget logic field. Add the conditional function there. For category or archive pages, use the is_category function:

    is_category('23')
    

    You can use the Category ID, Category Title, Category Slug or Array of IDs, names, or slugs. https://codex.wordpress.org/Function_Reference/is_category

    Cheers!
    Ismael

    in reply to: sticky post with post filtered by category #436710

    Hi!

    I’m sorry but sticky posts will not work for the blog posts element. There is no special query for it. If you really want a sticky post, add a “sticky” category to a post then add another blog post element to the page. Select the “sticky” category. Make sure that the Offset Number setting is enabled and pagination disabled.

    Regards,
    Ismael

    in reply to: Column Problem #436698

    Hi!

    Try this:

    @media only screen and (max-width: 767px) {
    .flex_column.av_one_half {
      width: 100% !important;
      margin-left: 0 !important;
    }}

    Remove browser cache then reload the page.

    Regards,
    Ismael

    Hi!

    You can add this in the Quick CSS field to disable the post title link:

    .cptname .post-title {
      pointer-events: none;
    }

    Change the cptname to the name of the custom post type.

    Best regards,
    Ismael

    in reply to: WordPress 4.2 –> Enfold #436688

    Hey!


    @matcho
    : There is no Enfold installation when I checked the dashboard. Please install Enfold again then we’ll check it.

    @jeffh: Please make sure that you have the latest version of the theme, 3.1.3.

    Cheers!
    Ismael

    in reply to: Enfold Masonry problem safari ios #436674

    Hey!

    Maybe, this will work:

    add_action('wp_footer', 'ava_auto_resize');
    function ava_auto_resize(){
    ?>
    <script>
    (function($){	
    	var int = window.setInterval(function(){
    		$(window).trigger('resize');
    	}, 1500);
    	
    	$(window).load(function () {	
    		setTimeout(function() {
    			clearInterval(int);
    		}, 3000);
    	});
    })(jQuery);
    </script>
    <?php
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: retina ready #436669

    Hey!

    Like I said, it’s not integrated in the theme. It will require major modification, one that we can’t provide here. Please try the css media query solution. Refer to the links above.

    Regards,
    Ismael

    in reply to: Opinion, quotes or other options #436662

    Hi!

    I checked the page but it’s blank. Please refer to this link: https://en.support.wordpress.com/splitting-content/nextpage/

    Best regards,
    Ismael

    Hi!

    You should ignore those errors for now. Adding a sidebar id will reset the widget area settings. You can disable debug mode to hide the errors:

    define('WP_DEBUG', false);
    

    https://codex.wordpress.org/Debugging_in_WordPress

    Best regards,
    Ismael

    in reply to: Aspect ratio blog thumbnails #436636

    Hi!

    Edit includes > related-posts.php. Look for these codes:

    'image_size' => 'square',
    

    Replace ‘square’ with a different thumbnail size. The name of the thumbnail size is located on functions.php:

    $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
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider

    Best regards,
    Ismael

    in reply to: Reservation Form Datepicker Disable Typing In Date #436629

    Hey Jon!

    Thank you for using Enfold.

    Add this in the functions.php file:

    add_action('wp_footer', 'ava_custom_script', 10);
    function ava_custom_script(){
    ?>
    <script>
    (function($){
    	$('.avia_datepicker').attr('readonly','readonly');
    }(jQuery));
    </script>
    <?php
    }

    Cheers!
    Ismael

    in reply to: UL List Markup #436590

    Hi!

    Please refer to this link for a possible fix: https://kriesi.at/support/topic/replace-bullets-with-icon-font/#post-429401

    Regards,
    Ismael

    in reply to: rtl footer #436589

    Hi!

    Works fine on our installation. Please post the login details here and set it as a private reply.

    Regards,
    Ismael

    in reply to: swap tabs fro accordian mobile #436584

    Hey!

    For example, if you use the “custom-tabs” css class attribute for the tab elements and the “custom-toggles” for the toggle elements, the css code will look like this:

    @media only screen and (min-width: 768px) {
    .custom-toggles { display: none; }
    }
    
    @media only screen and (max-width: 767px) {
    .custom-tabs { display: none; }
    .custom-toggles { display: block; }
    }

    Regards,
    Ismael

    Hi!

    Add the prefix webkit:

    .avia-caption-title, .avia-caption-content, .avia-slideshow-button {
    	-webkit-animation: 0s ease 0s normal none 1 running none !important;
    	animation: 0s ease 0s normal none 1 running none !important;
    	visibility: visible !important;
    }

    Cheers!
    Ismael

    Hey!

    You can contact the Avada support. :)

    Kidding aside, if you want to remove the Enfold theme’s default flag configuration, add this in the functions.php file:

    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }

    You can then use the wpml language flag code to render the language switcher anywhere you want. For example, you can edit includes > helper-main-menu.php, use this code:

    do_action('icl_language_selector');
    

    Or add something like this in the functions.php file to insert the language switcher inside the top bar of the header:

    add_action('avia_meta_header', 'add_custom_content_to_header');
    function add_custom_content_to_header() {
    	do_action('icl_language_selector');
    }

    Cheers!
    Ismael

Viewing 30 posts - 49,771 through 49,800 (of 67,534 total)