Forum Replies Created
-
AuthorPosts
-
Hi!
It is still doing the same thing. I’ll ask the rest of the support team to take a look.
Cheers!
IsmaelHey!
Instead off adding the image as slide background, add it as a layer. Set the width and height on the attributes panel to 100%. Use media queries to adjust the size of the layer on different screen size.
Cheers!
IsmaelHey schloeskeCS!
Thank you for using Enfold.
Did you add any html codes on the element? Make sure that you close the tags properly. Please create a test page with the accordion element. Let us know if the content disappears after the update.
Cheers!
IsmaelHey!
If you want the submenu to show permanently on the bottom of the page, you can add this on Quick CSS or custom.css
#top .av-submenu-container { position: fixed !important; bottom: 0 !important; z-index: 5000 !important; top: auto !important; }Cheers!
IsmaelHey!
What do you mean by “Theme Shortcodes”? Is this a plugin? Please provide a screenshot or a link to a test page so that we can understand the issue clearly.
Best regards,
IsmaelHi!
Try to disable the title & meta settings or reset it to default then add this on functions.php:
add_filter('avf_title_tag', 'avia_change_title_tag', 10, 2); function avia_change_title_tag($title, $wptitle) { if(is_front_page()) { $title = get_bloginfo('name'); } return $title; }Regards,
IsmaelHey GOWD!
Thank you for using Enfold.
It is possible with the Portfolio Grid element. You need to create the navigation manually using the Custom Menu widget.
Best regards,
IsmaelHey!
Kriesi fixed something on the forum and it somehow break all forum subscriptions. Please let us know if you fixed the issue.
Regards,
IsmaelHey!
The sidebar is showing fine on both pages. Did you figure this out?
Regards,
IsmaelHi!
For further modifications, please visit Envato Studio or Werkpress. You can request for a quote there.
Best regards,
IsmaelHi metserve!
Thank you for using Enfold
Please disable the Rocket Loader settings on your cdn settings. Refer to this link for more info: https://kriesi.at/support/topic/layerslider-not-working-after-enfold-3-04-update/
Best regards,
IsmaelDecember 13, 2014 at 2:02 am in reply to: After Update of theme the website isn't responding correctly on mobile view. #367597Hi obsessionz!
Thank you for using Enfold.
Please try to deactivate cache and minify plugins then go to Enfold > General Layout > Dimensions panel. Adjust the Maximum Container Width value or toggle any settings then save changes. If you have any css and php modifications regarding container or content width, remove them all.
Regards,
IsmaelHey!
This issue has been fixed on the latest version of the theme. Please make sure that you’re running Enfold 3.0.4 on WordPress 4.0.1.
Cheers!
IsmaelHi blacksnapper!
Thank you for using Enfold.
I’m sorry but right now, woocommerce shortcodes is not fully configured with the default and advance layout builder especially inside column layouts. You need to add a lot of css customizations.
Regards,
IsmaelHi jrmayer!
Thank you for using Enfold.
You can add another masonry blog with 3 entries activated. Use the .remove jquery function to remove the default masonry element on mobile screens then show the mobile version with 3 items. Please refer to this link: https://kriesi.at/support/topic/options-for-removing-sliders-from-mobile-not-just-css-displaynone/#post-365153
Please activate the custom.css class to define specific selectors for both masonry element: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Regards,
IsmaelHi poppenhaeger!
Thank you for using Enfold.
No, you can’t use the same filter for non-google fonts. You need to add the font using font face: http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
Or you can try this plugin: https://wordpress.org/plugins/wp-font-face/
Regards,
IsmaelHi icuk!
Thank you for using Enfold.
Looks like the uber-grid.css.map located on plugins/uber-grid/assets/css/ is not being loaded properly. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Thank you for your understanding.
Best regards,
IsmaelHi oestersund!
Thank you for using Enfold.
This is not happening on our installation. Please make sure that you’re using Enfold 3.0.4 on WordPress 4.0.1. If possible, please deactivate all plugins then test it again.
Cheers!
IsmaelHi!
Sorry for the delay. I tested this on my installation and it works fine with the second blog posts’ offset activated. Note that the text will expire after 7 days of the posts published date. For further modifications, please visit Envato Studio or Werkpress.
Cheers!
IsmaelHi!
Thank you for using Enfold.
@MandoMedia: You can refer to the link provided by @Flikk in order to crease single page navigation.
@Flikk: Thanks for helping out. :)Cheers!
IsmaelDecember 11, 2014 at 7:30 am in reply to: WPML automatically in top header – change flag to dropdown #366531Hi!
Duplicate the Top Menu on Appearance > Menus panel for the french language then go to the French’s Enfold Theme Options > Header > Extra Elements > enable the Header Secondary Menu to display on the left of the top header. Go to WPML > Display the language switcher in the WP Menu , select the translated Top Menu.
Cheers!
IsmaelHey!
The footer widgets can be edited on Appearance > Widgets section. Look for the Footer – Columns widget areas. You don’t need to duplicate your content.
Regards,
IsmaelDecember 11, 2014 at 7:26 am in reply to: error message: Warning: mysql_real_escape_string() expects parameter 1 to be str #366529Hey!
Please remove the function then replace the code:
$content = mysqli_real_escape_string($content);with this
$content = esc_sql($content);Regards,
IsmaelDecember 11, 2014 at 7:25 am in reply to: How do I left align a 3/4 Transparent Background on a Parallax Color Section #366528Hey paigebattcher!
Thank you for using Enfold.
Use the Grid Row element. Add the column layout inside the left cell.
Cheers!
IsmaelDecember 11, 2014 at 7:14 am in reply to: Different Main Navigation Menu and Logo for Custom Post Type? – Fix? #366522Hi!
I tested this on my installation and it works fine.
Please use this:
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(is_page(array(17,12))) { $logo = "http://nutsandboltsspeedtraining.com/wp-content/uploads/2014/11/Spicy-Presentations-by-Lia-Logo.png"; } return $logo; }Replace the ids.
Best regards,
IsmaelHey!
You need to set the Single Post Style on Enfold > Blog Layout > Single Post Options to Multi Author Blog if you want to show the author gravatar.
Regards,
IsmaelHey!
Try to replace the code with this:
add_action('ava_main_header','custom_things'); function custom_things() { echo '<div class="header-text">custom[at]text.com</div>'; }Best regards,
IsmaelHi!
I’m sorry but it’s not possible to set the masonry as category page. It will require modification that is beyond the scope of support. You can hire a freelance developer to edit the archive.php and tag.php file. Please visit Envato Studio or Werkpress for further customization.
Regards,
IsmaelHey!
@strom84: Looking forward into that translation. Thank you. :)
Best regards,
Ismael -
AuthorPosts

