Forum Replies Created
-
AuthorPosts
-
If you send me an email I can forward it over to you: devin [at] kriesi.at
Hi reijgie!
bbPress isn’t actually a mandatory plugin. Its mislabeled and needs to be changed. You can delete it from your plugins directory.
With JetPack also having issues however it sounds like there isn’t something working correctly on your WordPress install with your plugin installation. See if you get the same issue when using any of the default WordPress themes (twenty_).
Regards,
DevinHey!
Try also adding in these:
.responsive .logo a, .responsive .logo img { max-width: 300px; height: auto !important; } #advanced_menu_toggle, #advanced_menu_hide { right: -26%; }
Best regards,
DevinMarch 17, 2014 at 5:38 am in reply to: Possible bug: blog posts grid 4 column IPad image scaling #238466Hi TheMediaman!
Can we see an example on your site? I’m not having issues on my own live install with 4 columns.
Cheers!
DevinHi Katherine!
You will always have issues with your main menu if it has 100+ items. WordPress just tends to start having issues processing and saving that many items.
Otherwise its for user experience and how you want to show the menu data.
Best regards,
DevinHi Matt,
No, it can’t be put back in as far as I know. You would need to re-upload 2.5.4 with the previous header setup.
Regards,
Devin
March 17, 2014 at 1:35 am in reply to: Portfolio Item's Own Page, and a Portfolio Grid placed in it #238442Hi!
Yes, you would be able to add it to your child theme.
Regards,
DevinHey!
You can play with these values in a desktop only media query to move the menu around on desktop views:
#top .main_menu #avia-menu > li > a { height: 100px !important; line-height: 108px !important; margin-top: 20px; padding-top: 10px; }
Regards,
DevinHey!
As far as I know WordPress does not allow more than a single comment stream per page.
Regards,
DevinHi!
I’m not seeing any cut off on the site you referenced. If you were using a caching plugin you would need to completely clear its cache after the update to make sure there were no major issues.
Right now though in testing i’m not getting any issues.
Cheers!
DevinMarch 17, 2014 at 1:08 am in reply to: Post Slider: need to show full story and button content element #238432I’ve tagged the topic for Dude so he can login and take a look.
March 17, 2014 at 1:07 am in reply to: Stretch to Fit for Color Section Video Mobile Screen Fall Back #238430Did you add an image background to that specific color section?
Hey!
You could duplicate the first two snippets and add img to the end of the selector so that it targets images.
Adding everything to the child style.css is the preferred method.
Cheers!
DevinHi!
No, that shouldn’t be the case. The media library doesn’t recognize the thumbnails generated with the WordPress function to create them so the ones in the media library aren’t thumbnails but are the same file(s) uploaded multiple times.
Best regards,
DevinHi!
As mentioned above the documentation has a how-to on removing it: http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Cheers!
DevinHey!
Kriesi commented in another topic on the same issue that he was looking into it and hoping to have a fix out asap. I’ve tagged him on this topic as well so if he has a quick fix he can add it to both topics before pushing out the update to ThemeForest.
Regards,
DevinHi paulrt27!
When editing any one testimonial you need to scroll down on that pop up to edit the link and url fields.
Cheers!
DevinYes, you would need to re-add them into the theme after updating or move them into a child theme along with your theme options (styling etc).
Hi Gary!
Sounds like the server is either timing out because of a size limit or just a time limit. You can upload the theme easily over FTP which will also give you more control on setting up a child theme as well. See: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Cheers!
DevinHey sgulick!
There is only ever one version of the theme download from your account on ThemeForest which is the most recent version. It won’t show as any specific number but right now it is the newest 2.6 version.
Best regards,
DevinNo, that isn’t possible to swap an entire element out with another on mobile only.
Is the logo fixed from this topic: https://kriesi.at/support/topic/enfold-update-errors-help/
Please do not start similar topics with overlapping questions. It makes it much harder for us to answer effectively and for others to search+find answers.
Hi stephenturner!
Follow along with this video and instead of adding in a color section add in the fullwidth easy slider at that step: https://vimeo.com/channels/aviathemes
Cheers!
DevinMarch 15, 2014 at 9:11 am in reply to: Unable to install fresh theme via WordPress dashboard #237981Uploading through ftp or through your hosts file manager will both work. As long as the unzipped folder is in your themes folder then WordPress will recognize the theme correctly.
Even if your host has a 150mb upload limit WordPress itself may have a lower limit. Often times one click installs will cap it at 2mb or 4mb depending on the host.
In the themes css folder open up the print.css file and add this to the header section which starts on line 84:
.html_header_top.html_header_sticky #header { position: relative; }
Hi Zakkery!
See: https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356
Cheers!
DevinYou can read more about child themes here: https://codex.wordpress.org/Child_Themes and the video goes over naming as well: http://kriesi.at/documentation/enfold/using-a-child-theme/
The answer to 1,2, and 4 is in my response above: you would need to change the name of the theme folder and the name of the theme in the style.css folder.
For 3, you can’t have two themes with the same name, even as parent:child themes.
Hey pirohmaniac!
Your CSS needs to have higher priority than what the theme already has in place. So if you want every single link on the entire site to have an underline when hovered you could force what you have now with !important but that is probably not what you are looking for. (ref: http://www.w3.org/wiki/CSS/Training/Priority_level_of_selector).
If you want it only in the typical content areas then you would need to do something more like this:
#top .entry-content-wrapper a:hover { text-decoration: underline; }
Regards,
DevinHey Labhanshi!
If you use a child theme you can name it whatever you want. There is no way to change the parent theme name and keep it that way for each update. You would need to change the parent name each time you updated.
Actually changing the name would be done on the folder name and then in the style.css.
Cheers!
DevinHey ryan_jess!
If its created in the backend then its published on the front end. What makes you think it isn’t however?
Best regards,
Devin -
AuthorPosts