Forum Replies Created
-
AuthorPosts
-
April 24, 2014 at 8:15 pm in reply to: Major confusion and issues with Product Category Images, Product Thumnails #255770
I have no idea what customizations you’ve done thus far but by default the category image above product categories will be sized using:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
In the functions.php. In my Dev install I just did a quick test:
If you need assistance in customizing the theme files, WooCommerce templates via functions or new templates then you will need to look into a freelance developer. Support is not available for customization or for debugging customization already done.
Hi adrianwackernah!
The issue was responded to by Peter: https://kriesi.at/support/topic/update-2-7-mag-wpseo-nicht/#post-255247
Regards,
DevinHi jedasim!
The opening body rule in your Quick CSS doesn’t have a closing bracket. It needs one in order for the css after it to get recognized. Make sure its:
body { font-size: 16px; }
Then you can force the underline for text-decoration in your content areas with:
.entry-content a { text-decoration: underline !important; }
Best regards,
DevinHi jedasim!
Are your posts using Featured images? Or do you have any other plugins installed to help point social networks to the sites data? OG specifically.
Best regards,
DevinHi!
You can post them to any image hosting service and then add the link to them here.
Cheers!
DevinHey Vicken!
Where is it that you are trying to modify the settings for each? The theme has its own options for where to output the blog and how the blog should be displayed. Depending on your choice it may be using the excerpt or the read more tag. So a bit more information on what you have right now should clear things up.
Regards,
DevinApril 24, 2014 at 1:51 am in reply to: Contact Form Button Disappear after click and no success message #255273Hi!
Redirectiong after submitting isn’t an option with the built in form.
There is indeed already a javascript error on the site even before trying to submit the form so that sounds like its probably the root of the error.
You might be able to use a third party plugin which has more protected and individual scripts (since plugins are typically a bit more wrapped in their own code) but ultimately the conflict would need to be addressed.
Typically an error like what is showing is from a plugin already active which is causing a conflict with the theme.
Regards,
DevinHi!
Yes, it is just that simple. You can also try googling other how-to videos on installing a WordPress theme and see if an alternative description or walkthrough works better for you but the theme doesn’t have anything special that needs to be done on a typical WordPress installation.
If you want it done for you I know Envato Studio has lots of freelancers who do theme installs for about $30.
Best regards,
DevinHey freshmarketing!
The breadcrumbs are somewhat dynamic based on the session. The most recent update added in the ability for you to manually set the parent page on each portfolio item from the right hand side of the page instead of using sessions.
So in your case, that is what you would want to do so that they are static.
Regards,
DevinI don’t see it in the source but with the whole source minified like that I would still lean towards it being a caching issue somewhere. Either a plugin or server side, something has not re-built the page based on the most recent database data for it.
Glad we could help. Let us know if you have any other questions or issues.
Hey ambmusic!
There are a couple of javascript errors coming up that are preventing the theme’s javascript from running. Try deactivating all currently active plugins and then give it another try.
Cheers!
DevinHi FEWGmbH!
Can you give us a bit more information on what the news feed is (RSS, Blog element, widget etc) and point us to where the issue is happening live?
Cheers!
DevinApril 23, 2014 at 7:17 pm in reply to: Please help! Database crashed during update – can't login! #255148Glad we could help. Let us know if you have any other questions or issues.
Hi rodpascoe!
No, not with the current implementation of the sorting.
Regards,
DevinHey cameron329!
This kind of customization needs to be handled by a freelance developer. Support doesn’t cover individual customization like that.
You can find a great freelance developer from either Envato Studio, Codeable or Here: http://kriesi.at/contact/customization
Regards,
DevinHey goldbaum!
You can use the Separator/Whitespace element in your layout to manipulate items that don’t have individual spacing control.
Best regards,
DevinHey!
All of the LayerSlider slideshow settings are separate from those within the theme since it is a separate plugin that is just included with the theme. So with LayerSlider you would use its own settings on that individual slider in “Slider Settings” menu.
For the individual slides you can have a slide background which should always take up the background of the slide but the elements on top of it, those layers under the slideshow preview, would adapts based on the settings for each.
Best regards,
DevinHey hinetsrl12!
If you incorrectly modify a file it can cause errors but the css itself doesn’t generate or anything like that except when making changes to the themes Styling tabs.
Cheers!
DevinCan you respond with admin credentials to your site so we can log in and take a look? Make sure to mark the response as private so its only visible to us.
Without seeing the page live I’m not sure what else it could possibly be.
Hey AsadIC!
The issue comes from your local version of the themes stylesheets to be cached. There is a new display: none on that search term which is only in the new theme files.
So Firefox for some reason still just has it cached.
Best regards,
DevinHi @djpoel!
Best regards,
DevinApril 23, 2014 at 4:33 pm in reply to: sticky header visible on a page with no header and no footer #255047Hi djpoel!
You can remove it with:
.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top.page-template-template-blank-php #main { padding-top: 0; }
Best regards,
DevinHi moltencreative!
Try disabling any active plugins you have running and then give it another try. It should go just like this when working correctly: https://vimeo.com/channels/aviathemes/92502063
Cheers!
DevinHi!
It usually takes Kriesi a week or so to get through his current queue and with WordPress 3.9 coming out along side the new theme version he has been pretty busy.
Regards,
DevinHey moolya!
As far as I know we don’t have any recommended tool for AB testing. There are quite a few plugins and resources that should work with the theme however but it will take a bit of trial and error to find one that works for you.
Cheers!
DevinHi!
You site is showing a “B” score for me with Yslow which is pretty good. You could try shrinking some of your images so that they take less time to load in but further than that gets beyond what we can really walk you through here on the support forums.
On Kriesi’s demo site the theme is only cached using w3tc and has minified css/js files.
Best regards,
DevinHey Zakkery!
My guess without being able to inspect the page is that there is a caching plugin caching the logged out view so it isn’t updated yet. If you do have any installed make sure to clear their cache completely for that page.
Best regards,
DevinApril 23, 2014 at 3:51 pm in reply to: Fullwidth Easy Slider not working properly on Shop page + how to delete filter #255020Hey anjmat!
The shop page layout is independant of any of the options you choose on that page. Its controlled via functions and WooCommerce itself. So customizing it would take modifying php via the functions in the theme files config-woocommerce>config.php.
To remove the sorting 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:
#top.post-type-archive-product .product-sorting { display: none; }
Regards,
Devin -
AuthorPosts