Forum Replies Created

Viewing 30 posts - 5,761 through 5,790 (of 8,514 total)
  • Author
    Posts
  • 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

    Hello 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,
    Devin

    in reply to: Logo problem within Citrix / IE8.0 #165184

    Hi 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!
    Devin

    in reply to: Layer Slider Gone Haywire #165182

    Hi 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,
    Devin

    in reply to: My portfolio sorter work not good and how to turn off search? #165181

    Hi 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

    in reply to: Add Vertical Line #165180

    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!
    Devin

    in reply to: Problem with Portrait view on iPhone #165179

    Hi!

    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,
    Devin

    in reply to: Instant search not matching page results #164979

    It 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.

    in reply to: How do I edit the footer in the Enfold theme? #164977

    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,
    Devin

    Hello!

    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,
    Devin

    in reply to: How to set up woocommerce like the demo site? #164965

    Hi!

    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!
    Devin

    in reply to: How to update the Theme version? #164826

    Hey 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!
    Devin

    in reply to: Cannot access Editor #164824

    Hey!

    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,
    Devin

    in reply to: Activate child template and keep setting #164821

    Hello 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!
    Devin

    in reply to: Publish Website #164717

    Hi 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,
    Devin

    in reply to: Child theme functions-enfold file #164531

    Any 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.

    in reply to: Theme Conflict #164453

    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!
    Devin

    in reply to: Cannot access Editor #164452

    The 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 .

    in reply to: How to get a refund? #164451

    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,
    Devin

    in reply to: Cannot access Editor #164410

    Hi 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,
    Devin

    in reply to: Instant search not matching page results #164408

    Hi 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!
    Devin

    Hi 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!
    Devin

    in reply to: Issues with Safari browser #164405

    There 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.

    in reply to: Child theme functions-enfold file #164403

    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).

    in reply to: Problems with Safari 5.1.7 on Windows #164402

    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,
    Devin

    in reply to: I'm having a problem after the update. #164341

    Great! Glad to hear it!

    Let us know if you have any other questions or issues.

    I’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?

    Hello!

    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!
    Devin

    in reply to: Problem with creating a portfolio item gallery #164139

    Hi 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 reply to: Issues with Safari browser #164118

    In between removing your custom css are you clearing your cache/checking on other computers? Plugins are definitely a possibility as well.

Viewing 30 posts - 5,761 through 5,790 (of 8,514 total)