Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for the update.
I deactivated all plugins and the layer slider started working again. Do you need those extensions?
http://www.inspiredtolivefully.com/home/
http://www.inspiredtolivefully.com/test-layer-slider/Cheers!
IsmaelHi!
You can add this:
.news-thumb { padding: 0; } .news-thumb img, .news-thumb img { width: 36px; height: 36px; }Regards,
IsmaelHi glozemedia!
Thank you for using Enfold.
Please edit the table then set the Table Purpose to tabular. Set the Responsive Styling to scrollable.
Best regards,
IsmaelHi youtea!
Thank you for using Enfold.
You can place the blog posts element inside the 1/1 column layout to prevent it from stretching the full width of the container. Please post the url here. We would like to check it.
Cheers!
IsmaelHey!
Please post the login details here. We would like to check it.
Best regards,
IsmaelNovember 16, 2014 at 3:53 pm in reply to: Larger Logo Width \ Would Like Centered Logo that looks more like a Banner #352024Hey!
@Mimi: I’m sorry but the issue you have is different from the original topic. Please create your own thread. If you already have one, please post the url here. We’ll reply there.
Cheers!
IsmaelHi!
The Maximum Container Width of http://www.enkonn-lighting.com/ is set to 1130px while the other site is set to 1310px. Please check. If possible, please deactivate the cache plugin then test it again.
Cheers!
IsmaelNovember 16, 2014 at 3:47 pm in reply to: I seek for: Get Scroll-Pos, Set URL Hash (maybe feature request) #352022Hi!
Kriesi wrote it. I’m sorry but this modification is beyond the scope of support. You can hire a freelance developer to figure this out. For further modifications, please visit Envato Studio or Werkpress. Anyway, I’ll ask Kriesi to take a look.
Regards,
IsmaelHey!
You can generate the Separator / Whitespace shortcode using the shortcode wand then use it to add spaces on your tables.
Cheers!
IsmaelNovember 16, 2014 at 3:39 pm in reply to: 404 error page . how to hide the nested page menu sidebar? #352020Hey Knut!
Thank you for using Enfold.
You can add this on Quick CSS:
.error404 .nested_nav { display: none !important; }Best regards,
IsmaelHi!
Instead of editing the file, you can add this on functions.php:
add_action('ava_main_header', 'ava_main_header_addition'); function ava_main_header_addition() { // PLACE YOUR CODE HERE }Best regards,
IsmaelHey Nicola!
Thank you for visiting the support forum.
You can find enfold samples on this site: http://wordpressthemesamples.com/enfold/
I think the joomla site can be created using the Enfold theme. You can utilize the Fullscreen Slider and the Color Section elements for this project.
Best regards,
IsmaelHi!
Glad you made it worked. I’m sure you can handle the pagination. For reference, you can find the default pagination code on functions-enfold.php file. Look for the avia_post_nav function. :)
Cheers!
IsmaelHi!
It means that I can’t see the site when I visit it. It says ” This webpage is not available”. I’ll ask the rest of the support team to take a look.
Regards,
IsmaelNovember 16, 2014 at 3:22 pm in reply to: Styling Calendar Widget of Events Organizer plugin #352011Hi!
Glad it is working. I’ve seen some of your inquiries but your website is not loading. I also noticed that you’ve been posting a lot of customization inquiries for the past few weeks. Our support covers basic theme modification and theme related issues and some of your requests falls beyond these scopes. We recommend that you consult a freelance developer or visit Envato Studio or Werkpress for further modifications.
Cheers!
IsmaelHi!
If you’re using the advance layout builder, you’ll need to edit the template-builder.php which renders all the shortcodes inside a page. If you’re using the default editor, you can edit page.php. There is no home.php file on Enfold. You can create your own template though but we won’t be able to help you with that. Please refer to this link: http://codex.wordpress.org/Page_Templates
Best regards,
IsmaelNovember 16, 2014 at 3:04 pm in reply to: Function to remove archive sidebar only for custom taxonomy? #352008Hi!
Thank you for using Enfold.
You can use this filter:
add_filter('avia_layout_filter', 'avia_change_post_layout', 10, 2); function avia_change_post_layout($layout, $post_id){ if(is_category('CATEGORY ID/NAME HERE')) { $layout['current'] = $layout["fullsize"]; $layout['current']['main'] = "fullsize"; } return $layout; }Cheers!
IsmaelNovember 16, 2014 at 2:49 pm in reply to: WooCommerce installation problems with WordPress 4.0 and Enfold 3.0 #352006Hey!
I’m sorry but we also need authentication details. Please post it here as a private reply.
Best regards,
IsmaelNovember 16, 2014 at 2:44 pm in reply to: How to hide/remove Share this Entry function? Any possibility to add counter? #352004Hey!
Thank you for using Enfold.
You can disable the sharing section on Enfold > Blog Layout > Share links at the bottom of your blog post. Use this to remove the separator:
time.slide-meta-time.updated + .slide-meta-del { display: none; }Cheers!
IsmaelNovember 16, 2014 at 2:41 pm in reply to: Featured image in Single author, big preview pic smaller and title above image #352003Hey!
You can use this code to adjust the featured image size:
#top .fullsize .template-blog .big-preview img { width: 100%; } #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 800px; }Best regards,
IsmaelHi!
One of the media queries is not closed properly. Please look for this code:
@media only screen and (max-width: 480px) { .responsive.social_header .phone-info, .responsive.social_header .phone-info a { text-align: center; float: none; clear: both; margin: 0; padding: 2; font-size: 14px !important; }Replace it with:
@media only screen and (max-width: 480px) { .responsive.social_header .phone-info, .responsive.social_header .phone-info a { text-align: center; float: none; clear: both; margin: 0; padding: 2; font-size: 14px !important; } }You need to move all media queries at the bottom of the Quick CSS field.
Regards,
IsmaelNovember 16, 2014 at 2:34 pm in reply to: It seems there is a server issue that prevented LayerSlider from saving your…. #352000Hi!
Thank you for using Enfold.
We would like to see the actual website. Please post it here. Try to increase the wordpress memory limit. Refer to this link: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
IsmaelNovember 16, 2014 at 2:33 pm in reply to: Left sidebar is not showing on single product page. And, transparent dropdown? #351999Hi!
I checked the site but I don’t see any borders. Did you remove it? A screenshot will help.
Regards,
IsmaelNovember 16, 2014 at 2:27 pm in reply to: Featured image is very narrow in the woocommerce shop #351997Hey!
Please refer to this link: https://kriesi.at/support/topic/single-product-page-sidebar-not-showing-up/#post-331433
Cheers!
IsmaelHey!
Thank you for the update.
Please post the login details here and set it as a private reply. We would like to check other plugins and deactivate them.
Best regards,
IsmaelHi FadingReality!
Thank you for using Enfold.
Please use this on QuicK CSS or custom.css to adjust the rating:
.woocommerce-product-rating { padding-top: 10px; }Regarding the table, please edit the table element then set the Table Purpose to tabular and the Responsive Styling to scrollable.
Best regards,
IsmaelHi!
I’m sorry but the social sharing section is not added on events page by default. You will have to edit the events template in order to add it. Use this function to fetch the sharing section:
//share links on single post avia_social_share_links();Again, your website is not loading.
Best regards,
IsmaelHey emin!
Thank you for using Enfold.
The website is not loading when I checked it yesterday and again today. Please check. I’ll ask the rest of the support team to take a look. A screenshot regarding the issue will help.
Regards,
IsmaelHey!
We need to see the actual website. Please review this other video specifically about how to add images on mega menu: http://vimeo.com/67651241
Best regards,
IsmaelNovember 16, 2014 at 2:11 pm in reply to: FATAL ERROR with 0 plugins and new installation + VERY slow site! #351991 -
AuthorPosts
