Forum Replies Created

Viewing 30 posts - 6,691 through 6,720 (of 8,514 total)
  • Author
    Posts
  • in reply to: Additional site background image? #133804

    Glad we could help :)

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

    in reply to: Only 2 slides working on LayerSlider / Blank slides #134965

    Looks like all slides are working on your site at the moment. My guess is that after updating your local cache had not changed and so you were still seeing the issue.

    in reply to: Easy Slider IE #135422

    Hi Marssolutions,

    If you are using WordPress 3.6 you *must* be using Enfold 1.9.1+ for the sliders to work correctly.

    Otherwise we can inspect your site live and see whats going on live.

    Regards,

    Devin

    in reply to: Issue with Layer Slider Images #134426

    Hi Chris,

    It depends on what field you put the content into. If its the ID then your selector will be #idname {} . If its a class then it will be .classname {} .

    Title, alt and rel are not css selectors.

    See: http://www.w3schools.com/css/css_syntax.asp

    Regards,

    Devin

    in reply to: responsive concept #135585

    Hi Sebastian,

    This is a good primer on what responsive design is and how it works: http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/

    CSS and Javascript are used with the theme do do various effects but the majority of the responsive changes are done with css. To adjust anything you would create and add new css to the custom.css file and you can use the pre-set media queries as models.

    For #3, it sounds like the menu width is just a bit too large for the layout. You can either decrease the spacing of the items, the amount of menu items or change the size the menu adjusts to the responsive menu following this post: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320

    #4, I can’t really say but most likely the theme is not adjusting anything with the uber menu so you would need to make responsive changes to it directly.

    Regards,

    Devin

    in reply to: Is Enfold as Robust as Genesis 2 ? #135824

    Hi odac25thka,

    Genesis and Enfold are completely different things. Genesis is a framework while Enfold is a theme so the comparison is somewhat hard to quantify.

    For your specifics:

    1) Yes, the theme is SEO optimized but SEO is an ever changing area of the web that isn’t a one off issue. You should still use a plugin like Yoast SEO and follow up with the guides and tutorials from sources like Yoast or wherever/whatever particulars you want.

    2) For the most part I believe so. I don’t keep track of all of the specifics for the various schemas but we add new ones in as they are needed/become necessities.

    3) You’ll need to decide for yourself. I’m not a fan of Genesis and I’m also not sales but as they are two completely different things its apples vs oranges.

    4) Again, Apples vs. Oranges. Genesis is a framework where Enfold is a theme.

    Regards,

    Devin

    in reply to: Modify "table.php" on a child theme #135193

    It depends on exactly how your functions.php file looks. Basically, you don’t open and close php if its already open.

    So you could either need to use:

    require_once( 'table.php' );

    or

    <?php require_once( 'table.php' ); ?>

    If this is still not clear, I would suggest just having a freelance developer make the changes to your child theme for you or directly editing the parent theme and then making a change log and back up so that you can freely update and then re-add your changes later.

    Also note that by including this file instead of the themes, any bug fixes to the parent will not get carried down to the child so you’ll need to check for changes to it on each update.

    in reply to: Is there a subscribe content element in the Enfold Theme? #135779

    Hi tinagianna,

    You’ll need to find a plugin that will add something like that.

    Regards,

    Devin

    in reply to: Small BUG in the "You might also like" blog posts #135369

    Hi Heathcliffe,

    Thank you for letting us know. I’ve tagged the topic for Kriesi to take a look at!

    Regards,

    Devin

    in reply to: Import Dummy Data – NOT WORKING!!! #131490

    Unfortunately it sounds like there was or is an issue with your installation. As I originally responded 99% of the time its this simple https://vimeo.com/channels/aviathemes/64927356

    The content is just xml data which is how WordPress saves its exports and will normally import data as well.

    Another option is always the big one which is to just re-install wordpress from scratch and then the theme and import the data then with nothing else installed.

    Regards,

    Devin

    in reply to: Modify "table.php" on a child theme #135191

    The functions.php file shouldn’t need an opening and closing php tag as the whole file should start with a single opening <?php .

    in reply to: No Avia Editor for Custom Post Types #135338

    Hi pmconsulting,

    All I can really say is to make sure you have followed the video exactly. It isn’t really a supported tweak but just something Nick had enough requests for to make a video to show a quick how to.

    Beyond that though, aside from doing it for you there isn’t really anything else we could do.

    Regards,

    Devin

    in reply to: Logo Alt & Title Text #135310

    Hi jamesmac007,

    As chronospd suggested the file within the framework can be modified for now. I believe its been flagged for an update on git so there should be a fix for this in a future update.

    Regards,

    Devin

    in reply to: logo position in header #134696

    Hi Hojoon,

    You’ll need to do more than what we can assist with to get that layout. I would recommend looking into a freelance developer who can make the needed css changes and customizations while still keeping everything cross browser compatible and responsive.

    Regards,

    Devin

    in reply to: CSS for Contact Form #135020

    Hi vadi4ek,

    This isn’t really something you can add to a child theme easily as if you do, it means you won’t actually be updating the framework file in which in turn causes big problems when the framework is updated.

    So for this, you’ll need to keep a changelog.txt of your own and just put a link to this topic, the file name and location you changed and the line of code you modified.

    Regards,

    Devin

    in reply to: How to make slides in Easy slider clickable? #135179

    Glad Ismael could help :)

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

    in reply to: Fixed header not squeezing when scrolling on ipad. #135165

    Hi chronospd,

    Sorry we couldn’t find a solution but there should be a big update coming in the next month or so for 2.0 which may be able to fix or adjust the header more to your liking.

    Regards,

    Devin

    in reply to: IE8 Specific Stylesheet / CSS Callouts? #135332

    Hi Tom,

    See: http://css-tricks.com/how-to-create-an-ie-only-stylesheet/

    You could also try using this plugin to force IE8 to work with the newer web technology a bit better: http://wordpress.org/plugins/html5shiv/

    Regards,

    Devin

    in reply to: Menu being squeezed on Internet Explorer 8 #134789

    Hi UKiain,

    I’ve tagged the topic for Kries to take a look at. It seems the grid for the layout on the default size is a very small 910px which is causing the elements in the header to overlap.

    In the meantime, you can try installing this plugin to force IE8 to act a bit better: http://wordpress.org/plugins/html5shiv/

    Regards,

    Devin

    in reply to: [LayerSliderWP] Slider not found #135327

    Hi penumbra,

    Where exactly is this showing up? Do you mean its getting output in the front end or in the backend editor?

    If you have any plugins installed first deactivate all of them and see if that helps.

    Regards,

    Devin

    in reply to: ShareThis on Latest 1.9.1 Enfold #134476

    Hi phangmoh,

    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:

    .bbp-forum-content .st_facebook_vcount,
    .bbp-forum-content .st_twitter_vcount,
    .bbp-forum-content .st_email_vcount,
    .bbp-forum-content .st_sharethis_vcount {
    display: none;
    }

    You should however be able to change the settings on shareThis as this is really just a bandaid. I would suggest checking the support forums for shareThis and bbPress as this is really more in their realms of expertise than ours.

    Regards,

    Devin

    in reply to: Contact Form Problem #135241

    Hi Ken,

    I have no idea what could possibly be causing this. The contact form is in no way related to blog posts and I’ve never heard of anything like this happening or experience anything close to it first hand.

    If we can look at the site or get more details maybe we can spot something but the form and posts are just completely separate entities.

    Regards,

    Devin

    in reply to: After update breadcrumbs has become weird #134954

    Glad its working now :)

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

    Regards,

    Devin

    in reply to: Layerslider -Zoom and Reposition Loop -Instructions #135246

    Hi N,

    The best advice I can give for setting up things with the LayerSlider is this video http://www.youtube.com/watch?v=ZY9SxVyugx4

    I’ve really not even been able to experiment with all of the possibilities that the LayerSlider provides so a bit of experimentation on your part is going to be needed to try and find the effect you are looking for.

    Regards,

    Devin

    in reply to: Menu overlap on ipad portrait #135531

    Hi artistic24459,

    See if this post helps you: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320

    You can change the pixel width the theme switches to the mobile menu in both the javascript file and the new css and play with a number that works for you. So going up to say 980px would make it switch on just about all tablets and mobile devices but also some smaller laptops/netbooks.

    Regards,

    Devin

    in reply to: URGENT: LAYERED NAV FOR PORTFOLIO #135547

    Hi italiatiles,

    WooCommerce is your only choice for something that is close to that. You’ll still need an extension or plugin to get the full ajax loading effects with the price slider and other features.

    Regards,

    Devin

    in reply to: Posting in 3.6 with Version 1.9.1 #134132

    Glad we could help :)

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

    Regards,

    Devin

    in reply to: Layout seems to be breaking #134148

    Try disabling JetPack first. It causes all kinds of issues and while I don’t think it should or could here, it very well could be.

    When changing to one of the responsive layouts, make sure to clear your cache and refresh the page a few times to make sure you are viewing the changes live.

    Right now this isn’t happening for anyone else so we need to find the issue that is effecting your installation specifically.

    in reply to: Error in Avia layout builder #134063

    Hi Hojoon,

    I sent you a response as the account needs to be an admin.

    I’m going to close the topic for anyone else since this kind of thing can be cause by a huge number of variables and it needs to be taken on a case by case basis.

    If you aren’t using 1.9.1, you must be if you are on WordPress 3.6. If you don’t have at least 96mb of php memory for WordPress to use, you will need to do so as well.

    Regards,

    Devin

    in reply to: Instant search not matching search results #134318

    Hi rapinion,

    Not that I know of no. The theme is just using the WordPress query which you can read a bit more about here: https://codex.wordpress.org/Class_Reference/WP_Query#Search_Parameter

    Regards,

    Devin

Viewing 30 posts - 6,691 through 6,720 (of 8,514 total)