Forum Replies Created
-
AuthorPosts
-
Hey Jeffrey Anthony,
I put the code in your Quick css and the controls are visible all the time.
.avia-fullscreen-slider .avia-slideshow-controls a, .av-control-minimal .avia-slideshow-controls a { opacity: 1; }If you need further assistance please let us know.
Best regards,
VictoriaHi tocal,
Here is a thread for you to consider
https://kriesi.at/support/topic/masonry-gallery-thumbnails-not-sharp/#post-440102
And another solution hereIf you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 7 years, 1 month ago by
Victoria.
Hi raymondleever,
This is not exactly theme related if the built-in WordPress search is not working for you, there are other options there. Here are some of them:
https://codecanyon.net/item/wordpress-real-dashboard-search-ajax-backend-search/12533103
If you need further assistance please let us know.
Best regards,
VictoriaHi Billy,
Please pu this code to your functipns.php
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { if( $(window).innerWidth() >= 768) return; $('.sidebar').insertBefore('#av_section_1'); } $(window).load(function() { a(); }); })(jQuery); </script> <?php }Best regards,
VictoriaHi Peter,
I did not know you removed code from Rikard, it should be both. Please check you Quick css.
If you need further assistance please let us know.
Best regards,
VictoriaHi boogieboa,
Where did you get the code in the first place? Can you not get the icon the same way?
Best regards,
VictoriaHi RobertCaldicott,
I imported the dark photography demo, now you can go and modify the pages as you like.
If you need further assistance please let us know.
Best regards,
VictoriaMarch 9, 2018 at 6:58 am in reply to: Fullwidth Easy Slider image loading pre-set size not original #924281Hey Annemarie,
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 Brian,
There is an issue with the vertical accordion plugin now, it is loaded over http and so most of the files are blocked by the browser, JavaScript gets an error and our scripts stop working.
Best regards,
VictoriaHi Craig,
Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
Please try disabling Enfolds minification by adding this to your functions.php
add_filter('avf_merge_assets', function() { return 'none'; });If you need further assistance please let us know.
Best regards,
VictoriaHi boogieboa,
Thank you. The torch icon is from fontello and you’re using classes from font awesome. So you need to look for a similar icon in font awesome.
Best regards,
VictoriaHey spitsdesign,
Can you please check server log for error?
Best regards,
VictoriaHey DROR,
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
.avia-button.avia-size-x-large { margin-left: 20px; }If you need further assistance please let us know.
Best regards,
VictoriaHi bakbek,
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
#order .avia_ajax_form .form_element_third { width: 31.6%; }If you need further assistance please let us know.
Best regards,
VictoriaHi Peter,
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
.html_header_sidebar #top.page-id-167 #header.av_always_sticky { display:none; }If you need further assistance please let us know.
Best regards,
VictoriaHi Renata,
Which version of php are you running?
Best regards,
Victoria-
This reply was modified 7 years, 1 month ago by
Victoria.
Hi Swarez,
Glad we got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Ed,
Glad we got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaMarch 8, 2018 at 12:37 pm in reply to: [av_product_button] breaking pages in woocommerce products #923832Hi,
Best regards,
VictoriaMarch 8, 2018 at 12:27 pm in reply to: How to integrate default woo product img gallery in costume product page? #923825Hey dwebprojects,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaMarch 8, 2018 at 12:27 pm in reply to: Blog Posts content element – display newest posts first #923824Hi utemtu,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Mickeyboy000,
We don’t have access to those credentials. Do you have FTP access? Or phpMyAdmin?
Best regards,
VictoriaHi thrashin,
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: 1023px) { nav.main_menu, #top #menu-item-search { display: block !important; } .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }If you need further assistance please let us know.
Best regards,
VictoriaHey tocal,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Here is a thread for you to consider
Best regards,
Victoria-
This reply was modified 7 years, 1 month ago by
Victoria.
Hi NegliForest,
Here is a thread for you to consider
https://kriesi.at/support/topic/theme-update-issue-error-with-the-update-to-4-2-4-the-headline-rotator-stops/Best regards,
VictoriaHi Csaba,
You might want to be changing z-index of the header by JavaScript when clicked on the map to go full screen.
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
VictoriaMarch 8, 2018 at 11:58 am in reply to: How to make the image take the full width of the column element? #923797Hi,
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_section_3 .av-special-heading.av-special-heading-h3 { padding-left: 10px; } #av_section_3 .av_textblock_section { padding: 10px; } #av_section_3 .hr-custom.hr-left { padding-left: 10px; }If you need further assistance please let us know.
Best regards,
VictoriaHey fragezeichen,
Can you please check server log for error?
Which version of php are you running?
Best regards,
Victoria -
This reply was modified 7 years, 1 month ago by
-
AuthorPosts

