Forum Replies Created
-
AuthorPosts
-
August 9, 2018 at 3:19 pm in reply to: contact form – possibility in the text-block is disappeared #995526
Hi 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,
VictoriaAugust 9, 2018 at 1:26 pm in reply to: Sidebar on top in mobile, right under Fullwidth Easy Slider #995453Hi kevinjd91,
Best regards,
VictoriaAugust 9, 2018 at 1:21 pm in reply to: Have logo appear on Homepage ONLY; Remove Mobile Menu; Color Section Help #995451Hi michaelasmom2002,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi kexx,
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
.news-headline .news-time { display: none; }If you need further assistance please let us know.
Best regards,
VictoriaHi Dandy,
This is how Safari handles the videos in sliders now, it does not go to the next slide for some reason.
Best regards,
VictoriaAugust 9, 2018 at 1:14 pm in reply to: Change font size and position of caption text on larger screen #995446Hi 805ITS,
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
.home .caption_bottom .slideshow_caption .slideshow_inner_caption { bottom: 35vh !important; text-align: center !important; }If you need further assistance please let us know.
Best regards,
VictoriaHi DianaLoola73,
You should really consider using WPML to be able to have pages in two different languages.
https://wpml.org/documentation/getting-started-guide/
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
