Forum Replies Created
-
AuthorPosts
-
Hi iogawebsites2018,
When you edit a textblock you should see it on the upper right corner of the editor, here is a screenshot: https://imgur.com/a/FqpRIeW
Let us know if this helps.Best regards,
NikkoHi H,
I inspected the login page and I don’t see the code I gave, so it’s not being reflected.
Where did you add the css code?Best regards,
NikkoHi mooshonov,
I’ve just refactored and shortened the css code you have.
So far I don’t see any useless css codes, but some duplicates and some also that needs to be grouped.Best regards,
NikkoDecember 10, 2018 at 4:28 pm in reply to: Using documentation to add code for subtext to right of logo, I get an error #1043137Hi Jon,
Okay, just a tip make sure to disable caching plugin when making changes, sometimes css codes should already work but caching prevents the new css code from being fetched. :)
Best regards,
NikkoDecember 10, 2018 at 4:25 pm in reply to: WooCommerce Empty Cart Issue After Adding Products #1043134Hi npmcgrew,
I see, I’m not really sure what’s causing the issue, but try enabling wordpress debug or error logging: https://codex.wordpress.org/Debugging_in_WordPress
Sometimes you can find some errors that might be related to the issue you’re having.Best regards,
NikkoHi KiGePa,
I have tried to check your site again, however I’m getting:
Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Did you have a child theme and have a header.php in it? if yes, try to update it to the header.php of the latest version of Enfold, usually lightbox issues, are caused by it.
Best regards,
NikkoDecember 10, 2018 at 4:19 pm in reply to: Error message on wp-admin after upgrade to Enfold 4.5 #1043132Hi Jeroen,
I apologize for the late response, maybe it’s the caching that causes the error and prevents access on the live site.
Best regards,
NikkoHi thotadmin,
I apologize for the late response.
1. Better if it’s in a child theme so tweaks/modifications wouldn’t be lost during theme update.
2. I checked further on the solution I gave, however moving it physically doesn’t work, the proper solution would take a lot of time to do, however I think there are 2 options that might help,
first one is via css, to set the position of masonry sort to absolute and move it across the sidebar (not really a neat solution).
The 2nd one is to find a masonry plugin that might have that feature.Best regards,
NikkoDecember 10, 2018 at 3:14 pm in reply to: Add in Masonry after title also the Author's name and category #1043109Hi lorenzopaolini,
I apologize for the late response, I have added this code at the bottom of functions.php:
add_filter( 'avf_masonry_loop_prepare', 'avf_masonry_loop_prepare_mod_cat', 10, 2 ); function avf_masonry_loop_prepare_mod_cat( $key, $entries ) { $categories = get_the_category($key['ID']); $separator = ' '; $output = '<div class="ww-masonry-author">' . get_the_author() . '</div>'; $output .= '<div class="ww-masonry-cat">'; if ( ! empty( $categories ) ) { foreach( $categories as $category ) { $output .= '<span alt="' . esc_attr( sprintf( __( 'View all posts in %s', 'textdomain' ), $category->name ) ) . '">' . esc_html( $category->name ) . '</span>' . $separator; } } $output .= '</div>'; $key['text_before'] .= trim( $output, $separator ); return $key; } // new script add_action('wp_footer', 'ava_new_custom_script_masonry'); function ava_new_custom_script_masonry(){ ?> <script type="text/javascript"> (function($) { function a() { var masonry = $('.av-inner-masonry-content'); if(!masonry.length) return; masonry.each(function() { var author = $(this).find('.ww-masonry-author'); $(this).find('.av-masonry-entry-title').insertBefore(author); }); } a(); $(window).on('debouncedresize av-height-change', function() { setTimeout( a(), 300 ); }); })(jQuery); </script> <?php }
if you want to modify the css of the author you can use this:
.ww-masonry-author { color: black; }
Let us know if you need further assistance.
Best regards,
NikkoDecember 10, 2018 at 2:34 pm in reply to: Nofollow for Post slider element and blog post modification #1043095Hi Artur667,
I apologize for my late response and thanks for the admin access, I have switched the settings I have and this time it should work, still the same process but modify this code in line 129 of loop-index.php:
if ($slider) $slider = '<a href="' . $link . '" title="' . $featured_img_desc . '">' . $slider . '</a>';
and replace with:
if ($slider) $slider = $slider;
Best regards,
NikkoHi Anton,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoDecember 6, 2018 at 5:08 pm in reply to: Blog Post – Cover picture: deactivate animation, display screen width #1041748Hi Esther,
Glad that we could help :)
Feel free to create a new thread, if you need more assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Anton,
Maybe this thread will help clear things up: https://kriesi.at/support/topic/enfold-multisite-2/
Regards,
NikkoHey Steven,
Try adding this code after your code above
#top.home .apartments-container .flex_column.av_one_third.first { margin-left: 0 !important; }
let us know if this helps.
Best regards,
NikkoHi Anton,
It will still work, as for the license issue, she doesn’t need buy another license since it’s basically the same site which just switched it’s domain name.
Best regards,
NikkoHey hbourdillon,
This css code should help fix it :)
body.login div#login h1 a { margin-left: -99px; }
Best regards,
NikkoHi Tim,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi JasonC,
Please refer to the solution on this thread: https://kriesi.at/support/topic/envato-private-token-doesnt-work/#post-1023876
Hope it helps.Best regards,
NikkoDecember 6, 2018 at 4:41 pm in reply to: Since Enfold update 4.5 easy slider and full width easy slider doesnt show image #1041730Hey zakthorpe,
I can’t seem to access your site.
However if you’re referring to the background image (not on each slide) then that’s a bug from Enfold 4.5 which should be fixed in 4.5.1 (recently released):
you’ll find it addressed in the changelog https://kriesi.at/documentation/enfold/changelog/If you don’t want to update yet you can fix this in enfold > config-templatebuilder > avia-shortcodes > slideshow_fullsize > slideshow_fullsize.php (line 973):
if($background) $params['bg'] = "style = '{$background}'";
replace with:
if($background) $params['bg'] = $background;
Best regards,
NikkoHi Adriano,
Please refer to the answer on this thread: https://kriesi.at/support/topic/envato-private-token-doesnt-work/#post-1023876
Hope this helps.Best regards,
NikkoHi leviticus,
The code seems fine, if it’s not working, can you try to check if it satisfies both condition?
Maybe you can also use has_category https://codex.wordpress.org/Function_Reference/has_categoryBest regards,
NikkoDecember 6, 2018 at 4:23 pm in reply to: WooCommerce Empty Cart Issue After Adding Products #1041716Hi npmcgrew,
I tried the check link but it returns:
DNS Lookup for "www.robotninja.com" failed. System.Net.Sockets.SocketException No such host is known
The site seems down, I also checked it in: https://downforeveryoneorjustme.com/www.robotninja.com
Best regards,
NikkoHi iogawebsites2018,
I have found the issue. On the 1/4 column with the 6:30 text there was this value added in Custom Css Class field:
<div id="anchor"></div>
This causes the element to break and also destroys the tab layout.
It’s all good now since it’s removed.Best regards,
NikkoHi iogawebsites2018,
I apologize for the late response.
I’ll try to figure out what’s causing the issue.
For your other concern, assign id(s) to the items you would like to link, unfortunately on Color Section has this option For Developers: Section ID
if you’re using something like a textblock, you can just switch to text mode and insert the id attribute, example:<p id="myitem">hello</p>
then to link to it you just need to use # + id so it’s just #myitem for the example. If you need to read more about this go to: https://www.w3schools.com/Html/html_id.asp
then on the Timeline’s Milstone Link, make sure to select Set Manually then on the link field, just put #myitem
Note: this only works on a single page, if the one with myitem id is on another page, it won’t work.Best regards,
NikkoHi aquihaydominios,
Can you try removing the code you have above and replace it with:
.reservado_sort .grid-image:after { content: ""; background: url(images/reservado.png) no-repeat center center; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; opacity: 0; } .reservado_sort .grid-image:hover:after { opacity: 1; }
Let us know if this helps.
Best regards,
NikkoHi Barbara,
In the WordPress Dashboard, go to Enfold > Theme Options, then look for Lightbox Modal Window then check it.
That’s the switch to enable/disable lightbox.
Hope this helps.Best regards,
NikkoDecember 6, 2018 at 3:38 pm in reply to: .widget:first-child how to manage it without CSS code #1041696Hi Isotopper,
The only way to remove that without coding is to assign 0 posts on that category, if you have some post with the Generico category, remove that category on that specific post, currently there are 9 posts using it as it’s category.
Otherwise, you can use this css code to remove the first link in the category widget..sidebar .widget_categories ul > li:first-child { display: none; }
As for the logo, there’s the Enfold placeholder logo if you remove it, if you don’t want to use any css, then I guess putting a transparent image or an image with similar color as the background of your theme is the workaround I could think of.
Best regards,
NikkoDecember 6, 2018 at 3:26 pm in reply to: Blog Post – Cover picture: deactivate animation, display screen width #1041691Hi Esther,
I apologize for my mistake and glad that you found the right option :)
As for the css, please remove the one I gave before and use this instead:.single-post .big-preview.single-big span.image-overlay { display: none !important; }
Hope this helps.
Best regards,
NikkoHi Alex,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) { #top .avia-timeline-vertical .milestone_icon { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } #top .avia-timeline-vertical .av-milestone-indicator, #top .avia-timeline-vertical .av-milestone-icon-wrap:after { opacity: 1; } }
Hope it helps.
Best regards,
NikkoHi Thomas,
A workaround that might help is to duplicate your timeline, then edit the first one, go to Screen Options then check hide on very small screens (smartphone portrait). Then on the duplicate edit it and go to Screen Options check Hide on large, medium and small screens, so this is used for mobile, then go back to Content (tab) set Milestone Placement to Left.
Hope this helps.Best regards,
Nikko -
AuthorPosts