Forum Replies Created
-
AuthorPosts
-
April 11, 2019 at 5:24 am in reply to: Change Caption Style and position for a specific Masonry #1089389
Hi Nerohm,
Try to use this css code:
#top .av-milestone-date strong { font-weight: 400; }
Best regards,
NikkoHi Nathan,
Can you try to clear the browser cache? I have checked it with my mobile phone and it looks great (screenshot in private content).
Best regards,
NikkoHi Justin,
The link you posted redirects to the homepage, please check.
As for the issue, try to clear the cache (plugin and browser).
If that doesn’t help try to temporarily disable CSS file merging and compression in Enfold > Performance.Best regards,
NikkoHi Lara,
I have checked the body font you set and it’s Helvetica Neue however I don’t have this font on my end, so it’s showing as Arial on my end.
I’m not really sure what font is used in the screenshot, can you tell us what font it is?Best regards,
NikkoHi quercusash,
Okay, if you want to have a last try, please give us admin access, I’ll create a sample page using what I mentioned above.
If not, then just ignore this message.Thanks for using Enfold :)
Best regards,
NikkoApril 10, 2019 at 12:44 pm in reply to: breadcrumb problme and changing the colour of separator #1089119Hi Austin1988,
Try using this css code:
span.hr-inner { border-top-width: 5px; }
just adjust the value.
Best regards,
NikkoHi Benjamin,
We’re glad that we could help :)
I just did what our dev instructed in the other thread.
Thanks again for using Enfold and have a great day!Best regards,
NikkoHi Frank,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Tobias,
Can you try using this code instead:
$('.avia-slider-testimonials', container).aviaSlider({wrapElement: '.avia-testimonial-row', slideElement:'.avia-testimonial', fullfade:true, transitionSpeed:900});
Best regards,
NikkoApril 10, 2019 at 10:29 am in reply to: Change Caption Style and position for a specific Masonry #1089070Hi Nero,
Is it only for visual purposes? if yes, we can just change it’s font weight to normal, if not then you’ll need to modify it in timeline.php located in wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > timeline folder and find this code (line 1042-1045) just remove the strong tag:
$date_wrapper = array( 'start' => "<h2 class='av-milestone-date{$av_title_font_classes}' {$date_styling} id='milestone-{$title_sanitized}'><strong>", 'end' => "</strong></h2>", );
Best regards,
NikkoHi Frank,
Try adding this code, just change the rgb color as you see fit:
#top .avia-post-nav { box-shadow: 0 0 0 rgba(44,44,44, 0.6); animation: pulse 2s infinite; } @-webkit-keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(44,44,44, 0.4); } 70% { -webkit-box-shadow: 0 0 0 10px rgba(44,44,44, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(44,44,44, 0); } } @keyframes pulse { 0% { -moz-box-shadow: 0 0 0 0 rgba(44,44,44, 0.4); box-shadow: 0 0 0 0 rgba(44,44,44, 0.4); } 70% { -moz-box-shadow: 0 0 0 10px rgba(44,44,44, 0); box-shadow: 0 0 0 10px rgba(44,44,44, 0); } 100% { -moz-box-shadow: 0 0 0 0 rgba(44,44,44, 0); box-shadow: 0 0 0 0 rgba(44,44,44, 0); } }
Best regards,
NikkoHi Willem7904,
This is the error that I found (I replaced the prefix, the right table name is in private content):
[10-Apr-2019 07:52:22 UTC] WordPress database error Table 'prefix.oynrp_redirection_logs' doesn't exist for query SHOW FULL COLUMNS FROM
oynrp_redirection_logs
made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WordPress_Module->init, Red_Item->matches, do_action('redirection_visit'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WordPress_Module->redirection_visit, Red_Item->visit, RE_Log::createBest regards,
NikkoHi dondela,
I think that’s because of this code:
#top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link { height: 160px!important; line-height: 160px!important; }
you can either remove it or just override it with this code:
@media only screen and (max-width: 990px) { #top #header #header_main > .container .main_menu .av-main-nav > li > a { height: 80px !important; line-height: 80px !important; } }
Best regards,
NikkoHi ptolda,
I think you just need to flush out the cache from the caching plugin and clear the browser cache on your end and it should be fine since the code was already modified by Ismael.
I have done the same on this thread: https://kriesi.at/support/topic/background-request-gets-404-answer-not-found/#post-1089043Best regards,
NikkoHi connect4consulting,
Can you try adding this css code as well:
@media only screen and (max-width: 989px) { .responsive #top .av_mobile_menu_tablet #header_main_alternate { display: block !important; } .responsive #top .logo { padding-top: 4px; margin-bottom: 0; } }
Best regards,
NikkoHi Benjamin,
Thanks for giving ftp access.
I have made the changes, you may need to clear the browser cache to see the results (I need to do this on my end to fetch the changes in css).Best regards,
NikkoHi Frank,
I’m not sure what you’re I understood what you’re trying to achieve.
Can you give us a mockup or screenshot of what you’re trying to do?
Maybe a change of background color would help it be more noticeable.Best regards,
NikkoHi jayflavs,
I see, just replace:
left: 220px;
with:
right: 20px;
just adjust the value.
Best regards,
NikkoHi quercusash,
Go to Enfold > Layout Builder > check Show element options for developers.
Then edit the Grid Row, add a Custom Css Class for example className (you can use any name you’d like).
Then in Quick CSS, located in Enfold > General Styling, add this css code:#top .className { display: flex; flex-direction: row; justify-content: space-between; } #top .className { padding: 0 !important; flex-basis: 33%; }
Best regards,
NikkoApril 10, 2019 at 9:12 am in reply to: Official Pin Chrome Extension does not work fine for me #1089029Hi Alex,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoApril 9, 2019 at 6:28 pm in reply to: Demo content appear on home page but I haven't imported. #1088786Hi Sebastian,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoApril 9, 2019 at 6:28 pm in reply to: Icon List custom colours not working when using more than one instance of a list #1088784Hi pythagoras_microsoft,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey dondela,
I have checked your site and the code you posted isn’t reflecting on your site.
Can you try to disable CSS file merging and compression in Enfold > Performance?Best regards,
NikkoApril 9, 2019 at 6:21 pm in reply to: loading site needs too long – up to 30 seconds, many CSS-files to be loaded #1088777Hi Martin,
In your WordPress Dashboard, go to Enfold > Performance > CSS file merging and compression > Enable – merge and compress all theme CSS files.
That should compress those css files and merge it.Best regards,
NikkoHi ilonka78,
Glad that this is resolved :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey jayflavs,
Try adding this css code in Quick CSS:
.responsive #top #header #header_main .inner-container #media_image-3 { position: absolute; left: 220px; }
Just adjust the left value.
As for the changes not reflecting instantly when logged out, it’s definitely caching, you may need to flush out cache or if you’re still in development mode, don’t enable it.Best regards,
NikkoHey Tobias,
Try the solution posted here: https://kriesi.at/support/topic/change-animation-on-testimonial-full-width-widget/#post-444226
You should find it in wp-content > themes > enfold > js > shortcodes.jsBest regards,
NikkoHey Mehmet,
Glad that you were able to fix it.
Let us know if you need further assistance.Best regards,
NikkoHey kenshejoe,
In your custom separator you have set top margin of 15px, remove it and the space between the h1 and hr should decrease.
To further reduce it you can add this css code in Quick CSS, located in Enfold > General Styling:h1 { margin-bottom: 14px; }
Just adjust the bottom margin.
Best regards,
NikkoApril 9, 2019 at 5:59 pm in reply to: Icon List custom colours not working when using more than one instance of a list #1088763Hi,
Please try the solution posted on this thread: https://kriesi.at/support/topic/possible-css-rendering-bug-in-4-5-5/#post-1083761
Hope it helps.Best regards,
Nikko -
AuthorPosts