Forum Replies Created
-
AuthorPosts
-
Hey onlinerin,
Can you post a link to the page mentioned? for the h1 and h2, do you want a separate font style on shop?
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text { border-left: 0 !important; } .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text:after { content: '*'; display: inline-block; margin-left: 13px; } .av_seperator_small_border .av-main-nav > li:last-child > a > .avia-menu-text:after { display: none; }
Hope this helps.
Best regards,
NikkoHi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.mfp-img { -webkit-animation: none !important; animation: none !important; }
Hope this helps.
Best regards,
NikkoFebruary 23, 2017 at 10:44 pm in reply to: How to put title and date above featured image on post? #751080Hi,
Try to add this code at the bottom of functions.php:
function move_featuredimage_script(){ ?> <script type="text/javascript"> (function($){ function move_featuredimage() { jQuery("#top.single").find(".big-preview.single-big").insertAfter(".entry-content-wrapper .entry-content-header"); } move_featuredimage(); })(jQuery); </script> <?php } add_action('wp_footer', 'move_featuredimage_script');
Hope this helps.
Best regards,
NikkoHi,
Try to do the following:
- Create a 3 columns gridrow and add an ID col-a
- Create another 3 columns gridrow and add an ID col-b
- Add this css code in Quick CSS (located in Enfold > General Styling):
#col-a, #col-b { width: 50%; float: left; clear: none; }
Hope this helps.
Best regards,
NikkoHi,
Is it the WA State Residents only in the Shipping of your Cart page? if yes, it’s a functionality of wordpress and Enfold only adjusts the layout to be compatible with the theme. Try to contact Woocommerce support for this.
Best regards,
NikkoHi Jody,
Have tried it on my end and the Buddypress pages seems to display just fine. Try to add the shortcodes on the said pages, if it’s not working can you try to give us admin access?
Best regards,
NikkoHi,
Glad that it’s fixed.
Best regards,
NikkoHi,
Try to add this css code in Quick CSS (located in Enfold > General Styling):
#top #header .av-main-nav > li > a .avia-menu-text { color: #000; } #top #header .av-main-nav > li.current-menu-item > a .avia-menu-text, #top #header .av-main-nav > li > a:hover .avia-menu-text { border-bottom: 1px solid blue; }
Hope this helps.
Best regards,
NikkoHi,
I just checked with my android phone and chrome browser and I don’t see the button having space on the left as what you have in the screenshot. Can you tell us what phone and browser you are using so we can atleast verify it, since we couldn’t see the same issue and the code Ismael gave seems to work out fine. Try also clearing the browser cache, which might help.
Best regards,
NikkoHi,
I’m not sure what’s the right plugin but maybe you can try something like Search Filter or Search Filter by date/year, etc.
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.home #after_section_4 { display: none !important; }
Hope this helps. :)
Best regards,
NikkoHi,
I can’t be totally sure but I’m guessing it’s one of the plugins you are using, I could try to check that out but would require deactivating plugins and checking one by one.
Cheers!
NikkoHi,
Can you post links to the pages mentioned? also can you provide temporary admin account so we can check the backend for the said pages. Please place the login details in Private Content when you reply.
Best regards,
NikkoHey hotspot,
Enfold doesn’t have category.php but it does have archive.php which is the fallback if there’s no category.php, you can refer to this post regarding template hierarchy: https://developer.wordpress.org/themes/basics/template-hierarchy/
Instead of using excerpt which requires tweaking the Enfold theme, I would suggest using the More Tag: https://en.support.wordpress.com/more-tag/ which should add the Read More link.
Best regards,
NikkoHi,
That feature isn’t available and I doubt that would be added but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
The workaround for that should be to use a Color Section then add a background video and set the header to transparent, which would produce similar result.
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top.page-id-1131 #wrap_all .av-subnav-menu .av-menu-button-colored.menu-item-top-level-1 > a .avia-menu-text, #top.page-id-1177 #wrap_all .av-subnav-menu .av-menu-button-colored.menu-item-top-level-2 > a .avia-menu-text, #top.page-id-1181 #wrap_all .av-subnav-menu .av-menu-button-colored.menu-item-top-level-3 > a .avia-menu-text, #top.page-id-1188 #wrap_all .av-subnav-menu .av-menu-button-colored.menu-item-top-level-4 > a .avia-menu-text { background-color: #ccc; }
Just adjust the background color as you see fit. Hope this helps :)
Best regards,
NikkoFebruary 22, 2017 at 10:26 am in reply to: Advanced Custom Fields don't show on pages, posts etc #750370Hi,
I checked the Posts and ABOUTUS page where you set ACF to show up and I can see the fields in the backend when you edit the page/post. Are you referring to showing it to the frontend? this doesn’t automatically show up and format on the frontend where you set it but it simplifies the custom fields in the backend, for this to show up in the page or posts, you need to edit some files and write some php codes for this to work. You can refer to ACFs documentation on how to do this.
Best regards,
NikkoHi,
@scienseed: Tried to check your wp-admin page but it returns:Acceso restringido
Also, can you let us know what is the username? we would also need ftp access.
@Wildwood: just tested your site and it the doesn’t save/update the changes being done to the page. Would you allow us to deactivate plugins on the site? and also provide ftp access, so we can check the files and error logs.Best regards,
NikkoHi,
Sorry for the delayed response.
1. Since there are only few options to make things simple, that’s why changing a few options would make a large change to make things uniform. Try adding this css code for buttons in Quick CSS (located in Enfold > General Styling):
#top .main_color .avia-button { color: #fff; background: #72c7ce; border: 0 !important; }
For links in text try this css code:
#main a { color: #222222; }
For footer try:
#top #socket a { color: #ffffff; }
2. Is this on the homepage? try to remove the changes you made for this and also tell us what you want to achieve, something visual would be more helpful.
Best regards,
NikkoHi,
To summarize that this is how it works:
Blog/Category/Tag – uses featured image.
Single Blog Post (using Default Editor) – uses featured image.
Single Blog Post (using Advanced Layout Builder) – does not display featured image.Best regards,
NikkoHi,
Try to check the solution in this post: http://freewptp.com/fix-wordpress-issue-sorry-this-file-type-is-not-permitted-for-security-reasons/
Best regards,
NikkoHey mattnystrom,
Try to go to Enfold > Import/Export > Iconfont Manager then remove Flaticon. Hope this helps.
Best regards,
NikkoHey sv3designs,
Try to go to Enfold > Import/Export > Iconfont Manager then remove Flaticon. If that doesn’t work can you provide temporary admin access?
Best regards,
NikkoHi Marcin,
You’re welcome :) I think you are referring to the issue during hovering the image, which should be fixed with the code I gave. Let us know if I’m mistaken and the issue is still there :)
Best regards,
NikkoFebruary 21, 2017 at 8:56 am in reply to: Responsiveness of Productcategories on mobile phone #749816Hi,
Yes, we will try to help you with that. And you are right I was checking the subdomain link from the private content. It should be safe to post your login details in the Private Content (have posted my email on Private Content).
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoHey,
This is what I get when I to check the wp-admin page (link in private content). I’ll try to ask my fellow moderators to check on this.
Cheers!
NikkoHey,
Glad we could help :)
Regards,
NikkoHey Designweb,
Is there a particular link or reference where we can see what you want to achieve?
Best regards,
Nikko -
AuthorPosts