Forum Replies Created
-
AuthorPosts
-
Hey margiela,
Can you try using this code:
#top .all_colors mark { font-family: 'Times New Roman', Arial, sans-serif; }
or
#top .all_colors mark { font-family: 'Times New Roman', Arial, sans-serif !important; }
Hope it helps.
Best regards,
NikkoHey crkapsalis,
Sure, here are the 2 sliders that you can import:
https://ufile.io/lco8i
https://ufile.io/5lz8n
these links will expire in 30 days.
Hope this helps.Best regards,
NikkoHi Cynthia45,
Try to move this code in includes/loop-index.php (line 245 – 279):
echo "<span class='post-meta-infos'>"; echo "<time class='date-container minor-meta updated' >".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>"; } 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" >'; echo '<span class="vcard author"><span class="fn">'; the_author_posts_link(); echo '</span></span>'; echo '</span>'; echo '</span>'; echo '</span>';
and move it below this code in line 219:
echo '<span class="av-vertical-delimiter"></span>';
Hope it helps.
Best regards,
NikkoHey auroradesignstudio,
Can you try adding this php code at the bottom of your functions.php:
//------------------------------- // Custom script in head section //------------------------------- function pinit_js(){ ?> <script type="text/javascript"> (function(d){ var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT'); p.type = 'text/javascript'; p.async = true; p.src = '//assets.pinterest.com/js/pinit.js'; f.parentNode.insertBefore(p, f); }(document)); </script> <?php } add_action('wp_head', 'pinit_js');
Let us know if this helps.
Best regards,
NikkoHi s29ers,
Can you give us a link to the page showing issue? so we can check further.
Best regards,
NikkoAugust 28, 2018 at 11:43 am in reply to: Mobile fullwidth logo with burger aligned center underneath #1002633Hi webWahine,
I think you can use this selector instead:
#top #wrap_all #header .av-burger-menu-main a { }
Hope this helps.
Best regards,
NikkoHey Nicolas,
If you already have those columns, please try to add col-work in the Custom Css Class field.
Then go to Enfold > General Styling > Quick CSS and add this code:#top .col-work { margin-left: 1% !important; margin-top: 0; margin-bottom: 10px; } #top .col-work.av_one_half { width: 49.5%; } #top .col-work.av_one_third { width: 31.83333332%; } #top .col-work.av_two_third { width: 67.16666667%; } #top .col-work.first { margin-left: 0 !important; } #top .col-work .avia-image-container-inner { position: relative; overflow: hidden; height: 272px; width: 100%; } #top .col-work .avia-image-container-inner img.avia_image { position: absolute; top: 0; left: 0; width: 100%; height: auto; min-height: 272px; }
Hope it helps.
Best regards,
NikkoHi cyber13,
I tried to check your site however it only shows:
Access Denied - Sucuri Website Firewall
Best regards,
NikkoHi acscreativenew,
I checked the code you changed and the styles are gone because some of the html tags/structure are removed which contains classes which are required for the styles defined in the css files to work properly.
Can you tell us what you are trying to achieve? probably a screenshot or mockup would help us visualize it and try to help with the code.Best regards,
NikkoHi Daniel,
I think you can do that by adding this code:
#top #wrap_all #header #av-burger-menu-ul > li.current-menu-parent > a { font-weight: 700; }
after this line in Victoria’s code:
@media only screen and (max-width: 767px) {
Hope this helps.
Best regards,
NikkoAugust 24, 2018 at 4:29 pm in reply to: Tab Section responsiveness issue when using mobile view #1001301Hi kilimats,
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,
NikkoHey Mike,
Can you give us a mockup or screenshot of what you’re trying to achieve?
It’s pretty hard to accurately visualize what you’d like to do, so we can check if it’s complicated to do or just need some few css tweaks to do.Best regards,
NikkoHi Rainier9,
I’m not really sure why that’s happening, but I have set Disabling of template builder elements to Always load all elements in Enfold > Performance and it fixes the issue.
Let us know if this fixes on your end as well.Best regards,
NikkoHi Colin,
Glad to hear that and thanks for posting the solution that worked for you :)
We really appreciate that! Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi eberswine,
It’s using Advanced Layout Editor.
Here is what it looks on the backend: https://imgur.com/a/goUL0zZ
Hope this helps :)Best regards,
NikkoHi toniface ,
Inside you WP Dashboard, try assigning the privacy policy to the Privacy Policy page, located in Ajustes > Privacidad.
Let us know if this helps fix the issue.Best regards,
NikkoHi ariamedtour,
Can you try the solution on this thread: https://kriesi.at/support/topic/my-videos-wont-show-its-content/#post-999371
Hope this helpsBest regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #avia-menu #menu-item-1094 .avia_mega_div, #top #avia-menu #menu-item-1171 .avia_mega_div { left: auto !important; right: -92px !important; }
Hope it helps :)
Best regards,
NikkoHey acscreativenew,
Try copying config-events-calendar folder to your child theme.
Then add this php code in your child theme’s functions.php:define( 'AVIA_CHILD_BASE', get_stylesheet_directory() .'/' ); define( 'AVIA_CHILD_EVENT_PATH', AVIA_CHILD_BASE . 'config-events-calendar/' ); add_action('tribe_events_template', 'avia_events_tempalte_paths', 10, 2); function avia_events_tempalte_paths($file, $template) { $redirect = array('default-template.php' , 'single-event.php' , 'pro/map.php' ); if(in_array($template, $redirect)) { $file = AVIA_CHILD_EVENT_PATH . "views/" . $template; if( class_exists( 'Tribe__Tickets_Plus__Main' ) ) { if( 'single-event.php' == $template ) { $file = AVIA_CHILD_EVENT_PATH . 'views/single-event-no-mobile.php'; } } } return $file; }
Then go modify default-template.php inside config-events-calendar > views folder.
Hope this helps :)Best regards,
NikkoHi atifaijaz123,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { p span.av_font_icon.avia-icon-pos-center { display: inline-block; } }
Hope it helps :)
Best regards,
NikkoHi julianyoung,
Thanks for giving us the links. The problem is the color set is white for those fields, try adding this css in Quick CSS (located in Enfold > General Styling):
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { color: #000; }
Hope it helps.
Best regards,
NikkoAugust 23, 2018 at 10:14 pm in reply to: Make active menu item bold, not all sub-menu items #1000986Hi Daniel,
Try using this css code:
#top #avia-menu .current-menu-item > a > .avia-menu-text { font-weight: 700 !important; }
Let us know if this helps.
Best regards,
NikkoHey akapoun,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-inner-masonry .av-masonry-image-container { -webkit-filter: grayscale(100%); filter: grayscale(100%); } #top .av-inner-masonry:hover .av-masonry-image-container { -webkit-filter: grayscale(0); filter: grayscale(0); }
Hope it helps :)
Best regards,
NikkoHi bakbek,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.home #av-layout-grid-1 .flex_cell.avia-builder-el-last .flex_column.av_one_fourth { margin-top: 0; margin-left: 6%; } .home #av-layout-grid-1 .flex_cell.avia-builder-el-last .flex_column.av_one_fourth.avia-builder-el-46 { margin-left: 0; }
Hope it helps.
Best regards,
NikkoHi adam_madar,
Thanks for confirming, there is a way but we don’t really recommend it since you’ll need to modify a core file that can’t be overriden, so you need to modify after each update.
You will need modify this file: class-form-generator.php (located in enfold > framework > php > class-form-generator.php) find this code (line 753):$form_el = ' <input name="'.$id.'" class="text_input '.$element_class.'" type="text" id="'.$id.'" value="'.$value.'"/>';
and replace it with:
$form_el = ' <input name="'.$id.'" class="text_input '.$element_class.'" type="number" id="'.$id.'" value="'.$value.'"/>';
Hope it helps.
Best regards,
NikkoHi bakbek,
Can you upload the screenshot in https://imgur.com/ at the moment, I can’t view https://prnt.sc/ I’m just getting:
This site can’t be reached The connection was reset.
Best regards,
NikkoHey Dario,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.main_color span.twentytwenty-left-arrow, .main_color span.twentytwenty-right-arrow { border-color: transparent; } .main_color span.twentytwenty-left-arrow { border-right-color: white !important; } .main_color span.twentytwenty-right-arrow { border-left-color: white !important; }
Hope it helps :)
Best regards,
NikkoHey Marespadasirles,
You can use a child theme if you want to modify it or you can use the Advanced Layout Builder for it.
For the Blog Page, in order to use the Advanced Layout Builder you need to go to Enfold > Blog Layout > Blog Layout then set it to: Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)
Hope this helps.Best regards,
NikkoHey adam_madar,
Can you elaborate the issue? are you referring to the captcha in the contact form?
Best regards,
NikkoAugust 20, 2018 at 4:15 pm in reply to: Huge CPU usage and server crash on Product translation manager plugin #999453Hi egemensarica,
Glad that it’s working efficiently now :)
Thanks for posting how you resolved the issue, this would surely help those experiencing the same problem, we appreciate it a lot
Thanks also for using Enfold :)Best regards,
Nikko -
AuthorPosts