Forum Replies Created
-
AuthorPosts
-
Hey Picante,
Is the text with ampersand this one: FIT-OUT FOR SCHOOLS & COLLEGES if it is, try to add this code in Quick CSS (located in Enfold > General Styling):
span.special_amp { font-family: 'Questrial', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; }
Let us know if it works :)
Best regards,
NikkoHi Elsa,
Kindly add this code to Quick CSS (located in Enfold > General Styling) or style.css of your child theme:
#top select#media-attachment-date-filters { height: 32px !important; }
Let us know if it works :)
Best regards,
NikkoHi Nedim,
Glad that you have fixed it.
Best regards,
NikkoHi,
This is fixed. I have added config-gravityforms folder and its files as it was missing and deleted the cached files. Let us know if it’s good on your end as well :)
Best regards,
NikkoHi Robi,
Glad we could help :)
Best regards,
NikkoOctober 29, 2016 at 7:33 pm in reply to: Got a question mark sign (looks like a missing picture) #705602Hey Belcuore,
This is fixed. I checked the Advanced Layout Builder, and it might not be obvious but if you hover under the content there’s an image element but no image is inserted, I have removed it and the issue is fixed. Let us know if this is good on your end as well :)
Best regards,
NikkoHi,
Please let us know if this is fixed :)
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoHi,
To set custom css class to apply in that specific special h1, you may want to check this post: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
As for the background, try to add this code in Quick CSS:
h1.av-special-heading-tag { display: inline-block !important; }
If you have added a custom css class, the code should look like this: (example custom css class is your_custom_class
.your_custom_class h1.av-special-heading-tag { display: inline-block !important; }
Hope this helps :)
Best regards,
NikkoHi,
Can you try to use a text block instead of video module and paste in the embed code not the url, and ?rel=0&autoplay=1 inside the url of embed code it would look like:
<iframe width="560" height="315" src="https://www.youtube.com/embed/XWze2cCdt40?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
Hope this helps :)
Best regards,
NikkoOctober 29, 2016 at 7:10 pm in reply to: how to change the color of the validation error messages in Contact Form 7 ? #705592Hi ppi37,
Glad it’s fixed :)
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoHi!
Thanks for the video, Kindly add this code in Quick CSS:
#gf_1 { position: relative; top: -24px; }
Let us know if it works :)
Regards,
NikkoHi!
Try to change this code:
@media only screen and (max-width:767px) { .avia-fullscreen-slider .avia-slideshow { max-height: 220px; } #top .avia-slideshow-arrows a { width: 30px; height: 40px; line-height: 40px; margin-top: -20px; } #top .avia-slideshow-arrows a:before { line-height: 40px; font-size: 20px; } .avia-slideshow-dots a { height: 10px !important; width: 10px !important; border-radius: 10px !important; padding: 4px !important; margin-left: 2px; margin-right: 2px; } }
To this one:
@media only screen and (max-width:767px) { .avia-fullscreen-slider .avia-slideshow { height: 500px !important; max-height: 500px; } #top .avia-slideshow-arrows a { width: 30px; height: 40px; line-height: 40px; margin-top: -20px; } #top .avia-slideshow-arrows a:before { line-height: 40px; font-size: 20px; } .avia-slideshow-dots a { height: 10px !important; width: 10px !important; border-radius: 10px !important; padding: 4px !important; margin-left: 2px; margin-right: 2px; } } @media only screen and (max-width:600px) { .avia-fullscreen-slider .avia-slideshow { height: 220px !important; max-height: 220px; } .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial { padding: 0 10px !important; } }
Let us know if this helps :)
Best regards,
NikkoHey!
I’m very sorry for that. Try to check this work around for it: https://kriesi.at/support/topic/post-meta-information-not-appearing-on-single-post-in-restaurant-theme-in-enfold/#post-508189
Cheers!
NikkoOctober 29, 2016 at 5:14 pm in reply to: Showing all items despite section in portfolio categories. #705563Hey!
10 is the priority, in which functions run in order, the lower number gets executed first, 1 is the number of accepted arguments in the function. You can refer here for more info: https://developer.wordpress.org/reference/functions/add_filter/
Hope this helps :)
Regards,
NikkoHey!
Glad it’s fixed :)
Regards,
NikkoHi,
If you are using a caching plugin or some minification plugins kindly delete cache and disable those plugins, if it doesn’t work, Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)Best regards,
NikkoOctober 29, 2016 at 7:55 am in reply to: Fatal error: Uncaught Error: Function name must be a string in /enfold/framework #705487Hi,
Glad that it’s fixed.
Best regards,
NikkoHi Martin,
Try to add this code in Quick CSS (located in Enfold > General Settings):
.page-id-61146 #av_section_1 .av_one_fourth { position: relative; top: 120px; }
Hope this helps :)
Best regards,
NikkoHi,
Before giving the code I have checked the breadcrumbs, I tested it several times and noticed that when I clicked Braces the breadcrumbs is Home / Portfolio / Braces but when I clicked on Pendant then open Braces, the breadcrumb becomes Home / Pendants / Braces this is on desktop, tablet or mobile.
I have tried to change the code I gave unfortunately I accidentally forgot to add ) which causes error. Can you replace the code in functions.php (you can change this via ftp or cpanel) to:
add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 20, 1); function avia_change_breadcrumb($trail) { if(is_single() && get_post_type() == "portfolio") { $newtrail = array(); $portfolio_id = 77; //change portfolio id here $pendant_id = 253; //change pendant id here $frontpage = avia_get_option('frontpage'); $newtrail[0] = '<a href="' . get_permalink( $frontpage ) . '" title="Home">Home</a>'; if( is_tax( 'portfolio_entries', 'pendants') ) { $newtrail[1] = '<a href="' . get_permalink( $pendant_id ) . '" title="' . esc_attr( get_the_title( $pendant_id ) ) . '">' . get_the_title( $pendant_id ) . '</a>'; } else { $newtrail[1] = '<a href="' . get_permalink( $portfolio_id ) . '" title="' . esc_attr( get_the_title( $portfolio_id ) ) . '">' . get_the_title( $portfolio_id ) . '</a>'; } $newtrail['trail_end'] = $trail['trail_end']; $trail = $newtrail; } return $trail; }
I apologize for the mistake, let us know if it works.
Best regards,
Nikko- This reply was modified 8 years, 2 months ago by Nikko.
Hey goldengate415,
Can you give us a link to pages concerned (if possible link to pages that uses standard embed code and video shortcode). Also Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
Unfortunately we don’t have any wordaround atm, also our full documentation is found here: http://kriesi.at/documentation/enfold/
The theme settings should be stored in wp_options table and the option name is avia_options_enfold. Hope this helps :)
Best regards,
NikkoHi MDO,
Try to add back this line of code:
$form_args['autoresponder_email'] = 'Name Here < (Email address hidden if logged out) >';
Just replace the name and email. If it doesn’t work, can you give us ftp access?
Best regards,
NikkoHey rlogan2334,
I have tested it and I don’t experience anything like the 2 links you posted (I have reached until step 3: 75%). Is this already fixed? if not kindly give us more information like if this is on a Desktop, Tablet or Mobile (iphone, etc), what browser is used (chrome, firefox, etc), what OS is used (windows, mac osx, etc)?
Best regards,
NikkoHi,
Can you post screenshots of the things you have mentioned, like how it looks on a tablet (which is a problem), how it looks on desktop (no issues) just for comparison and we can see better in your perspective as well as it will be easier for us to provide a solution. Also include the thin text as I can see it just the same on my end.
As for the solutions, it’s better to keep it in Quick CSS or if you have child theme, in your child theme’s style.css. This is much safer since you won’t lose any of it during theme update.
Best regards,
NikkoHey TScursso,
Try to check this thread: https://kriesi.at/support/topic/scroller-parallax-ratio-how-to/
Best regards,
NikkoOctober 29, 2016 at 5:01 am in reply to: Center the Copyright & Socket Menu (Copyright above the Socket Menu) #705470Hey Aerdvark,
@media only screen and (max-width:1024px) { #header nav.main_menu { display: none; } #header #advanced_menu_toggle { display: block !important; } } @media only screen and (max-width:767px) { #footer { text-align: center !important; } #footer .news-wrap { text-align: left !important; } }
Let us know if it works :)
Best regards,
NikkoHi,
Please provide the temporary admin access, we need to check the backend also. Kindly place it in the Private Section. :)
Best regards,
NikkoOctober 29, 2016 at 3:58 am in reply to: Move Date below blog Title – using Blog Posts content element #705465Hi,
I could not see the date, it seems you have removed it. As for the php files, the answer is already given, refer to the answer given by Ismael.
Best regards,
Nikko -
AuthorPosts