Forum Replies Created
-
AuthorPosts
-
Hi chryseis!
What version of Safari are you using and on what OS?
Best regards,
DevinYou can downgrade your version of bbPress to use the same version Kriesi has on the demo and it will have the same exact styling and inheritance.
The 2.4 version of the plugin is what is being displayed with the “old” style of forums you see in the demo. The download from the bbPress SVN is here: http://downloads.wordpress.org/plugin/bbpress.2.4.1.zip
I’ll explain a bit further on the demo data as I recorded the video and wrote all of the docs. The demo data is there to assist the user so they don’t have to re-create every single element. Some content we don’t force on to users because it can cause a lot of additional resources to be used. Things like bbPress, WooCommerce, GravityForms are all extra data that don’t *need* to be present to use the theme.
So from here what you can do is install bbPress 2.4.1, not update it to 2.5+ which uses a new different style of forums and you will have the same look as the demo. In time, Kriesi will update Enfold to the new styling on the demo site and may change how the theme integrates with its styling.
When I say we are not support for bbPress what I mean is that we aren’t the developers of the plugin. Just like with WooCommerce the theme has support *for* the plugin. This means it will work with the theme but we don’t actually do support for it or in helping to get it set up. bbPress has their own site and support forums for any issues that come up when using it and are much more equipped to answer customization questions, troubleshooting etc.
Hi!
The only way to see the actual html generated is to inspect the source on the front end. You would just be seeing the shortcodes if you switched from the advanced layout builder to what code creates it.
Regards,
DevinHey wethepublic!
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:
@media only screen and (max-width: 767px) and (min-width: 480px) { .responsive .container { width: 96%; margin: 0 auto; } }
Regards,
DevinHey!
It could just be a delay in the script or as you said a glitch that can happen from partially loading in the page.
The effect is just a css animation and its delayed by the viewer “seeing it” . With a short page or a viewport where the div that holds the icons is partially seen before you scroll down could make the animation happen before you fully see the icon.
Best regards,
DevinI see what you mean now. No unfortunately with the way columns are coded right now each row is its own entity. The sidebar stands outside of the divs holding the column content so it can expand down on the right hand side while the 1/3 columns stack on the left.
I don’t think there is any other configuration for that.
Hi SteveOh_UK!
No, not easily. The icon font loads in the font code for each character which is then output.
So you would need to hide the text and add a background image with your icon for each use and then modify the padding/height/width as needed to have it show correctly.
If you could change the icons into svg format you could then create your own icon font on fontello and then add that icon font into the site following the guide here: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Regards,
DevinWhatever was set yesterday when I looked had no warnings at all (full green lock in chrome). Currently it isn’t loading in any stylesheet.
Hi oliviad!
Not without either a plugin attempting to modify the excerpts or a custom function. WordPress doesn’t allow html in excerpts and strips it of code, shortcodes and formatting by default.
Regards,
DevinJanuary 22, 2014 at 7:04 am in reply to: MULTIPLE IMAGES IN GALLERY – REDUCE THE NUMBER SHOWN #213185Hi silviouk!
No, unfortunately not with that element. It doesn’t have a paging function or anything like that built in to it right now.
You would probably want to look at using NextGen or another gallery plugin which typically have more robust and deeper mass image management functions built in.
Regards,
DevinHey harst53!
It depends on how custom you want the content. You could always filter your posts with a custom function that outputs a shortcode or static content but that wouldn’t be very dynamic.
The easiest way, but also the most manual, would be to insert the content you want to show after each post as a shortcode with an HR element before it to somewhat break it away from the regular post data.
Best regards,
DevinHi!
Who is the hosting provider? Also try deactivating all plugins and not just forcing a deactivate with the plugin folder rename. Some things are only done on actual plugin deactivation so checking to make sure its not a simple conflict like that is a quick thing to run through.
When you’ve got the theme showing in your themes area, what happens when you preview it? Does anything show?
Regards,
DevinGlad we could help. Let us know if you have any other questions or issues.
Hi!
The overall container also needs to be adjusted:
.boxed#top { width: 1310px; }
Based on whatever size you choose for the internal containers.
After there still may need to be some additional tweaks on items but that is the gist of the changes. Identify the containers and increase their values from the grid.css file. I would suggest having a freelance developer go through and create a new grid width you can use so that everything stays cross browser compatible. Customization like this is outside what we can cover through support but we will often assist if possible the changes are just not further supported.
Best regards,
DevinJanuary 22, 2014 at 2:47 am in reply to: Setting up Portfolios in ENDFOLD. Newbie to WP+ENDFOLD #213147The portfolio grid lets you output portfolio *items* in a grid format.
You choose the categories to show and they are then loaded in on that page. So you can have a grid of portfolio items on any page you like.
Hey mcuria!
I’m getting no warning about insecure content when viewing the site right now. Is it with a logged in user or something like that?
Best regards,
DevinJanuary 21, 2014 at 11:43 pm in reply to: Setting up Portfolios in ENDFOLD. Newbie to WP+ENDFOLD #213052Everything I would say to explain it is here: http://kriesi.at/documentation/enfold/create-new-portfolio-item/
I know you mentioned reading the docs so that may be something you’ve already read. If not, give it a read and see if it helps.
The gist of it is that each portfolio item is a page you create. Its content is blank until you add something in just like any other page. The featured image is what gets used to represent that portfolio item when using the Portfolio element in the advanced layout builder.
So for every single portfolio item you create you must set a featured image.
Then below the regular visual editor is the section for configuring how that specific item will show if you use the Ajax portfolio style. That is where the portfolio items open up on the same page as the grid.
Hey frvill!
It is unfortunately not supported right now. The masonry element because of its layout/output is designed only to be its own self contained full width element.
I know others have tweaked and hacked it into other areas but its not something we can assist with .
Best regards,
DevinJanuary 21, 2014 at 11:35 pm in reply to: Use of mobile detect plugin together with Advanced Layout Builder #213045Hey!
With the same selector you could try limiting its width by adding a margin on each side of it with something like:
.sectionname { margin: 0 20%; }
Regards,
DevinJanuary 21, 2014 at 11:33 pm in reply to: yoast wordpress seo: how to discourage plugin from indexing some links #213042Hey!
Yes, that is correct. The plugin settings are the only way I know of controlling how the plugin reads the site/outputs its data.
Cheers!
DevinHey!
Unfortunately I’m not sure any of us have a specific time frame of availability. You can use something like a coming soon plugin to keep it open for non-logged in users which should give the same effect without the need for us giving out IP’s.
Best regards,
DevinHi Bogusz!
Can we take a look at the site live so we can inspect it?
For the blog output, if you deselect the blog page from the theme options you can then use the advanced layout editor “Blog” element in a page and choose how the blog feed is displayed.
As long as your menu points to that page as the blog then it will output your feed like normal.
Regards,
DevinHey jmaguirrei!
That effect is done with a color section and then giving that color section a background and setting it to be fixed.
I do that effect in this demo video: http://vimeo.com/channels/aviathemes/64927358
Cheers!
DevinHey wss310!
Can we take a look at your site? We’ll inspect your custom.css and make sure the css is added in correctly.
Regards,
DevinWe are trying to find a fix/solution/change for this still but my guess would be its getting effected by something else within the theme’s scripts that we aren’t aware of. This, along with the other topics with the same or similar question are tagged for Kriesi to take a look at asap.
You’ll need to look in the config.php file in that case. There are individual wrappers for the different sections that you could use to wrap the events calendar template elements as needed.
January 21, 2014 at 8:52 pm in reply to: How to copy a page created with advanced editor to another domain? #212947Hi!
If you enable the advanced layout builder debug field on each domain you can copy the raw shortcode data from one and paste it into another.
Just be careful if you edit it as the field modifies the data directly and if a shortcode gets incorrectly edited it may need to get re-made as the builder wont be able to open up its dialog window any longer.
Edit: forgot to include the link to the docs on enabling the field: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Cheers!
Devin-
This reply was modified 11 years, 6 months ago by
Devin.
January 21, 2014 at 8:50 pm in reply to: Setting up Portfolios in ENDFOLD. Newbie to WP+ENDFOLD #212946Hey Juan!
For each of your portfolio items are you setting the featured image using the featured image meta box on the right hand side of the editor?
Best regards,
DevinKriesi.at is not the demo for the theme.
The demo is here: http://kriesi.at/themes/enfold/forums/
That page is using the default, un-altered bbPress forum set up following the guides from bbPress for which we are *not* support for. If you set up forums using bbPress then that is the result you will get which inherits the theme’s styling options.
Full bbPress docs can be viewed here: http://codex.bbpress.org/
The demo data doesn’t include some pages and settings which aren’t able to be imported like bbPress settings. For everything else Kriesi has tried to include as much demo data as possible to show examples of everything without weighing the import down so that a user doesn’t have to delete a lot of extra pages, posts, images and settings which are really only useful as a demo and not something that could be modified to fit a need.
Hey!
Try using a different browser with no extensions running. Also, when you switch themes it doesn’t effect the theme settings as they are all saved in the database unique to the theme name.
Best regards,
Devin -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts