Forum Replies Created
-
AuthorPosts
-
September 23, 2013 at 4:20 pm in reply to: Enfold, cannot edit pages on site after adding 2/3, 1/3 and a wo product #165190
The products are getting their default columns width in that layout but you can override this for the whole page by 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.page-id-436 div .products .product { width: 100%; }
This targets that specific page by its body class ID. If you wanted the same to work on another page you can inspect the code of the page to find its ID or by this: http://en.support.wordpress.com/pages/#how-to-find-the-page-id
September 23, 2013 at 4:15 pm in reply to: SEO Pressor gives different scores from 'Layout Editor' to 'Default Editor' #165189Hello discosourcedjs!
SEO is an extremely large and varied topic. Depending on what brand of punch you are drinking from there is conflicting advice available from day to day. Google for instance recommends just making your site content as accurate to the user as possible and they will take care of the rest. Other places may suggest to only use one single H1 element or a specific number of keywords.
How you choose to optimize is up to you but what the theme does is produce properly formatted html with what Kriesi believes to be good general SEO practices.
The image alt tag information could be from you changing the data in between layouts, or just the difference between how WordPress defaults to adding data to an image vs how its handled through the image shortcode. I’ve never heard of any warnings about over-optimization on it before however and I’m not familiar with SEO Pressor at all or what its actually basing its score on or what it means by too-much/too-little.
Right now the “authority” on WordPress would be Yoast SEO which has a lot of good articles and discussions on best practices: http://yoast.com/
Regards,
DevinHi Michiel!
It looks like you missed a bracket when copying+pasting the css above.
So go to your Quick CSS and make sure to add that second } at the end of the css Ismael provided so that it actually takes effect.
Cheers!
DevinHi alexeastman7,
You must update to the newest version of the theme files to bring the theme up to compatibility with WordPress 3.6+.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Best regards,
DevinSeptember 23, 2013 at 3:59 pm in reply to: My portfolio sorter work not good and how to turn off search? #165181Hi itszy,
You can try this instead for the grid titles:
.grid-sort-container h3.grid-entry-title a { pointer-events: none; }
4) I’m getting no scrollbar on the site now but my guess based on this happening with other users sites is it was a plugin that was adding in some hidden content to your page and causing an overflow in the divs.
Regards,
Devin
Hello Monica!
The first thing to do is re-download the theme files from your downloads on ThemeForest and update them to the newest version (2.2) so that you are working with a theme version that is compatible with WordPress 3.6+.
Then if you re-do the content to use 1/4 columns instead of multiple rows of we can give you some custom css to apply a border on the columns. But otherwise there isn’t any vertical lines/borders available in the advanced layout editor yet.
Cheers!
DevinHi!
What iphone are the screenshots from and can we see the site live?
The headline text had a css change applied to prevent it from not-wrapping on mobile devices in version 2.1 or 2.2 so if you are up to date that shouldn’t be happening.
Regards,
DevinIt may be that way for Posts but try it with a page. You can also check the regular WordPress search results by adding a search widget to your footer/sidebar and duplicating the same search there.
Hi uattah!
The footer is handled by the Widgets you add in Appearance>Widgets and then in each Footer widget area. The default widgets will be replaced as soon as you add your own.
Best regards,
DevinSeptember 23, 2013 at 2:04 am in reply to: Enfold, cannot edit pages on site after adding 2/3, 1/3 and a wo product #164967Hello!
You can add the products you want only for the front page to a specific category and the use the product grid to output only that category into whatever layout you want.
Individual products however don’t have a specific element at this point. You may want to try Woocommerce shortcodes which do have individual products, add to cart etc but it won’t have the same exact styling that products do on normal catalog pages.
Best regards,
DevinHi!
The sidebar for the shop page can be customized in the Appearance>Widgets section of WordPress. The login section on the demo site is actually the login shortcodes for bbPress and is not strictly for WooCommerce.
WooCommerce actually got rid of their login widget from the plugin a few versions ago so you would need to use a third party plugin or something like that to add in a login field to the sidebar via a widget.
Cheers!
DevinHey Nimrod!
As carsten mentioned you can update via FTP by following the video I did on updating with Enfold: https://vimeo.com/channels/aviathemes/67209750
Any CSS changes, as long as they are contained in the Quick CSS or custom.css should be saved but you should back them up in an external file just in case.
If you have modified the theme files themselves, you will need to back up those changes locally and then re-apply them after you update all of the theme files.
Cheers!
DevinHey!
Here is the thing, if you are manually adding this to your header then you will need to do it every time you update the theme (since the theme will overwrite the file).
If you don’t want to use the theme’s field then I would suggest using a plugin that lets you choose where the code gets added in. Once it is added in you just need to view the source of your page and if you see it then its up to google to register it.
As for your code, it looks incorrect on my end but I’m not really an authority on analytics.
Regards,
DevinHello kultura-natura!
In Enfold 2.2 there is a new option available when you are on a Child theme of Enfold. Under the import dummy data is the option to import data from the parent template so you can just use that once you’ve activated the child theme.
Cheers!
DevinHi bizzappsconsult,
The homepage/frontpage is set in your main Enfold theme options. So if you click on the Enfold item in the WordPress admin it will open up the theme options and on that first page you select the front page you want to be displayed.
To change WordPress to be on your index of your site you need to follow this guide (we can’t assist with this part): http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_install
Regards,
DevinAny file that displays the comments form will have that line in it. Right now I believe its only the single.php template for single posts.
Hey jberickson!
Not really any conflicts but you will probably want to re-build the majority of your pages (which is a lot easier with Enfold than with Corona). Depending on how you did the page layouts you may need to on some pages but not on others.
The page builder from Corona has been retired and the new advanced layout builder is now how you handle page layouts but its done on the actual page instead of from the Template builder section.
Enfold also uses a new shortcode structure in preparation for moving the shortcodes to a plugin which will then mean you can migrate the shortcodes between themes and never have to worry about re-doing your shortcodes again. Coronas however will need to be re-done when you switch over.
Cheers!
DevinThe placement doesn’t really matter as long as its on the page. Most prefer it in the footer since it then detects users who do a full page load and it keeps the initial load of the page a bit smaller.
Just make sure you are putting in that entire block of code and not just the number .
Hey graeme_nash!
All transactions are handled by ThemeForest so you’ll need to open up a support ticket with Envato (the parent company) here I believe: http://support.envato.com/
Regards,
DevinHi Chris!
Any reason why you aren’t using the themes Google analaytics field in the main theme options? Any code you put there gets automatically added to the wp_head output which is the “proper” way to add content to the header of your site.
Best regards,
DevinHi Vincent!
The search function should be pulling up the same search that any of the search results would as its just a general search query on your content. I *think* that with WordPress the searches are only querying the page/post content so it wouldn’t ever pull up your pages by page title.
Cheers!
DevinSeptember 21, 2013 at 12:22 pm in reply to: Blog posts text rendering in mobile devices with Avia Layout Builder #164406Hi Mario!
I just took a look at your site on an iPad and my MacBook and I’m not getting any blur on your blog post text at all. I’m not really sure what could be causing it but if can tell us what device and os version you have we can try and find a device with the same specs to test on.
Cheers!
DevinThere isn’t anything that is view-able from the back end in this case that isn’t view-able from the front end.
If you don’t have success on oDesk, I can tag the topic for Kriesi and maybe he can find what is causing the issue. Its unfortunately just not something I’ve come across on any other installation of the theme (or really ever in my case) which is why I suggested trying to remove customizations and any other variables that may be causing things to be different than an initial install.
The comments file is being called by other files within the parent. For example, in the single.php file it gets included by this line:
//wordpress function that loads the comments template "comments.php" comments_template( '/includes/comments.php');
So why would your file not be included? Because the single.php isn’t pointing to your file its pointing to the file in the parent theme includes folder.
You would then need to include the single.php file in your child theme as well so that it points to your child theme includes folder and the coments.php file inside it.
Or, you could include the single.php file and change where it finds the comments.php file(maybe making it just in the general child theme files by changing the line to just comments.php).
Hey Andrew,
Because Apple no longer supports Safari on Windows neither do we so any issues that may be showing on Safari on Windows systems isn’t something we can assist with.
Regards,
DevinGreat! Glad to hear it!
Let us know if you have any other questions or issues.
September 21, 2013 at 2:11 am in reply to: Broken layout in Enfold 2.1 with fixed width/non-responsive option #164329I’m just not clear on what the issue is that you are seeing where the layout is breaking.
A static layout just means the theme doesn’t respond to the width of the site and the layout stays the same. It shouldn’t be breaking or altered in any way other than the width not adjusting to the width of the screen (including all elements within).
Can you take a screenshot or screenr.com video of what layout issue is actually happening where the layout is breaking?
September 21, 2013 at 2:07 am in reply to: Main Navigation is floating in the middle of the page on Android devices #164328Hello!
Just checked the site on my end and I’m not getting the same issue as in the screenshot. If you scroll down suddenly there is a breif instance where it seems to be mid page but scrolling slowly or navigating throughout the site i’m not actually getting it.
This is with 2.3 and 4.1 Android OS.
Cheers!
DevinHi kirzy,
If you have any browser specific add ons with the other computer you may need to disable them. If you are also using something like IE you can try using FireFox or Chrome instead. Make sure any browser you are using is updated as well.
Regards,
Devin
In between removing your custom css are you clearing your cache/checking on other computers? Plugins are definitely a possibility as well.
-
AuthorPosts