Forum Replies Created
-
AuthorPosts
-
Hi krshoffner,
WordPress 3.6 updated its jQuery version and so all themes and plugins that referenced the old version or had jquery which did had to be updated.
See: http://codex.wordpress.org/Version_3.6#Scripts.2C_External_Libraries
Regards,
Devin
August 19, 2013 at 4:16 pm in reply to: Swapping social icons to the right, text to the left: text does not align #136020Hi Arthur,
You need to make those changes only effect your desktop. We’ve added in 2 media queries to your custom.css in the base theme so that you can just paste in the css as needed.
So for your adjustments, you’ll want to putt them in this code:
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
}Right under the ” /* Add your Desktop Styles here */” .
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Hi jh100,
The above is only a partial solution. It will move the sidebar to be generated before the content and then force it to display on mobile devices.
It still needs to be adjusted with css to display correctly and each of the page templates needs to have the code position changed.
Regards,
Devin
Hi TylerDrew,
I’m not sure how it was done but emailing the page author through the contact form is probably your best bet to get a definitive answer.
Regards,
Devin
Hi tglawe,
That should not be the case by default. I use the more tag on my personal site to define everything with more tags so as long as you are adding that into the “Text” tab of your post where you want it then it should be breaking the post at that point.
Regards,
Devin
I added a fix for the special heading which I believe was added into the last version.
You can use the Advanced Layout’s Templates to easily copy over a pages layout/content to another page. In the top right of the advanced layout editor just click on templates and then save one when viewing the page layout you want to copy over.
If you want to use the debug mode you need to be very careful as its putting plain text directly into the database which is why its not on by default. See: https://kriesi.at/support/topic/export-theme-settings-and-templates#post-113775
Regards,
Devin
Hi dejatobin,
You just need to scroll down when filling in the information for each testimonial. There is a URL field that gets defaulted to http:// to give you the correct structure for adding in your urls.
Regards,
Devin
You can see your user activity stream here: https://kriesi.at/support/profile/awilson3rd
Hi mgma,
I don’t have any reference for what you mean. Just looking through all of your previous posts I don’t see any topics relating to it either so I’m just not clear on exactly what you are having issues with or what Kriesi might have said was a bug. As far as I know what you describe isn’t a bug but again, with a bit more context I’m not sure I’m completely clear on it.
Regards,
Devin
August 19, 2013 at 3:35 pm in reply to: Update WP 3.6 + ENFOLD 1.9.1: Error with RSS/Twitter-Widget #135929Hi colorit2,
Try re-uploading the whole framework folder. There could have just been an issue when you first updated those files.
Regards,
Devin
Hi simchippy,
You’ll need to target the .sidebar_right and .sidebar_left classes and add the background image to each for the direction of the shadow. Then place it with some css so that it gets the look you are going for.
Its quite a bit beyond what we can guide you through via support however as it’ll need to be cross browser tested and then css added so that it supports responsive layouts as well.
A good freelance developer should be able to get it done in an hour or two.
Regards,
Devin
Hi Roberto,
You need click the button for “Select transitions”. Then remove the transitions you don’t want to be used. Make sure to scroll to the bottom of the page after doing this and hit Save changes.
Regards,
Devin
August 19, 2013 at 2:58 pm in reply to: Divs are overlapping to the left. Can't figure this out. #135949Hi echosims_inc,
I’m not seeing any overlap on those icon/columns on my end. The one thing I did notice was that the last element on that page needs a bit more padding to prevent a secondary scroll bar. You can either add a whitespace element after its content or add a bit of padding to it with:
#top.home #av_section_3 {
padding-bottom: 10px;
}Regards,
Devin
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Glad you were able to find a solution:)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi ReneBrouwer,
I can’t imagine something like that slipping by Kriesi as he tests on all iOS devices. What version of phone and OS is it specifically? I’ll tag the topic for Kriesi as he is the only iPhone user but any additional information will help him diagnose the issue.
Regards,
Devin
Right now there is a margin added to the h2 elements. So for the promo box + button + heading 2 inside of it you can use:
.av_promobox.avia-button-yes h2 {
margin-bottom: 0px;
}To remove the margin on the bottom.
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi MindSpark,
The theme uses prettyPhoto which has examples here: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
Eg:
<a href="http://www.google.com?iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]" title="Google.com opened at 100%">Google.com</a>
Regards,
Devin
August 19, 2013 at 1:48 pm in reply to: delete navigation in portafolio item page with others items #134879Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi MarieAn,
Correct. The php memory limit is what determines how much memory on your server WordPress is able to use. The bare minimum is 40mb but we’ve found that this is far to low for the Enfold Advanced Layout Editor to work when a users is also using any other plugins that are also even a little memory intensive.
In addition to the above, I typically link to this article which goes over all of the ways in which you can increase the memory limit: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Devin
Hi italiatiles,
Glad you were able to figure it out! For any future posts its important to know that our queue system goes by oldest topic posted to newest so self bumps actually push a topic to the end of our queue.
So next time we’ll be able to answer a bit more quickly if you don’t self bump :)
Regards,
Devin
Hi virtuosodurham,
Change all of your links to *just* anchors. So each url will just be #about or whatever your anchors are.
Regards,
Devin
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi Andrew,
That is definitely possible. The LayerSlider plugin page shows it is actually compatible to IE7 (though the theme is not) so it should work in IE8.
Plugin conflicts are unfortunately a pretty big occurrence with WordPress so its always worth deactivating them when you have an issue to see if there is a conflict.
Regards,
Devin
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi angelinim,
Can we see your page live with the css above in place? That way we’ll be able to see what might be causing it not to work.
Regards,
Devin
August 19, 2013 at 1:33 pm in reply to: Custom Colors for Content Elements, Primary and Highlight Colors – Color Coding #134933Hi Omar,
If you can provide a link to the page and point out the section and items specifically we can assist with the css.
Regards,
Devin
Hi deamon54,
Which section specifically do you want to modify those items? Can you point to them on the demo or on your live url?
Regards,
Devin
-
AuthorPosts