Forum Replies Created
-
AuthorPosts
-
Hey Arthith!
Add this to your custom CSS.
.current-page-ancestor > a { background: green !important; } .current-page-ancestor > a .avia-menu-text { color: white !important; }
Regards,
ElliottHey LorbeerDesign!
Add this to your custom CSS.
#top #searchsubmit, .ajax_load { height: 42px !important; }
If that’s not what you were trying to do then take a screenshot and highlight your intentions so we can get a better idea.
Regards,
ElliottHey royaltask!
When you set the link for the image just add an ?iframe=true to the end of it to open it up in an iframe.
Regards,
ElliottHi!
You still do not have the mega menu activated and when you say you want the header menu to look like the primary menu are you just trying to get rid of the dotted lines between each menu item?
Cheers!
ElliottHi!
I tried viewing your link but all I get is a yellow page. There is no body content for some reason. Do we need to login?
Cheers!
ElliottHi DROR!
It seems to look fine on my end. I see the photo backgrounds and the blue sections as well. Take a screenshot and highlight what your seeing.
Cheers!
ElliottHi biggley!
You tried this already? http://kriesi.at/documentation/enfold/enable-cors/
Best regards,
ElliottHi Naman!
If you want to remove the animation then please see here, https://kriesi.at/support/topic/how-can-i-disable-the-masonary-gallery-portfolio-animation/.
Regards,
ElliottHi timpro!
It’s most likely an element in the page that is not being closed properly. Make sure all of your tags are closed.
<div></div><span></span><strong></strong> etc etc
You can create a new page and add your content in piece by piece to see which one is causing the issue.
Cheers!
ElliottHi p3LZ3r!
It would probably be best to find a new plugin to use but you can send us a link to your page and we’ll check to see if there is an easy fix available.
Regards,
ElliottHi Wils1234!
Add this to your custom CSS.
.woocommerce-cart .variation { display: none !important; }
Cheers!
ElliottHi CONCEPTENCREATIE!
Hmm, I’m not familiar with the grey text displaying above the title. Is that a customization? Send us a link to your page so we can take a look. You can set you reply as private if you wish.
Cheers!
ElliottHi db3d!
It’s working fine for me. Try clearing your browser cache.
If your using a caching plugin then be sure to clear it’s cache before viewing the frontend.
Regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hi!
Try viewing in another browser to see if it happens there as well.
Regards,
ElliottNovember 10, 2015 at 6:16 pm in reply to: Footer section not displaying full length on 1 page #533528Hi freelancemom!
It’s most likely a tag in the page that your not closing properly.
<div></div><span></span> etc etc
Try creating a new page and add your content in piece by piece to see which element is causing the problem.
Also, your using Enfold 3.2.3, the latest version is 3.4.1 so be sure to update.
Regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hey!
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
You can see here for more in depth instructions, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHi!
Hmm, I’m guessing since your using just a bunch of various numbers for the titles WordPress does not know how to sort them alphabetically.
Since your using portfolio posts what you can do is try ordering them by the page order (or menu order) instead.
Open up /enfold/includes/admin/register-portfolio.php file and change line 38 from this.
'supports' => array('title','thumbnail','excerpt','editor','comments')
To this.
'supports' => array('title','thumbnail','excerpt','editor','comments', 'page-attributes')
You should now have a new options area in the top right corner of your screen when editing your portfolio posts which you can use for setting the order. You can give them all a custom order starting from 0 and going up and then in your Masonry element select them to order by “Page order” and it should use order them in the correct way now.
Best regards,
ElliottHi!
Can you send us a link to your page so we can get a better idea?
Regards,
ElliottHi Patrick!
The images will display as however you need them to. If you want a fullwidth slider then make sure to check that in the slider settings and the images should span the fullwidth of the screen and resize automatically as the screen gets smaller.
Regards,
ElliottHey Lanceezy!
They will resize automatically. If you resize your browser window you can see how it will look on smaller screens.
As for what size to use. You can set the slider height in the slider settings. From that value you can determine how tall you need to create your images.
Best regards,
ElliottNovember 10, 2015 at 5:47 pm in reply to: Google search: Pages from Enfold theme showing up on search #533499Hi!
Perhaps Google crawled the pages while they were still set to public status. You can login to your google webmaster tools and update / remove the pages, https://support.google.com/webmasters/answer/1663691?hl=en.
Or do like Andy said and use the robots.txt to prevent Google from crawling them again. The Yoast plugin lets you easily set a page / post to “noindex”. It’s in the “Advanced” tab of the SEO settings when you edit the page / post.
Regards,
ElliottHi Peter!
Please see here, http://api.jquery.com/animate/.
You can give it a duration by adding a number value as the second argument.
big_prev.stop().animate({opacity:0}, 2000, function()
Best regards,
ElliottHey!
We would have to see it in action. Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHi!
Go ahead and try the code I posted and let us know when your done adding it so we can check. I think that should work for you.
Best regards,
ElliottNovember 10, 2015 at 5:28 pm in reply to: How to remove category/date/comment/tag from posts on homeposts, pages and posts #533481Hi Hafeez Ullah!
You can remove those in Dashboard > Enfold > Blog Layout.
For the blog grid entries though you may need to delete lines 145 – 194 in the /enfold/includes/loop-index.php file to get rid of them.
echo "<span class='post-meta-infos'>"; $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false)); echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>"; echo "<span class='text-sep text-sep-date'>/</span>"; if ( get_comments_number() != "0" || comments_open() ){ echo "<span class='comment-container minor-meta'>"; comments_popup_link( "0 ".__('Comments','avia_framework'), "1 ".__('Comment' ,'avia_framework'), "% ".__('Comments','avia_framework'),'comments-link', "".__('Comments Disabled','avia_framework')); echo "</span>"; echo "<span class='text-sep text-sep-comment'>/</span>"; } $taxonomies = get_object_taxonomies(get_post_type($the_id)); $cats = ''; $excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id); if(!empty($taxonomies)) { foreach($taxonomies as $taxonomy) { if(!in_array($taxonomy, $excluded_taxonomies)) { $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' '; } } } if(!empty($cats)) { echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." "; echo $cats; echo '</span><span class="text-sep text-sep-cat">/</span>'; } echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." "; echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>'; echo '<span class="vcard author"><span class="fn">'; the_author_posts_link(); echo '</span></span>'; echo '</span>'; echo '</span>'; echo '</span>';
Best regards,
ElliottNovember 10, 2015 at 5:23 pm in reply to: Content Doesn't Always Save and/or Show In The Elements I'm Editing #533474Hi!
Go ahead and create one and then add it to the private content section in your reply here so all of the support team can access it.
Be sure to deactivate all plugins while testing. It sounds like a plugin issue. Also be sure that your using the latest version of Enfold, 3.4.1.
Cheers!
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hey!
You’ll need to surround it with a span or some other tag first so we can target it via CSS.
<?php if ( is_user_logged_in() ) { echo '<span class = "welcome-text">Welcome, registered user!</span>'; } else { echo '<span class = "welcome-text">Welcome, visitor!</span>'; } ?>
Cheers!
ElliottHey ElsaSonnenschein!
I don’t have an iPad to test on but all of the links appeared to be working fine for me when resizing the browser. Can you take a screenshot and highlight the exact links that are not working?
If it’s in the primary menu then try switching the mobile menu to activate for tablets in Dashboard > Enfold > Header > Mobile Menu, to see if that works.
Regards,
ElliottHi!
Everything looks correct. Have you done customizations to the theme files? Let’s try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. That should fix it.
Best regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hey!
I’m sorry but I do not understand. Take a new screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
Elliott -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts