Forum Replies Created
-
AuthorPosts
-
September 16, 2013 at 3:25 am in reply to: Blog Fallback Thumbnail Not Working When Adding Blog Posts Through ALB #161527
Hi paulsutton,
Yes, that is correct. If there is no featured image on an item then the container for the blog post gird element does not have anything to expand to. As far as I know this is intended but I’ll tag Kriesi for the ‘official’ word on it.
Regards,
Devin
No, its just re-uploading the files that display the theme data. All of your actual content is saved in the WordPress database. (as long as you have not modified the php files or anything).
You can download a backup of the current themefiles if you’d like just in case.
Regards,
Devin
Hi suthye,
No, not at the moment. What you could do is create an html page for each “speaker” that has that information in it. Then inside your post put a link that opens that content in an iframe using prettyPhoto’s lightbox.
If that sounds like a bunch of gibberish it wouldn’t really work as a quick or easy solution but its the only way to do that in a similar way to what you’ve described.
Regards,
Devin
Glad we could help. Let us know if you have any other questions or issues.
For png files you can use: http://tinypng.org/
and for jpegs you can use http://www.jpegmini.com/
September 16, 2013 at 3:01 am in reply to: Fullscreen easy slider in IE8 background out of proportion #161516Hi DavyE,
Can you try re-creating that color section from scratch. Save in between each step and see if re-generating the whole css/html for the content helps.
Regards,
Devin
Hi cassiano,
The photos that come with the theme when you install the dummy data are fine to use but I believe some of the photos in the PSD are not available without purchasing your own license. You can purchase them from this user on Photodune: http://photodune.net/user/ollyi/portfolio?utf8=%E2%9C%93&sort_by=sales_count&ref=Kriesi
Regards,
Devin
September 16, 2013 at 2:59 am in reply to: Menu link to section ID loses menu in responsive mode #161514Now that the new site is launched Kriesi should be able to take a look at the issue. I know there are 2 topics with this same issue tagged for his attention.
Regards,
Devin
Hi nbermond,
Looking at the site on my end I’m still not seeing the issue. What version of osx are you using? On your end, you are already seeing the same font used in the icon list that the slider uses for its navigation arrows so we know the font is loading in correctly.
You could try either re-installing Firefox or if you have any browser plugins turning them off.
Regards,
Devin
September 16, 2013 at 2:54 am in reply to: Icons and arrows not displaying properly in firefox and IE #161511Glad you were able to fix it and I hope that solves the issue for nbermond. If not, just make a new topic with a link to your site/page showing the issue and we’ll address it there.
Thank you,
Devin
September 15, 2013 at 11:50 pm in reply to: Enfold not showing Italics text from word Import #161485Hi rahrens,
With HTML5 we no longer use <i> for italics so the theme just doesn’t have any styling for it. 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:
i { font-style: italic; }
Which will add in styling for it so that when you do use it the font will be properly italicized as you want.
Regards,
Devin
Pretty much. The customize link will take you to the WordPress customizer which the theme doesn’t use at the moment so no real need to use it.
I’ll add it as an issue to see if we can hide the link from view so it doesn’t cause issues for anyone else.
Hi Soren,
Instead of clicking on Customize to change the theme visuals and options just go to the left hand “Enfold” menu option.
See this video for the basics in getting started: https://vimeo.com/channels/aviathemes/64927356
Regards,
Devin
September 15, 2013 at 11:24 pm in reply to: ISSUE: Insert Shortcode in Post Edit View deletes all other content #161477Hi mailworm,
Have you tried disabling all other active plugins? It sounds like there is a failure int he ajax stuff going on behind the scenes to save your data. Typically this is associated with either a low server memory so the process is timing out or a conflict with some other code (plugin/dropin) which is preventing the normal process of adding in shortcodes via the magic wand and modal windows.
Regards,
Devin
Hi geoffneck
As far as I know the plugin doesn’t have an option for that.
Hotspots may be possible by using a transparent image file with a link attached to it but otherwise no I don’t think there is a specific hotspot option.
Regards,
Devin
Hi leaf-out,
Can we see the site live with the post name permalinks set to on?
If there is a general permalink issue the best thing to do is try the codex troubleshooting tips here: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
Regards,
Devin
Hi Darryl,
Posts don’t have support for the advanced layout editor so are you using the shortcode button (magic wand) to bring up and then insert the content?
And if you want to create a temporary admin account for me I can log in and take a look like.
You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)
Regards,
Devin
September 15, 2013 at 2:47 am in reply to: Poor quality thumbnail images in portfolio gallery #139984On my end at least the images in that section are clear:
The only thing I can suggest is to install the them by itself in a new sub domain, sub folder or separate WordPress installation and test out the text editor/advanced layout editor without any plugin conflicts.
Hi DavyE,
I would need to see your site live but from the description I think this is a flaw in touch devices in general. They have no hover effect and the browsers hack the way web code is rendered to provide fake hover options for certain things.
Regards,
Devin
Hi comitzuu,
There have been hundreds of suggestions and feature requests for the theme and as always we never guarantee that any suggestion or feature request will be included or when.
1) This is somewhat difficult and needs to be done custom for the specific image/link depending on how you are adding it in. If you can link to the page we can try and assist as best we can.
2) The prettyPhoto close button is in the top right.
3) I’m not sure what you mean. The theme has support directly for video using the Video element/shortcode in the advanced layout editor and with the lightbox plugin (prettyphoto) but as of right now there is nothing else in place.
Videos on your frontpage are controlled by you and how you add them to your layout.
Regards,
Devin
Hi airbur,
The shop page operates differently. WooCommerce takes complete control over its output so in order to change it you need to either use Woocommerce php templates or custom filters/actions with php.
See: http://docs.woothemes.com/document/template-structure/
For the sidebar content, the sidebar will get pulled from the widget area for all pages, then the regular pages widget area and finally the shop page widget area. You can use a plugin like this to get more control over specific widgets using conditionals: http://wordpress.org/extend/plugins/widget-logic/
Regards,
Devin
I’ve answered this on your other topic with the same question here: https://kriesi.at/support/topic/wp-loginphp-points-to-wp-admin-loginhelp?replies=4#post-140922
I’m not really sure what mean the issue is. WordPress’s default behavior is that when you try to go to wp-admin or any admin menu it sends you to the wordpress login screen.
The theme has no effect on this.
What part of it did you copy to your child theme? Did you include the entire function so that it completely replaces the parent function?
September 13, 2013 at 1:00 pm in reply to: Is it safe to update site with Enfold theme to the new WordPress 3.6.1 ? #140790I have no issues on any of my sites but everyone should upgrade asap anyhow since the patch has a security fix included :)
Regards,
Devin
Looks great THP!
Hi sach,
The site you listed actually has the same icon display as the theme: http://kriesi.at/themes/enfold/shortcodes/tabs/
Either way thank you for the suggestions :)
Regards,
Devin
Hi Lea,
You can play with the values to get the form centered a bit better. Its a hack since there isn’t an auto center setting within css and its reliant on the values in the css.
Regards,
Devin
-
AuthorPosts