Forum Replies Created
-
AuthorPosts
-
October 28, 2014 at 12:53 pm in reply to: Noindex subpages of archives when using avia builder 'blog' #342189
Hi!
Thank you for the screencast. Did you also set this page as Posts page on Settings > Reading panel? If yes, please reset the settings to default. Please post the login details here. We would like check it.
Cheers!
IsmaelHi!
Thank you for the info.
Please add this on top the .htaccess file:
RedirectMatch 301 ^/(\d+)/([^/]+)$ https://palofit.com/$2Create a backup of the file first before adding the code.
Regards,
IsmaelOctober 28, 2014 at 12:08 pm in reply to: Adding content after title + breadcrumbs but before page content #342163Hey!
Replace the code with this:
add_filter('ava_after_main_container', 'ava_after_main_container_append', 1); function ava_after_main_container_append() { if(is_front_page()) { echo 'some sample content'; } }Cheers!
IsmaelHi!
Thank you for the update.
I tested the zen menu logic but it’s not working really well with Enfold. Please try to use this plugin: https://wordpress.org/plugins/menu-items-visibility-control/
Use wp conditional functions to create complex range of menus on different pages. You can also add this plugin for more control over specific menu items visibility: https://wordpress.org/plugins/page-specific-menu-items/
Regards,
IsmaelHi dosniner!
Thank you for using Enfold.
Yes, unfortunately,the zoom function is the only way to show all locations on the map. I’m not sure if there are any wp maps plugin that auto centers multiple locations.
Cheers!
IsmaelOctober 28, 2014 at 12:03 pm in reply to: Advanced Layer Slider – display still image at certain width? #342158Hey!
Thank you for the update and sorry for the delay. Just to be clear, the issue is that the menu drop down is cut off. I checked the website and the drop down menu is not partially cut off by the layer slider. Did you fix this?
Cheers!
IsmaelHi!
Thank you for the update. I checked the site but I don’t have full admin rights. We need to access the theme options to debug the issues.
Regards,
IsmaelHi!
Thousands of users are using the WordPress SEO plugin with Enfold and it works fine. You should give it a try.
“removed some hooks that caused troubles when analyzing page content with WordPress SEO”
This pertains to the fix we provided to fix incompatibility issues regarding the older version of WordPress SEO plugin.
Regards,
IsmaelHey!
Thank you for the update.
Please try the fix provided here: https://kriesi.at/support/topic/title-above-featured-image-on-single-post-page/#post-324033
Cheers!
IsmaelHi!
I checked the site and the breadcrumb looks fine. Toggled between “Mes”, “Lista” and “Dia” and I don’t see the 404 issue.
Regards,
IsmaelOctober 28, 2014 at 11:35 am in reply to: RSS and pingbacks appear twice in header. Suggested fixes do not work #342145Hi!
Thank you for using and we’re very sorry for the delay.
Looks like you’re using a child theme. Did you copy the header.php file or any templates on the child theme folder? Please try to add this on functions.php:
function ava_remove_rel() { remove_action( 'wp_head', 'avia_set_rss_tag', 10, 0 ); remove_action( 'wp_head', 'avia_set_pingback_tag', 10, 0 ); remove_action( 'wp_head', 'avia_set_profile_tag', 10, 0 ); } add_action('init', 'ava_remove_rel', 5);You should probably contact your hosting provider for more info regarding the memory issues. Ask for any error logs.
Cheers!
IsmaelOctober 28, 2014 at 11:25 am in reply to: Updated to 3.0.2 Breadcrumb showing twice for blog and calendar #342143Hi ttem!
Thank you for using Enfold.
Did you add any breadcrumb modifications before? Please reset the options on Settings > Reading panel to default.
Cheers!
IsmaelHey!
Where do you want to add the last modified date exactly? If you want to modify the widget, you can edit framework > php > class-framework-widgets.php. Look for the avia_combo_widget.
Cheers!
IsmaelHi!
Thank you for the info. Please create a test page with the issue. Post the login details here. We would like to check it.
Best regards,
IsmaelHi!
Thank you for the update.
I can’t reproduce the issue on my end. I added two color sections then set the Section Bottom Border Styling to display an arrow. Please post the login details here. We would like to check it.
Best regards,
IsmaelHi aovivo!
Thank you for using Enfold.
Did you add any modifications regarding the sidebar or containers? Anyway, I checked the site and sidebar looks fine.
Best regards,
IsmaelHey!
Yes, you added a slider but it’s still the same fullscreen slider. You need to create a new slider, a fullwidth slider maybe, that will fit exactly as you want it on portrait mode.
Cheers!
IsmaelOctober 28, 2014 at 11:07 am in reply to: How do I create a transparent header and leave a gap 2 #342129Hi!
Can you please provide a screenshot on how you want the header to look like? You can use imgur, dropbox etc.
Regards,
IsmaelHey!
Glad you fixed it. Really not sure what’s causing the issue.
Best regards,
IsmaelHey amepro!
Thank you for using Enfold.
We need to see the actual website. Please post it here.
Best regards,
IsmaelOctober 28, 2014 at 11:04 am in reply to: Enfold site constantly causing resource issues on server #342124Hi brian7454!
Thank you for using Enfold.
1.) Please give us a link to the actual thread.
2.) A link to the actual website will help. Have you tried increasing the wordpress memory limit to at least 128M? Please refer to this link: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cheers!
IsmaelOctober 28, 2014 at 11:01 am in reply to: Icon with text not spacing correctly after 3 lines of text #342123Hey!
Please create a test page using the columns then we’ll remove the column margins using css. If possible, enclosed the content on a container with unique css class or id. Something like this:
<div class="icon-text-combo"> ICON TEXT CONTENT HERE </div>Forgive me for the class name. :)
Best regards,
IsmaelHi InekeWerkt!
Thank you for using Enfold.
If the blog style is set to grid layout, for post, you can edit config-templatebuilder > avia-shortcodes > postslider.php. If you’re looking to edit the portfolio items, look for the portfolio.php file. If the grid layout is not selected, you can edit includes > loop-index.php.
Best regards,
IsmaelHey bongobeat!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugins or scripts. Please contact the script author.
Regards,
IsmaelHey!
Thank you for the info and sorry for the delay.
You can add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Edit the text block. Add a unique css selector on “Custom Css Class” field. For example, add “border-text-blocks”.
You can add something like this on your custom.css or Quick CSS:
.border-text-blocks { border: 1px solid #333333; background: #ffffff; padding: 10px; }Regards,
IsmaelOctober 28, 2014 at 10:47 am in reply to: Linked image hover animation not displaying properly #342118Hi Rustybucket!
Thank you for using Enfold.
Instead of manually coding the image, try to use the Image shortcode. Add it on the text widget.
Cheers!
IsmaelHey!
Thank you for using Enfold.
You can open the video on a lightbox. Edit the portfolio item then set the Overwrite Portfolio Link setting to define custom link. Add the URL of the video. When you clicked the portfolio thumbnails, it will up the video on a lightbox.
Cheers!
IsmaelHi Till!
Thank you for using Enfold.
Search results overview page is considered as a “page” post type so you can add the widgets on Appearance > Widgets > Sidebar Pages or Displayed Everywhere widget area. If you want to manually control the widgets for the search results page, you can use this plugin: https://wordpress.org/plugins/widget-logic/
Cheers!
IsmaelHey Bearded!
Thank you for using Enfold.
You can hide the sort option with this on Quick CSS:
ul.sort-param.sort-param-count { display: none; }Regards,
Ismael -
AuthorPosts
