Forum Replies Created
-
AuthorPosts
-
Hey lobster71!
Thank you for using Enfold.
Edit the color section then set the Background Repeat to Stretch to fit. Suggested image width is at least 1500px.
Best regards,
IsmaelHi!
The icon code is incorrect, if I am not mistaken. In order to get the correct icon code, create a temporary post or page then insert an icon shortcode. Hover over the yelp icon to see the actual icon code. The first icon uploaded in the iconfont manager, should use the “ue801” character code, the second icon “ue802” and so on and so forth.
Cheers!
IsmaelMay 21, 2015 at 3:56 am in reply to: #Anchor no longer scrolling smoothly and adding space at top of page #447535Hi!
The link or url is incorrect. It should be:
http://www.gravitygroms.com/#camps
Instead of:
http://www.gravitygroms.com/gravity-groms-crested-butte-camp#camps
Cheers!
IsmaelHi!
@Anne: The related posts section should be there by default. You don’t need to add the modifications above. Make sure that you enable it on Enfold > Blog Layout > Related Entries. And note that the related entries are filtered by tags, not categories. But upon reviewing your original thread, looks like you built the posts using the advance layout builder, unfortunately, you will need to add the related posts section manually. Use the Blog Posts element. Or edit template-builder.php, look for this code:
echo $content;
Below, add this:
//show related posts based on tags if there are any if(is_singular('post')) get_template_part( 'includes/related-posts');
Cheers!
IsmaelMay 21, 2015 at 3:44 am in reply to: WORKAROUND for HTTP Error When Uploading Images to Enfold #447528Hi!
Did you try the following suggestions above? https://kriesi.at/support/topic/workaround-for-http-error-when-uploading-images-to-enfold/#post-438920
Cheers!
IsmaelHey richardweisskopf!
Thank you for using Enfold.
It’s possible, but you need to modify the js > shortcodes.js code. Look for this code around line 2223:
css += ".avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow{height:"+wh100_mod+"px;}\n";
Replace it with:
css += ".avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow{height:"+wh100_mod - 60 +"px;}\n";
If possible, please provide a screenshot of what you’re trying to do with the slider. Use imgur or dropbox.
Cheers!
IsmaelMay 21, 2015 at 3:39 am in reply to: 3 questions about Enfold/Woocommerce, Enfold logo and Enfold responsiveness #447525Hi!
https://kriesi.at/support/topic/3-questions-about-enfoldwoocommerce-enfold-logo-and-enfold-responsiveness/#post-444804
You have that code in the shop page. We removed it. You don’t need to add it because you already set the Shop as the default shop page in the Woocommerce > Settings panel. You kinda lost me here.. “The slider should also include the picture of the book”. What do you mean by that? Can you please provide a screenshot?
Best regards,
IsmaelHi!
If you use the button shortcode, you won’t be able to add the onclick attribute as suggested on the previous post. You need to create a custom code then you can apply the button shortcode style to it. Use google inspector or firebug to get the css codes for the button shortcode. This is the css code of the small button shortcode:
body div .avia-button { border-radius: 3px; padding: 10px; font-size: 12px; text-decoration: none; display: inline-block; border-bottom-style: solid; border-bottom-width: 1px; margin: 3px 0; line-height: 1.2em; position: relative; font-weight: normal; text-align: center; max-width: 100%; color: #ffffff; border-color: #0b3a66; background-color: #2d5c88; }
Best regards,
IsmaelHey!
Please refer to this link for a possible solution: https://kriesi.at/support/topic/content-slider-loop/#post-289355
Regards,
IsmaelHey!
I would like to check the page but it redirects me to the maintenance mode page even though I logged in to the site. http://dev.lee-evans.co.uk/
Regards,
IsmaelHey!
Looks like you added the table as an image. It looks responsive and the lightbox will help on smaller screens. :)
Cheers!
IsmaelHey!
I’m not sure why it behaves like that. Please refer to this link for a possible fix: https://kriesi.at/support/topic/warning-session_start-function-session-start/#post-447416
Cheers!
IsmaelMay 21, 2015 at 3:21 am in reply to: Warning: session_start() [function.session-start]: – HELP ASAP PLEASE!! #447513May 21, 2015 at 3:16 am in reply to: Change the default blog thumb icon with a default image. #447509Hi!
Sorry for the delay. Please look for this code:
background: #000 (IMAGE URL HERE) no-repeat center center;
The url part of the background property is missing. It should be:
background: #000 url(IMAGE URL HERE) no-repeat center center;
Regarding the forum “white out” issue, it seems to be random and we’re still not sure what’s causing it. Just refresh the page if you encounter the issue again.
Regards,
IsmaelHey!
Thank you for the info. You can find the list of bbPress shortcodes here: https://codex.bbpress.org/shortcodes/
Use the shortcode inside a code or text block. I think the shortcode that you’re look for is this:
[bbp-forum-index]
Cheers!
IsmaelHey mindator!
Thank you for using Enfold.
Is your business a store or something like that? I think this is what you’re looking for: https://developers.google.com/webmasters/business-location-pages/schema.org-examples
You can review the examples in the microdata tab, ignore the other scripts. Look for the “Specifying addresses” section. You can add it manually in a text widget.
Regards,
IsmaelHi raisonbrands!
Thank you for using Enfold.
Can you please provide a link to one of the cpt single post page? Use this in the functions.php file:
add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb_cat', 20, 1); function avia_change_breadcrumb_cat($trail) { if(is_singular( array( 'newspaper', 'book', 'anothercpt', 'cptagain' ) )) { $page = get_post(2); $trail[1] = '<a href="' . $page->guid . '" title="' . esc_attr( $page->post_title ) . '">' . esc_attr( $page->post_title ) . '</a>'; } return $trail; }
Change the id in the get_post to the id of the page where the cpt resides and add the cpt name in the is_singular array.
Cheers!
IsmaelMay 21, 2015 at 2:50 am in reply to: Display a custom search result per page instead of a search link #447501Hi Ad-Min7477!
Thank you for using Enfold.
I’m sorry but I don’t completely understand what you’re trying to do but it sounds like it will require custom modifications in the theme. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
Cheers!
IsmaelHi!
There is no space to accommodate the default menu on smaller screens, that’s why it switches to the mobile menu. I checked the site and the default menu displays on smaller screens but the menu items aren’t lined up. Remove browser cache then reload the page.
Best regards,
IsmaelHi gphughes!
Thank you for using Enfold.
Try to place it inside a 1/1 column then use the Quick CSS field to center align the button. Using the columns to center align an element isn’t advisable because the column width and position will change on smaller screens.
Cheers!
IsmaelHi!
I’m sorry but I still don’t understand what you’re trying to fix with the code. Where did you get the .h5p-blanks .h5p-input-wrapper selector? I checked your previous thread but I don’t see any related topic with that selector. Can you please provide a screenshot?
Cheers!
IsmaelMay 21, 2015 at 2:30 am in reply to: URGENT – Theme causing WooCommerce product not to display #447492Hi!
Hmm.. That’s weird. Most of the products that I checked are working. I’ll ask the rest of the support team if they have any idea why that particular category is not working.
Regards,
IsmaelHi!
No, percentage will not not work because the grid row’s display is set to table and the height is not specified to keep it responsive.
div#av-layout-grid-1 { height: 1070px; }
Your best chance is the css media query or creating a dynamic javascript. Something like this: http://www.zyxware.com/articles/2545/jquery-set-the-height-of-one-div-to-another-div
Best regards,
IsmaelHi!
I think it’s working. Each page has a different logo. Please remove browser cache then reload the page.
http://www.gobbisp.com/site/catalizzatori/
http://www.gobbisp.com/site/ricambi-usati/
http://www.gobbisp.com/site/ricambi-rigenerati-e-nuovi/
Cheers!
IsmaelHey micknolan!
Thank you for using Enfold.
The advance layout builder will use one specific template, the template-builder.php file. So if you want to create your own template, you will not be able to use the advance layout builder unless you use the same logic used in the template-blank.php file.
if(!empty($avia_config['conditionals']['is_builder'])) { $avia_config['conditionals']['is_builder_template'] = true; get_template_part('template-builder'); exit(); } else { get_template_part('page'); exit(); }
Best regards,
IsmaelHi!
Alright. Please go to wp-content > uploads > dynamic_avia folder then rename the enfold_child.css to disable it temporarily. Go back to the Enfold > Theme Options panel then toggle any settings. Save changes to regenerate the css file. Check if the container width change.
Best regards,
IsmaelMay 20, 2015 at 7:49 am in reply to: Preview button not showing recent changes while editing #446963Hey!
What happens when you disable this plugin (Hyper Cache: by Stefano Lissa – 3.2.2)?
Cheers!
IsmaelHi!
Unfortunately, it’s not possible to set the “No Sidebar” by default inside the portfolio items. Anyway, I think it’s quite easy to select the option when creating a portfolio item.
Best regards,
IsmaelHi 1lizcollins!
Thank you for using Enfold.
Where did you get the yelp icon? Did you use the Iconfont Manager? Make sure that the icon character code is correct. Please refer to this link: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Cheers!
Ismael -
AuthorPosts