Forum Replies Created
-
AuthorPosts
-
Hey jhop75!
You can find the ending body tag on line 184 in the footer.php file.
</body>You can use the codeblock element to add code to single pages.
Best regards,
ElliottHey Aaron!
I can’t seem to reproduce it on my end. Do you mean when “gift” is used in the image filename?
Best regards,
ElliottJanuary 7, 2015 at 11:41 pm in reply to: Using code block to transfer content from old theme? #376542Hey cormie!
It wouldn’t really matter to use the default editor in this case if your just going to use codeblocks.
But yes that is fine to do.
Cheers!
ElliottHey blankonblank!
Try installing the contact form 7 plugin, https://wordpress.org/plugins/contact-form-7/, and the WP SMTP plugin, https://wordpress.org/plugins/wp-smtp/, and send some test emails with those to see if they arrive.
Cheers!
ElliottHi liv2day_com!
Add this to your custom CSS.
.single-product-main-image { margin-left: 0px !important; margin-right: 50px !important; float: right !important; width: 33% !important; }Best regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi!
The load more button would be possible. Instead of using the portfolio grid shortcode use a masonry shortcode and have it display your portfolio posts in the “Which Entries?” option.
You can then set the pagination to use a load more button.
Cheers!
ElliottJanuary 7, 2015 at 10:45 pm in reply to: Floating navigation to the next or previous portfolio items #376510Hi Peter!
Add this to the bottom of your functions.php file.
add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' ); function enfold_customization_same_cat( $s ) { $s['same_category'] = true; return $s; }Regards,
ElliottHey!
Like I said that is for our “Upcoming Events” shortcode. If you want to do it in the default events page then you’ll need to contact the plugin author, https://wordpress.org/plugins/the-events-calendar/.
Regards,
ElliottJanuary 7, 2015 at 10:30 pm in reply to: Enabling the Enfold "Theme Options" for editors also reveals "Settings" menu #376501Hey ocetechnologies!
This is starting to border on custom work so it would be best to hire a freelancer to help you out with these editor customizations.
The CSS you need is this.
#menu-settings { display: none !important; }And you can try using this function, http://codex.wordpress.org/Function_Reference/current_user_can, to check if the user has certain capabilities.
Regards,
ElliottHey!
I think I see what your trying to do now. Unfortunately I don’t see an easy way of going about that. If there was a way to grab an attachment from a URL then we could grab the title or alt from the attachment but how this works is your just setting a URL to use.
If you’d like you can add a custom title on the line.
$output .= "<".$tags[0]." title = 'Here is a caption' class='av-image-hotspot_inner' style='{$custom_bg} {$custom_font}'>{$counter}</".$tags[1].">";Cheers!
ElliottHey!
Try Ismael’s fix here, https://kriesi.at/support/topic/problems-php-5-5-google-map-widget/#post-324190.
Best regards,
ElliottJanuary 7, 2015 at 10:08 pm in reply to: Latest Woocommerce update – is it still compatable? #376492Hey BooglesandBump!
Are you using Woocommerce 2.2.10? It’s working fine on my XAMPP setup. Let’s try the following.
1. Deactivate all plugins except Woocommerce.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having trouble after doing the above two steps then send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi unikumixx!
It seems to be working fine on my end. What is the device your using and what is it’s screen size? Can you take a screenshot and highlight what your seeing?
Regards,
ElliottHi!
The arrow keys are working fine for me and the tab key is also working for me as well to focus on different links. What browser are you using?
Regards,
ElliottHey riverjack!
Your trying to get two plugins to work with each other? This is outside the scope of our support. It would be best to contact the plugin authors or hire a freelancer to help you out with this customization.
Best regards,
ElliottHey!
It’s not a bug. If you switch to the default editor then you’ll see it’s working fine. It’s just not something we thought to add when building our avia layout editor.
You can make a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we’ll see if we can get something added in a future update.
Regards,
ElliottHi mgma!
It would be best to just upload a backup. You can contact your hosting provider to see if they have automatic backups scheduled. You’ll want to read this as well, http://codex.wordpress.org/Hardening_WordPress.
Make sure your using the latest versions of WordPress and Enfold and that all plugins are updated.
Best regards,
ElliottHey!
I’m not sure why you would want to do that. It would be easier to just set whatever text you want to display in the title.
See here, https://kriesi.at/support/topic/social-sharing-on-galleries-enfold-v-3-0-2/.
You would change the line to this.
return title + encodeURIComponent(item.el.find('img').attr('alt'));Cheers!
ElliottHey joeydrums!
Deactivate all of your other plugins and then send us a WordPress login and we’ll take a look.
Regards,
ElliottHey!
I can’t tell because most of the scripts are being blocked on your site. Deactivate all plugins and then add this to your .htaccess file.
<IfModule mod_headers.c> Header add Access-Control-Allow-Origin "*" </IfModule>And let us know when your done so we can take another look.
Regards,
ElliottHi camtay!
Install our child theme, http://kriesi.at/documentation/enfold/downloads/, and then add this to the functions.php file of the child theme.
add_filter( 'avf_builder_boxes', 'enfold_customization_posts_builder' ); function enfold_customization_posts_builder( $b ){ $b[1]['page'] = array( 'portfolio', 'page', 'post', 'custom' ); return $b; }And replace “custom” with the slug of your custom post type.
Best regards,
ElliottHi!
Yes, it does not see images in the avia layout editor but that has no impact on the SEO of your site. Your images are still displayed on the front end and the search engines can read them fine. It’s just an incompatibility with the plugin and our layout editor.
Best regards,
ElliottHi dogonsite!
Not sure what’s going on there but adding this to your custom CSS should fix it.
.current_page_ancestor .avia-menu-fx, .current-menu-ancestor .avia-menu-fx, .current-menu-parent .avia-menu-fx { display: block !important; opacity: 1 !important; visibility: visible !important; } .current-menu-item .avia-menu-fx { display: none; }Regards,
ElliottHi coheno!
Add this to your custom CSS.
form .clear { width: auto !important; height: auto !important; visibility: visible !important; }Cheers!
ElliottHi einaugiger!
Try using a color section and then add a codeblock element inside the color section and paste your code inside the codeblock element.
A grid row element would probably work also.
Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi pegasso4444!
That’s not a template file so you cannot drag it to a child theme. Instead add this to your child theme functions.php file.
add_filter( 'avf_builder_boxes', 'enfold_customization_posts_builder' ); function enfold_customization_posts_builder( $b ){ $b[0]['page'] = array( 'portfolio', 'page', 'post' ); return $b; }Best regards,
ElliottJanuary 7, 2015 at 9:02 pm in reply to: How to create tag pages / landing pages for tags and categories? #376442Hi bivvo!
You can use our blog posts shortcode and select a custom taxonomy to display posts assigned to certain tags or categories.
Regards,
ElliottJanuary 7, 2015 at 7:59 pm in reply to: change masonry columns number according to screen size #376385Hi!
You have a div with a class of “container” surrounding the shortcode which shouldn’t be there. Are you sure the Masonry is not nested inside some other elements?
Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest and then deactivate all plugins.
If your still having problems then send us a WordPress login.
Best regards,
ElliottJanuary 7, 2015 at 7:50 pm in reply to: Icons are showing up as white squares using the browser: Google Chrome #376376Hi NikoArq!
Try adding this to your .htaccess file.
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>If that’s not working then deactivate all plugins and send us a link and we’ll take a look.
Cheers!
ElliottHi misteradamello!
Try adding this to your custom CSS.
@media only screen and (max-width: 800px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }Best regards,
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
