Forum Replies Created
-
AuthorPosts
-
Yes please. You can respond here with a private response with an admin account and we can take a look.
Hi timfl!
The images will display at whatever size the container is at that time. So on desktops showing full size they will expand to the 603 width that you are seeing now.
Unfortunately there isn’t any setting to use a smaller width than that so using at least that width is best.
Regards,
DevinHello markjoseph7!
Not within the settings for it. You may be able to do it with some custom css but I’m not really sure that it would ever work great.
Regards,
DevinOctober 3, 2013 at 10:24 pm in reply to: Woocommerce Shortcodes and Layout Builder incompatibilities #170110If you put the shortcode in a color section with a custom ID filled into the custom ID field you could then target those columns and add your own widths to them.
Something like this:
#top #my-custom-wc-products .products .product { width: 19.20%; }
I’ll go ahead and close the topic then.
Hey!
The file you are using for the template should have come from the page.php. If you look at line 17 this is where the page gets its grid element. So you can just manually change the page to use the twelve column grid by changing this line to the word twelve instead:
<?php avia_layout_class( 'content' ); ?>
Then further down remove the get_sidebar and avia_config above it:
<?php //get the sidebar $avia_config['currently_viewing'] = 'page'; get_sidebar(); ?>
Cheers!
DevinHello thewrath1!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#header_meta { z-index: 2; }
Regards,
DevinOctober 3, 2013 at 10:05 pm in reply to: Background transparent, but font white in layer slider #170101Hi!
You would need to make the font have its own class so that you could target that class and force its opacity separately.
Best regards,
DevinOctober 3, 2013 at 10:02 pm in reply to: [SOLVED] Since Update 2.3.1: Gravatars in the comments not showing with Firefox #170098Hello colorit2!
We’ll need to see your site live to inspect the comments and see whats going on.
Cheers!
DevinOctober 3, 2013 at 10:02 pm in reply to: Blog, Portfolio nav Image to big and mirrored in FF and IE #170097Hey swissfilm!
If we can see where this is happening on your site maybe we can find out what the cause is. On the demo, and my live test sites I’m not having any issues in FF or IE.
Cheers!
DevinHello Courin!
Unfortunately each of those items is beyond what we can assist with via support. You will need to look into a freelance developer who can customize the WooCommerce output to your needs.
Best regards,
DevinUnfortunately that still isn’t an option for the immediate answer. And while it is something we are planning on adding it is not in place right now.
Glad Ismael could help. Let us know if you have any other questions or issues.
Hello!
If this is IE8 then it isn’t registering the media queries making the site as wide as it should be on desktops and it has issues with the min-width property.
Try using these two plugins: http://wordpress.org/plugins/respondjs/ and http://wordpress.org/plugins/modernizr/ to bring IE8 up to speed.
Cheers!
DevinHello!
The way images work with WordPress is that you upload the largest possible file size in the proportions that the output will use. The theme/Wordpress then create thumbnails of that image for use in various functions. With this theme you can actually pick which thumbnail gets output in the portfolio elements pop up window by selecting custom image size for the image size parameter.
The site has a login so i can’t see what you have right now but hopefully the above helps.
Best regards,
DevinHello!
A quick css solution like the above is your best bet to keep it working consistently
Cheers!
DevinHello!
Clear and reset all caching and minifying settings you have with plugins or server side. Then re-make the icon list from scratch and see if that helps.
Cheers!
DevinHi Cutegi!
You can try to play around with and experiment with the settings for the slide and global settings on a set of slides but the Fullscreen slider element was added specifically because there wasn’t already a good option with what was available already. So we don’t have any step by step directions for it or anything like that.
Cheers!
DevinHi jgoldberg1983!
Yes, if you change the folder name then wordpress will see the theme as a new set of options in your database. From our end, there isn’t anything we can do to change that.
Cheers!
DevinHello!
It isn’t a matter of re-installing the theme but going to your theme settings>Styling tab and changing a setting and re-saving those options. This regenerates the themes style sheet with all the new settings.
Best regards,
DevinHey mikemurphy10!
I didn’t see the issue when viewing your site just now. Try clearing your local cache to make sure you’re getting the most recent changes and fixes and that the browser hasn’t saved an incorrect file.
@jgoldberg1983 I’ll address your issue in the topic you created on it.Regards,
DevinHello Nicole!
Your topic has been addressed here: https://kriesi.at/support/topic/update-2-3-alles-ist-weg/#post-169760
Regards,
DevinGlad you were able to get it sorted out :)
This is the error I’m getting checking with dev tools:
http://appyourservice.nl/wp-content/cache/minify/000000/jquery-2.0.3.min.map 404 (Not Found) /wp-content/cache/minify/000000/jquery-2.0.3.min.map:1
So the cache folder, where the file was cached is still the one being accessed to get the jquery for you installation. I’m not sure what plugin or setting is responsible for it, but that is where the issues is coming from.
Hey!
The icons are rendering, they are just incorrect. Eg, you can look in the source code or just look at the search icon in your footer.
Try first re-setting the icon list on that page from scratch and see if that helps on that page. If not, see if you can add in an icon in any of the other elements.
Just to make sure there are no conflicts from plugins, deactivate all active plugins and try re-setting the icon list or an icon element again.
If that still doesn’t work, try re-uploading the theme files by re-downloading them from ThemeForest and then uploading them via FTP folder by folder overwriting what you currently have completely.
Cheers!
DevinGlad you were able to get it sorted out!
Regards,
DevinHello AppYourService!
The minification and/or caching for your WordPress jquery is incorrect/broken. So the js needed to make that work isn’t able to process.
Try re-doing your minify settings or clearing them out.
Cheers!
DevinHey alvarezjav!
I’m having no issues with any of those elements on my end. Try clearing your browsers cache and then re-visit the page.
Best regards,
DevinOctober 3, 2013 at 4:05 pm in reply to: Things not updating instantly…is this theme caching? #169977Hey!
No, the theme has no built in caching. If there is something like that going on it would be with either your server or with a plugin.
Cheers!
DevinHey soifran!
The only way to really optimize the backend would be to increase your server specs as far as I know. Most budget servers should still perform fine and on client sites I’ve worked on I’ve not noticed anything to substantial as far as delays between pages or anything like that.
On pages with lots of advanced layout editor content there will be some loading delays typically but that’s because of the preview functionality of those elements.
Best regards,
Devin -
AuthorPosts