Forum Replies Created
-
AuthorPosts
-
Hi Juliette,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHey pixopolis2222,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaAugust 9, 2018 at 3:48 pm in reply to: Text/icon at BOTTOM of accordion text to close the dropdown #995541Hey clbdcnpafe,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaAugust 9, 2018 at 3:45 pm in reply to: Change Title Font (Custom CSS?) Of Blog Post Titles Embedded ELement #995539Hi samforan,
I adjusted the code for you, it works now.
If you need further assistance please let us know.
Best regards,
VictoriaHey BenRi,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #header_main > .container .main_menu .av-main-nav > li > a, .av_minimal_header .main_menu ul:first-child > li a, .av-hamburger.av-hamburger--spin.av-js-hamburger, #top #header_main > .container .main_menu .av-main-nav > li { height: 50px !important; line-height: 50px !important; background-color: navy; } #top #header_main > .container .main_menu .av-main-nav > li { padding-right: 12px; } #top #wrap_all nav .social_bookmarks { top: 0; margin-top: 0; background: navy; width: 54px; height: 50px; } #top #wrap_all .av-social-link-mail { margin-top: 10px; }If you need further assistance please let us know.
Best regards,
VictoriaHi Alohanna,
Do you have those fontello icons uploaded to your website?
Best regards,
VictoriaAugust 9, 2018 at 3:19 pm in reply to: contact form – possibility in the text-block is disappeared #995526Hi Carsten,
Glad it is there after all :)
If you need further assistance please let us know.
Best regards,
VictoriaHi James,
Yes, it has to be enabled. That is the way the API is going to work now, it is not up to us.
Best regards,
VictoriaHey steviger,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi allterco,
Could you please enable the Advanced Layout Builder debug mode. Here is how to do it:
Can you please get Appearance > Editor enabled.
Here is how to do it
Best regards,
VictoriaHey Rob,
Could you please clear the cache, check again and get back to us.
Best regards,
VictoriaHi anweb,
Could you please clear the cache, check again and get back to us.
Best regards,
VictoriaAugust 9, 2018 at 3:05 pm in reply to: Add the "category slug" as a CSS class to the article content element #995514Hi (Email address hidden if logged out) ,
The function looks ok, you need to debug it, to check if it fires and if the conditions are met and see what the classes get in the end.
Best regards,
VictoriaHi michael_abeye,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Rgrant74,
Have you followed Guenni007’s solution?
Thank you for your input, Guenni007.
Best regards,
VictoriaHi RobWu,
Glad it is working :)
If you need further assistance please let us know.
Best regards,
VictoriaAugust 9, 2018 at 2:52 pm in reply to: open an entry on a new page in the portfolio grid setting doesn't work #995503Hi trianglehomeware_,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi Kingsfield,
Glad Ismael could help :)
Here is the function for other creatives :
/* * add a upcoming event filte to postslider */ add_filter('avia_post_slide_query', 'avia_post_slide_query_mod', 10, 2); function avia_post_slide_query_mod( $query, $params ) { $eventquery = array('paged'=> false, 'eventDisplay' => 'list', 'tax_query'=> array( array( 'taxonomy' => 'tribe_events_cat', 'field' => 'term_id', 'terms' => explode(',', $params['categories']) ) )); $upcoming = Tribe__Events__Query::getEvents( $eventquery, true); $include = array(); foreach($upcoming->posts as $key => $event) { $include[] = $event->ID; } $query['tax_query'] = array(); $query['post__in'] = $include; return $query; }Best regards,
VictoriaHi ProTravelGolf,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 990px) { .logo, .logo a, .logo a img { width: auto; } }If you need further assistance please let us know.
Best regards,
VictoriaAugust 9, 2018 at 2:42 pm in reply to: Service Unavailable The server is temporarily unable – 503 Service Temporarily #995496Hey Marius,
Here is an article for you tp consider:
https://www.000webhost.com/blog/503-service-unavailable-wordpressWhich version of php are you running?
Can you please check server log for error?
Best regards,
VictoriaHey reamisag,
Here is a thread for you to consider
If you need further assistance please let us know.
Best regards,
VictoriaHey michael_abeye,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi Lissasan,
Best regards,
VictoriaHi kimsnider,
You have the header.php file in your child theme. Did you have it updated with a fresh copy?
Best regards,
VictoriaHi fla_dechen,
Could you please attach some screenshots of the issue?
Which elements do you need help with?
Best regards,
VictoriaHi acscreativenew,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av-tab-section-1 > div.av-tab-section-outer-container { max-height: 100% !important; }If you need further assistance please let us know.
Best regards,
VictoriaAugust 9, 2018 at 1:41 pm in reply to: wrong label text – hover problem social media buttons under the articles #995464Hi 2K_Kreativ_konzept,
Yes, you might want to go for the loco translate solution for now.
If you need further assistance please let us know.
Best regards,
VictoriaAugust 9, 2018 at 1:40 pm in reply to: Issues with mobile menu on iPad and titles and buttons on iPhone #995461Hi hylandgraphics,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 480px) and (max-width: 990px) { .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { padding: 50px; } .slideshow_align_caption { vertical-align: top; } }If you need further assistance please let us know.
Best regards,
VictoriaHi enricobaumgart,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#text-2 { height: 200px; top: -40px; left: 298px; background-color: #ccc; float: left; min-width: 72vw; } #text-2 img { max-height: 90px; width: auto; }If you need further assistance please let us know.
Best regards,
VictoriaHi fanlokbun,
Ismael replied to you in that thread, please do not make duplicate threads.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
