Forum Replies Created
-
AuthorPosts
-
With how many options are available, it unfortunately is best to just try things out.
For the specific questions, you can enable/disable the header which shows the page title and breadcrumbs from the layout meta box on the right hand side of the screen when editing a page.
The shortcodes are actually all of the elements that you add using the Advanced Layout Builder. When not using it, you add them in to the regular visual editor using the magic wand icon.
The socket is the very bottom of the page where the copyright text is.
The Front Page is just that, its the home page of the site where visitors to your domain first land. So if you see that in the admin bar its because you are currently on that page and can edit it directly instead of going to Pages>Front Page in the wordpress backend.
Hi yardena,
You would need to do a single 1/3 element and a single 2/3 element and put all your content inside those two elements. There isn’t a way to do tell a single element to stretch the page vertically while also adding other layout elements throughout the page.
So it would be 2/3 1/3 and everything for that page inside those two layout elements.
Regards,
Devin
I deactivated the WP Coming Soon and Jetpack and the error seems to be resolved now after making a test page.
Regards,
Devin
Hi solviouk,
The forum plugin is bbPress and they have lots of documentation on its use here: http://codex.bbpress.org/
Regards,
Devin
Hi dweb,
Try saving your larger images to 694px wide and 562px tall for those images. The current size is larger than that space and I think the slight loss of quality is due to the compression to fit the smaller space.
Regards,
Devin
Hi artistic24459,
I’m not completely clear on what you mean. Are you saying your site doesn’t look right on mobile but the demo does? Or something else?
Can you elaborate a bit and link to your live site so we can take a look at it as well?
Regards,
Devin
Hi meanster99,
With the requirement to have 8 columns that is just about your only option.
The way I approach these issues is to decide what theme features I want to use and then try to adjust around that. With your requirements, I would say the current approach is probably the best though a bit cumbersome.
Another way would be to make each performer a single portfolio item and then add a category for every region you have in addition to male or female. So your categories would be the groups you wanted to show instead of just male/female and region; ex – Female Performers in London.
Then you just create a page showing that Female Performers in London category and each individual can be selected to display their ‘profile’ type information which is really just a single portfolio item.
It doesn’t give you the 8 column grid, but its an alternative.
Regards,
Devin
May 1, 2013 at 1:10 pm in reply to: Making the Responsive Dropdown Menu Appear at Larger Resolutions #116637Hi All,
In the theme files open js>avia.js and look for the following line where you can change that:
switchWidth = 768;
Regards,
Devin
Hi Alexia,
If these are images that were already on your server (not newly updated) they may just need to have their thumbnails regenerated. Try using this plugin to do that and see if it helps: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Regards,
Devin
Yes, create a new temporary admin account and I will take a look at whats going on.
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 :)
April 30, 2013 at 9:21 pm in reply to: Turning off bouncing circle image for certain images hrefs #116383Hi Monsoon,
Yes at the moment its an all or nothing change unless you targetted the individual images. I’ll put it on our ever growing list of things to look at as options however :)
Regards,
Devin
Hi maratino,
Can you give us a specific example with a live link to the site and page. Also, the exact layout you are using either with shortcodes or the template builder so we can try and re-create the same error.
Regards,
Devin
Even if a plugin is critical, it can still be coded poorly or just have a conflict because of the way it integrates with the wordpress admin.
Installing the theme files on top of themselves shouldn’t cause you to lose any data as all of the data is stored in the wordpress database and just changing the files doesn’t effect it unless you instruct wordpress to do so.
Regards,
Devin
Hi DavyE,
Not that I know of but I’ve tagged the head of support on the topic to see if he has any insight.
Regards,
Devin
Hi cmdiggs,
First try disabling all active plugins installed on your wordpress install. Next try switching from the Advanced Layout Editor to the regular visual editor and adding some test text content then saving the page. Then save the page and try using the advanced layout editor again and see if everything fully loads for you at that point.
Regards,
Devin
You can save templates when in the advanced layout editor on right right hand side of the elements tabs where it has the ‘Template’ button. I’m not sure if they save the category options but that is your best route to try.
As for the random/sort, no I don’t believe so. I’ll suggest adding a random function for them in a future update however.
Regards,
Devin
Hi Sebastian,
I believe you can just set the individual post Excerpt text in the wordpress excerpt field for each post.
Regards,
Devin
Hi bluemoonink,
I prefer it simply because it allows me to have control over the end result just a little bit more. If you also start with a base size, you know every other percentage css is based on a base size.
But you are always open to changing things as you want :)
Regards,
Devin
April 30, 2013 at 10:33 am in reply to: YouTube logo does not appear on the Social Icon header drop down menu!!! #116263Hi Ariel,
There is no icon with the icon font used so if you want to add it in you can add a new option for it in includes>admin>register-admin-options.php after the vimeo option on line 779:
'Vimeo' => 'vimeo',
'Youtube' => 'youtube',You would then need to style the youtube class with your own icon as the background image and give it a defined width/height. Kriesi said that if/when an icon becomes available it will be added in.
Regards,
Devin
Edit: May be able to be added in shortly, will fully update when I know one way or another.
Hi Frank,
That is a pretty good way to do it actually. Its all just a matter of taste and if it works for you then it works :)
Regards,
Devin
Unless you have edited the theme files specifically, I would suggest replacing all of the theme files since there have been so many updates released already.
Its a DIY plugin (just a function really) and I’m not sure what support it will have with 3.5.1 but give it a try: https://gist.github.com/bueltge/2930032
Hope that helps :)
Regards,
Devin
Hey DavyE,
You can add your own CSS write from within wordpress using the Quick CSS option. There shouldn’t be any reason to edit the theme’s actual CSS files (except custom.css) as then you wouldn’t be able to easily update the theme as new features and bug fixes are released.
Regards,
Devin
It looks like the color is getting applied wrapped around the strong tag so the .main_color strong rule is actually taking effect instead of the span.
Try looking in the text tab and moving the span style to the strong tag instead of a span class around it.
No, there isn’t anything like that at the moment.
Hi baseartco,
A couple of things to try: First, re-upload the theme after re-downloading it from themeforest. There could have been an issue with the files at either part and hopefully this time the download/upload overwrites any of the corrupted files on the server (if this was the case).
The second is to deactivate any active plugins you have installed. If you have any caching plugin installed, clear its cache before deactivating.
Regards,
Devin
Hi Scott,
Can you link to both of the pages on your live site? I tried re-creating a blank page and it had no issues being centered.
What version of Enfold do you have installed as well?
Regards,
Devin
Hi franktw,
No not that I know of. Its a good idea though and I’ll suggest it to Kriesi as an additional designation for the theme options.
Regards,
Devin
April 29, 2013 at 3:17 pm in reply to: Editor suddenly shows only an empty window on all pages #116103Hey schorni,
Hopefully its as simple as turning it back on in the wordpress settings as melonmelon said it can sometimes get switched ‘off’ by a plugin getting deactivated or activated.
Regards,
Devin
Glad you were able to figure it out, I’ll keep that in mind if I hear of something similar :)
Regards,
Devin
-
AuthorPosts