Forum Replies Created
-
AuthorPosts
-
Hey ProAnts!
Thank you for using Enfold.
Unfortunately, we won’t be able to help if the site is down. Please contact your hosting provider to restore the site back to a point when it is still working. Refer to this link for a more detailed explanation of updating the theme: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelHi Haycreations!
Thank you for using Enfold.
Make sure that all symbols in the code are correct, specifically the quotation marks. Get the code here: http://pastebin.com/eJZh0bhC
Regards,
IsmaelHi tropsens!
Thank you for using Enfold.
I’m sorry but there is no default option to add a custom url on the featured image. You can set the post format to “Link” but it will redirect the whole post to a custom url, not just the featured image. If you use the portfolio items, you can overwrite the default link of the image with a custom one.
Cheers!
IsmaelHi!
Ok. Try to install a minify plugin or a cache plugin then enable the minify settings. It might fix the the insecure content issue.
Cheers!
IsmaelApril 27, 2015 at 6:21 am in reply to: Enfold flat business theme: Every page has a differenct background color! Why? #435029Hi LearnBySkype!
Thank you for using Enfold.
They are not the header background because the page is set to transparent header. What you see is the color section background. Edit the page then look for the first color section. You can change the background color.
Cheers!
IsmaelApril 27, 2015 at 6:19 am in reply to: Redirect category pages to latest post in each category? #435027Hey Geoff!
Thank you for using Enfold.
You can manually add a redirection pattern on the .htaccess file or you can use this plugin to redirect a category url to a specific post: https://wordpress.org/plugins/redirection/installation/
Best regards,
IsmaelApril 27, 2015 at 6:11 am in reply to: Masonry Gallery – Images Stacking On Top Of Each Other #435024Hi!
@ElainL: Yes, it is on the child theme’s functions.php file. You don’t need to do anything when you update the theme.
@John: Add the code in the functions.php file: https://kriesi.at/support/topic/masonry-gallery-images-stacking-on-top-of-each-other/#post-433895Best regards,
IsmaelHi!
It’s not working because the Page Sidebar Navigation option in the Sidebar Settings panel is disabled. Check one of the child the pages now: http://sonet.digital/about/team/
Sorry for the mess. The code is pretty basic and need additional modifications like conditional functions, css modifications etc. If you want to disable the default sidebar page navigation, add this in the Quick CSS field:
.sidebar nav.widget.widget_nav_menu { display: none; }You can contact codeable or hire a freelance developer to add the finishing touches.
Cheers!
IsmaelHi!
The code above should unset or remove the itemprop=”mainContentOfPage” of the single post page but it’s not happening on your installation so I guess the modifications on the child theme is not working. Please try to change it directly in the parent theme files. I tested it on my installation and the testing tool validate the whole post structure.
Regards,
IsmaelHi!
OK. I tried to access the site but it redirects me to a GoDaddy page. Please check.
Regards,
IsmaelHi!
I checked the second slide and it doesn’t show any still image on first load. I can see the issue on the last slide though. Did you fix it by using the video tag instead of the iframe?
Regards,
IsmaelApril 27, 2015 at 3:02 am in reply to: Image cropping / scaling on thumbnails / featured images #434962Hey!
Hmm.. Yeah. Looks like it’s not working in a child theme but editing the code directly in the functions.php works fine. This should do the trick in the child theme:
function ava_image_sizes() { add_image_size('portfolio_small', 261, 186, array('center', 'top')); } add_action( 'after_setup_theme', 'ava_image_sizes', 11 );Based on: http://wordpress.stackexchange.com/questions/74934/remove-or-update-add-image-size
Don’t forget to regenerate the thumbnails. If you have the Simple Image Sizes plugin installed, please deactivate it first.
Best regards,
IsmaelHi HiDrew!
Thank you for using Enfold.
1.) Please reconfigure the Header options. Set the logo and menu position again then reset the header size or height.
2.) Go to the Enfold > General Styling > Main Content panel. Adjust the border colors or add this in the Quick CSS field:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { border-color: #eeeeee; background-color: #ffffff; color: #808080; }3.) Please post the previous code on pastebin.com. You can use the filter ava_main_header in the functions.php file to bring back Mr. Turtle:
add_action( 'ava_main_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { echo "MR TURTLE CODE HERE"; }Best regards,
IsmaelApril 27, 2015 at 2:42 am in reply to: Navigation between portfolio items with full width slider #434957Hey Keith!
Thank you for using Enfold.
The arrows will be disabled if a fullwidth slider is present on the page. Add this in the functions.php file to enable it back:
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1); function avia_remove_fullwidth_slider_check($settings) { $settings['is_fullwidth'] = false; return $settings; }Regards,
IsmaelApril 27, 2015 at 2:32 am in reply to: Product sub – categories shown instead of individual products on Product Grid el #434953Hey!
Use the woocommerce shortcode in a text or code block:
[product_categories id="44" parent="0"]Add the category id separated by comma. http://docs.woothemes.com/document/woocommerce-shortcodes/#section-13
Cheers!
IsmaelHey!
Have you tried adding an Image element or a slider? You can edit add css modifications to increase the size and remove the padding. Please create a test page or post with the Image or Slider.
Regards,
IsmaelHey Lukasz!
Thank you for using Enfold.
If you have a code that needs to go directly in the template file, edit includes > loop-index.php. Look for this code:
// echo the post content echo '<div class="entry-content" '.avia_markup_helper(array('context' => 'entry_content','echo'=>false)).'>'; echo $content; echo '</div>';Add the social code below.
Regards,
IsmaelHi!
Please refer to these links for a possible fix:
http://blog.jalproductions.co.uk/2013/04/19/how-to-fix-rtl-bracketsparenthesis-problem/
http://stackoverflow.com/questions/5741522/brackets-displays-wrongly-for-right-to-left-display-styleCheers!
IsmaelHi leszek!
Thank you for using Enfold.
Where exactly do you want this modification to go? Please give us a link to the actual page. Try to edit comments.php or includes > loop-comment.php.
Cheers!
IsmaelHey mdbg!
Thank you for using Enfold.
This is not possible with the button shortcode because it doesn’t accept url queries. Maybe, you should add the button using html tags inside a code or text block. Something like:
<a href="http://www.mysite.com?email_is=FillF (Email address hidden if logged out) " class="mybutton">Click Here</a>Use the class attribute in the Quick CSS field to create a button style element.
Best regards,
IsmaelHey!
1.) Add this in the functions.php file if you want to limit the post content:
add_filter( 'the_content', 'custom_excerpt_length', 999 ); function custom_excerpt_length($content) { if(is_archive()) { $content = wp_trim_words( $content, 50, '...' ); } return $content; }2.) Use the Widget Logic plugin to create unique sidebars for category pages.
Cheers!
IsmaelHey ahuby!
Thank you for using Enfold.
Anything you add in the text editor should appear in the product description tab. The reviews tab will be enabled by default. And the additional information tab will display if a product has custom attributes.
Regards,
IsmaelHey!
Please post the webite url here. Make sure that you have the latest version of the theme, 3.1.3. What is the memory limit of the WP installation? Try to increase it to at least 128M: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
IsmaelHi marijn!
Thank you for using Enfold.
I haven’t tested this plugin but maybe it will help: https://wordpress.org/plugins/woocommerce-direct-checkout/
Yes, you can use the files for testing purposes.
Best regards,
IsmaelHi!
So you’re trying to create a related posts section. Unfortunately, the pagination will also affect the current post. Try the Post Slider element instead: http://morrishullinger.com/urban-archeology-nyc/
The arrows are not working when I added the post slider. I’m not sure if you have the latest version of the theme. Please update to Enfold 3.1.3.
Best regards,
IsmaelHi!
The default sidebar or widget area should display right away after you set up the blog. Please update the theme to the latest version, 3.1.3. Make sure that you have widgets inside the “Displayed Area” widget area on Appearance > Widgets panel.
Regards,
IsmaelApril 25, 2015 at 7:06 am in reply to: Make section invisible but visible on scrolling to a certain position on the pag #434611Hey gigoz!
Thank you for using Enfold.
Looks like you managed to do some javascript magic on it. Did you figure it out?
Best regards,
IsmaelApril 25, 2015 at 6:53 am in reply to: Masonry Gallery – Images Stacking On Top Of Each Other #434608Hey!
It’s in the functions.php file. The code is working. As you can see the gallery items automatically adjust their position while loading. Remove browser cache then reload the page: http://www.tinyillusion.com/test-page-for-gallery/
Regards,
IsmaelHi!
Yes, but you activated the mega menu option. Go to the Menus panel to disable it.
Best regards,
IsmaelHi!
You didn’t set the blog page as blog. If you chose to use the advance layout builder for the blog page, you need to add the blog posts element or any other element that can display the posts such as masonry, magazine etc. Please check it now: http://www.inspectralsecurity.com/blog/
Cheers!
Ismael -
AuthorPosts
