Forum Replies Created
-
AuthorPosts
-
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,
IsmaelHey!
What happens when you remove the empty selection? Or replace with a text that reads “Please select” or “Please select your answer below”.
Regards,
IsmaelHey 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!
IsmaelApril 30, 2015 at 9:15 am in reply to: How to disable caption sliding effect in fullwidth slider? #437251Hey 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,
IsmaelHey 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,
IsmaelHey!
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,
IsmaelHi!
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,
IsmaelApril 30, 2015 at 8:38 am in reply to: Post Thumbnail Display Size 81px vs. Image Size 180px #437229Hey!
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!
IsmaelHi!
There are no file permission errors when I checked the site. The site is CDN enabled. Try to purge the cdn cache.
Cheers!
IsmaelHi!
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,
IsmaelHi!
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,
IsmaelApril 30, 2015 at 8:06 am in reply to: No way to advance to the next month: Enfold + Events Calendar Pro #437218Hey 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,
IsmaelHi!
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,
IsmaelHey!
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,
IsmaelHi 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,
IsmaelHey 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,
IsmaelHey!
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!
IsmaelHey!
Please give us a link an example of the post. Maybe, we can use css to hide it.
Cheers!
IsmaelHi!
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,
IsmaelHi!
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,
IsmaelHi!
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,
IsmaelHey!
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.4So.. 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!
IsmaelHi 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,
IsmaelHey!
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,
IsmaelHey!
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!
IsmaelHi 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,
IsmaelHi!
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!
IsmaelHi!
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,
IsmaelHi!
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,
IsmaelApril 29, 2015 at 2:37 pm in reply to: Blog Posts displaying CPT – I want no Title or Post Meta #436696 -
AuthorPosts