Forum Replies Created

Viewing 30 posts - 48,271 through 48,300 (of 66,046 total)
  • Author
    Posts
  • in reply to: Header Menu Spacing (3.1.3 Theme Update) #437264

    Hey!

    I tried the previous code (#436155) on my installation and it works. Please post the login details here. We would like to check it.

    Best regards,
    Ismael

    in reply to: Form not working correctly #437261

    Hey!

    What happens when you remove the empty selection? Or replace with a text that reads “Please select” or “Please select your answer below”.

    Regards,
    Ismael

    in reply to: Avia Layout Builder & SEO #437252

    Hey Paul!

    Thank you for using Enfold.

    This is a common issue between SEO and drag/drop builders, the plugin can’t fetch the content of the ALB but google can still crawl the content in the frontend. This might put your mind at ease: https://kriesi.at/support/topic/new-yoast-seo-issue-on-the-new-v3-0-2-update-makes-theme-seo-unfriendly/#post-343601

    Cheers!
    Ismael

    Hey Coco!

    Thank you for using Enfold.

    Add this in the Quick CSS field to disable it:

    .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;
    }

    Best regards,
    Ismael

    in reply to: submit form and open in a lightbox #437247

    Hey microtool!

    Thank you for using Enfold.

    Please refer to this link for a possible solution: https://kriesi.at/support/topic/inline-content-in-magnific-popup/

    Regards,
    Ismael

    in reply to: Items on Masonry have the same description #437244

    Hey!

    I really have no idea what’s going on with the masonry element on your installation. I’ll ask the rest of the support team to check it. Please PATIENTLY wait for their response. Thank you.

    If possible, please post the ftp credentials.

    Regards,
    Ismael

    in reply to: Grid-Row Mobile responsive not working #437234

    Hi!

    The section is outside the wrap all container that’s why it’s not working. I noticed that you use html codes inside the text elements. Please check if all tags are closed properly. Save the page layout as template then create a test page. On the test page, place all content (1/1 column for example), inside a color section even if you’re not planning to add any background to it. Maybe, that will fix the issue.

    Regards,
    Ismael

    in reply to: Post Thumbnail Display Size 81px vs. Image Size 180px #437229

    Hey!

    I checked the blog page but the images are still 180x180px in size. Did you try the fix provided above? Please regenerate the thumbnails after. We’ll check the other issue after you resize the images. Decreasing the image size to 81x81px should take care of the PageSpeed Insights Optimize images warning as well.

    Cheers!
    Ismael

    in reply to: Advanced Styling not being applied #437226

    Hi!

    There are no file permission errors when I checked the site. The site is CDN enabled. Try to purge the cdn cache.

    Cheers!
    Ismael

    in reply to: speed + behaviour content slider #437224

    Hi!

    I’m sorry but that’s not possible without custom modification in the AviaSlider script. You need to hire someone to configure the script. Please contact codeable: http://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Use Child theme to override framework php files #437222

    Hi!

    The dummy widgets will only display if you didn’t use any widgets. You don’t have any widgets in the sidebars? You can create your own dummy widget in the functions.php file:

    add_action('ava_add_custom_default_sidebars', 'ava_add_custom_default_sidebars_mod', 10);
    function ava_add_custom_default_sidebars_mod() {
    	avia_custom_dummy_widget(1);
    	avia_custom_dummy_widget(2);
    	avia_custom_dummy_widget(3);
    	avia_custom_dummy_widget(4);
    }
    
    function avia_custom_dummy_widget($number)
    	{
    		switch($number)
    		{
    			case 1:
    			$title = apply_filters('widget_title', __('Interesting links','avia_framework') );
    
    			?>
    				<section class='widget'>
    				<div class='widgettitle'><?php echo $title; ?></div>
    				<span class='minitext'><?php _e('Here are some interesting links for you! Enjoy your stay :)','avia_framework');?></span>
    				</section>
    			<?php
    			break;
    			
    		
    			case 4: 
    				$title = apply_filters('widget_title', __('Archive','avia_framework') );
    			
    				echo "<section class='widget widget_archive'>";
    				echo "<div class='widgettitle'>" . $title . "</div>";
    				echo "<ul>";
    				wp_get_archives('type=monthly');
    				echo "</ul>";
    				echo "<span class='seperator extralight-border'></span></section>";
    			break;
    			
    			case 3: 
    				$title = apply_filters('widget_title', __('Categories','avia_framework') );
    			
    				echo "<section class='widget widget_categories'>";
    				echo "<div class='widgettitle'>" . $title . "</div>";
    				echo "<ul>";
    				wp_list_categories('sort_column=name&optioncount=0&hierarchical=0&title_li=');
    				echo "</ul>";
    				echo "<span class='seperator extralight-border'></span></section>";
    			break;
    			
    			case 2: 
    				$title = apply_filters('widget_title', __('Pages','avia_framework') );
    			
    				echo "<section class='widget widget_pages'>";
    				echo "<div class='widgettitle'>" . $title . "</div>";
    				echo "<ul>";
    				wp_list_pages('title_li=&depth=-1' );
    				echo "</ul>";
    				echo "<span class='seperator extralight-border'></span></section>";
    			break;
    
    		}
    	}

    Remove the default dummy widgets via css.

    Best regards,
    Ismael

    Hey byrondotford!

    Thank you for using Enfold.

    Is there any upcoming event in the upcoming months? The next month button should automatically show up if there is an event scheduled in the future.

    Best regards,
    Ismael

    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

Viewing 30 posts - 48,271 through 48,300 (of 66,046 total)