Forum Replies Created
-
AuthorPosts
-
Hey josiehaney,
Here is the code you can put in your functions.php, we modified it a bit to work for the author as well
function change_blog_archive_style() { global $avia_config; if (is_single() && is_author()) { $avia_config['blog_content'] = "excerpt_read_more"; } else if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('get_header', 'change_blog_archive_style');If you need further assistance please let us know.
Best regards,
VictoriaHey CaliBee,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
All widgets have ids and so you can use them and not use your custom classes.Also, even when you use the default editor you can use most of the Advanced Layout Builder shortcodes using the magic wand icon.

Best regards,
Victoria-
This reply was modified 7 years, 10 months ago by
Victoria.
Hi housedada,
Wordpress is notorious for compressing images, there is a way to control image compression, and it says in a thread that it is not supposed to compress the png images at all, but… Here is some reading
https://wordpress.stackexchange.com/questions/227007/wordpress-png-compression-issueIf you need further assistance please let us know.
Best regards,
VictoriaHi tayloed,
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 MatM,
You need to replace the header file if you’re running php5.6.3 or upgrade to php7 and there will be no need to change the header file.
Best regards,
VictoriaHi dogdayfear,
Here is a thread for you to consider
When you get the website running again, please post credentials in private.
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
#top #wrap_all .av-product-class-minimal-overlay a:hover .inner_product_header { opacity: 1; background: rgba(0,0,0,0.7); }If you need further assistance please let us know.
Best regards,
VictoriaApril 10, 2018 at 7:45 am in reply to: How to change the accordion font color to white on mobile? #939653Hey 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
@media only screen and (max-width: 767px) { .responsive #top .tab.fullsize-tab { color: #fff; } }If you need further assistance please let us know.
Best regards,
VictoriaApril 10, 2018 at 7:43 am in reply to: Problems with icons, buttons and separators after Enfold update #939651Hi Sophie,
Yes, that is correct, if you did not upload and add the custom font to the website, the users that do not have the font on their computer will see the fallback font.
Best regards,
VictoriaHey mikehenze,
Best regards,
VictoriaHi WP Turned Up,
Can you please remove the /shortcodes folder from the child theme, and the code in functions.php that requires that folder, upload a fresh 4.2.6 copy and let us know when we can check.
Best regards,
VictoriaHi amerzib,
Here is how to clear cache on an iPad
https://www.macworld.co.uk/how-to/iphone/clear-cache-iphone-3609079/Can you please post the link again? I get 403 on the links in the original thread.
If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 7 years, 10 months ago by
Victoria.
Hey mleite1,
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
.togglecontainer.av-minimal-toggle.avia-builder-el-24 { padding-left: 20%; }If you need further assistance please let us know.
Best regards,
VictoriaApril 10, 2018 at 7:15 am in reply to: Changing the position of the ajax portfolio preview controls #939619Hi FKM,
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: 768px) { #top .portfolio_preview_container .ajax_controlls.iconfont { top: -17px; } #top .portfolio_preview_container .portfolio-preview-content { padding: 20px 30px 30px 30px; } }If you need further assistance please let us know.
Best regards,
VictoriaHey June,
Can you remove the code that you added and we’ll try to adjust it for you?
Best regards,
VictoriaHi June,
This kind of rotation is not available out of the box, 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,
VictoriaHey klotzomat,
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
.trail-begin + .sep, .trail-begin + .sep + span { display: none; }If you need further assistance please let us know.
Best regards,
VictoriaHi June,
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: 768px) { #after_section_4 .avia-testimonial-wrapper.avia-grid-testimonials.avia-grid-2-testimonials + .avia-testimonial-wrapper.avia-grid-testimonials.avia-grid-2-testimonials .avia-testimonial-meta { padding-left: 100px; } }If you need further assistance please let us know.
Best regards,
VictoriaHi quebag,
The link to the pdf is rendered correct and then it goes to a 404, you need to check your .htaccess for the redirects. As for the image, it looks like the path to the image is stripped, are you adding the image manually or via some element?
Der Link zur PDF-Datei wird korrekt gerendert und dann zu einer 404 weitergeleitet. Sie müssen Ihre .htaccess-Datei auf die Weiterleitungen überprüfen. Was das Bild angeht, sieht es so aus, als ob der Pfad zum Bild entfernt wird. Fügen Sie das Bild manuell oder über ein Element hinzu?
Best regards,
VictoriaHi brandreach_at,
Here is the code you can put in your funtions.php
function move_header_search() { ?> <script type="text/javascript"> (function($) { $(window).load(function() { $('#menu-item-search').appendTo($('#avia2-menu')); }()); })(jQuery); </script> <?php } add_action('wp_footer', 'move_header_search');The search icon has to be added to the menu first, I checked that box for you.
And you will need to hide the icon in the main menu#avia-menu #menu-item-search { display: none; }If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 7 years, 10 months ago by
Victoria.
Hi GabrielSenn,
From the html structure I see that on dev you have the mega menu enabled and on production, it is a just regular drop-down menu. This can be due to the conflict with iF menu plugin or due to the fact that you have the header.php file in your child theme, have you updated it on production with a fresh copy?
Best regards,
VictoriaHi (Email address hidden if logged out) ,
To be able to add the data attribute you will need to modify the /enfold/includes/helper-social-media.php file.
If you need further assistance please let us know.
Best regards,
VictoriaApril 9, 2018 at 2:20 pm in reply to: Problem with buttons displaying as links, portfolio grid not displaying as grid #939231Hi Sudha,
You should be running at least php5.6.3 for the code to work properly. You might consider upgrading your php to php7, you need to write to your hosting provider for that.
And Suhosin has to be disabled.
If you need further assistance please let us know.
Best regards,
VictoriaHi aadwagner,
The jquery conflict can be caused by the code you have in functions.php.
Best regards,
VictoriaHi lena1234,
Well, you can use 2 columns and put image and text block in each of them.
You can try setting masonry to 2 columns and we can check the css.Best regards,
VictoriaHey Fras,
Can you please check server log for error?
Here is how to find it:http://snapcreek.com/blog/wordpress-error-log-friend/Best regards,
VictoriaHi WP Turned Up,
The issue here is that the iconlist.php that you have in your child theme is breaking things, the file moved to a different folder in the parent theme and the shortcodes/iconlist.php is deleted, but you still have it and it is outdated.
Best regards,
Victoria -
This reply was modified 7 years, 10 months ago by
-
AuthorPosts



