Forum Replies Created
-
AuthorPosts
-
Glad we could help :)
Let us know if you have any other questions or issues.
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.
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
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
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
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
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.
August 16, 2013 at 1:55 pm in reply to: Is there a subscribe content element in the Enfold Theme? #135779Hi tinagianna,
You’ll need to find a plugin that will add something like that.
Regards,
Devin
Hi Heathcliffe,
Thank you for letting us know. I’ve tagged the topic for Kriesi to take a look at!
Regards,
Devin
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
The functions.php file shouldn’t need an opening and closing php tag as the whole file should start with a single opening <?php .
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
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
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
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
Glad Ismael could help :)
Let us know if you have any other questions or issues.
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
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
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
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
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
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
Glad its working now :)
Let us know if you have any other questions or issues.
Regards,
Devin
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
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
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
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
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.
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
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
-
AuthorPosts