Forum Replies Created
-
AuthorPosts
-
Hey!
Could the image processing the theme does every time an image is uploaded, try adding this at the very end of your theme / child theme functions.php file:
function ava_image_sizes() { remove_image_size('masonry'); remove_image_size('magazine'); remove_image_size('widget'); remove_image_size('featured'); remove_image_size('featured_large'); remove_image_size('extra_large'); remove_image_size('portfolio_small'); remove_image_size('gallery'); remove_image_size('entry_with_sidebar'); remove_image_size('entry_without_sidebar'); remove_image_size('square'); } add_action( 'after_setup_theme', 'ava_image_sizes', 11 );
Cheers!
JosueHi!
It’s more of a server limitation so asking your provider to increase the processes your instance can handle would be a good start, alternatively you could try removing only the image sizes you don’t use.
Cheers!
JosueHey!
The line you need to change is 899.
Best regards,
JosueHey!
It’s fixed now, when you build a Page with Color Sections make sure you to don’t leave any elements loose (without a section) because it can cause some bugs like this one.
Best regards,
JosueApril 15, 2016 at 3:16 am in reply to: Hiding "landscape" and "portrait" tags used for masonry gallery #614528Hi @wsnider28!
Can you please create a new topic including an access to your install (in private field)?
Cheers!
JosueApril 13, 2016 at 11:31 am in reply to: adding an extra button to responsive class="inner-container" #612580Hey!
I didn’t find your custom code in helper-main-menu.php, can you please re-add it so we can take a look?
Cheers!
JosueHey!
By default author loop only fetches Posts, try applying this modification to enfold/includes/loop-author.php
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey Josh!
I can’t reproduce the issue on my end (images show normally), can you check if the same happens with this URL:
http://kriesi.at/themes/enfoldCheers!
JosueHi!
1. I’d suggest you to use a custom contact form plugin like – https://wordpress.org/plugins/contact-form-7/
2. You can use the following on a Code Block element – http://www.javascriptkit.com/howto/newtech2.shtml
Cheers!
JosueHey!
Try modifying the French translation file using this plugin:
https://wordpress.org/plugins/loco-translate/Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
You could use the following custom CSS:
#top .inner_sort_button { display: none; } #top .css_sort_button:before{ content: url(https://kriesi.at/themes/wp-content/plugins/avia_cachable_style_switch/images/logo-enfold/splash-orange.png); } #top .html_sort_button:before{ content: url(https://kriesi.at/themes/wp-content/plugins/avia_cachable_style_switch/images/logo-enfold/splash-orange.png); } #top .psd_sort_button:before{ content: url(https://kriesi.at/themes/wp-content/plugins/avia_cachable_style_switch/images/logo-enfold/splash-orange.png); } #top .video_sort_button:before{ content: url(https://kriesi.at/themes/wp-content/plugins/avia_cachable_style_switch/images/logo-enfold/splash-orange.png); }
Modify and/or extend as needed.
Cheers!
JosueApril 13, 2016 at 3:53 am in reply to: Customize Photo Gallery – thumbnail image different to main image #612341Hi,
I think the closest element you could use (and customize) would be Tabs.
Regards,
JosueHi,
I don’t know of any to be honest, have you tried creating a issue thread on the github page of fastclick?
Regards,
JosueHey!
Why don’t you use a simple button? if there’s something you like in the FWD button i’m pretty sure it can be replicated on a normal button with CSS.
Cheers!
JosueHi!
Try changing the site URL to match your current address:
https://codex.wordpress.org/Changing_The_Site_URLBest regards,
JosueApril 13, 2016 at 3:45 am in reply to: adding an extra button to responsive class="inner-container" #612334Hi Dewdan!
Access provided is not working, please re-check.
Cheers!
JosueHi!
Via FTP go to the root of your WordPress install an check for the file permissions of the
.htaccess
file, if you don’t see one create it. File permissions should be755
– http://screencast.com/t/UvmowuQFmBest regards,
JosueHi,
Open js/avia.js and look for line:
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',
Replace it by this:
exclude : '.review_thumbnail a, .noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',
Regards,
JosueHi!
Change the CSS code to:
.ipadportrait { display: none; } @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) { .ipadportrait { display: block; } }
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title { width: 100%; }
Cheers!
JosueHi!
Make sure .htaccess is writable on your server.
Cheers!
JosueOk hand me an admin account via private reply too please.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueIf you’re referring to this section it is because that’s also
main_color
, try changing the Color Setting of it to “alternate color”.Best regards,
Josue -
AuthorPosts