Forum Replies Created
-
AuthorPosts
-
January 2, 2014 at 2:37 am in reply to: Unusual huge space between top and bottom of the header #204341
I’ll tag the topic for the rest of the support crew but on both a Windows Vista and a Windows 7 machine I wasn’t able to get the same issue. Without seeing it live there isn’t much we can do to help fix it.
Hey totofunk!
You can clear out the styles by 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:
.special_amp { font-family: inherit; font-style: normal; font-size: inherit; line-height: inherit; font-weight: inherit; color: inherit !important; }
Or in the functions-enfold.php you can comment out the avia_ampersand function.
Best regards,
DevinJanuary 1, 2014 at 7:36 pm in reply to: Unusual huge space between top and bottom of the header #204295Hey!
I’m not getting that behavior but it looks like its in Safari in the screenshots which isn’t supported on any Windows OS anymore. So its probably an old updated browser issue.
Best regards,
DevinGlad we could help. Let us know if you have any other questions or issues.
Hi yingfuli!
If your menu has too many items or the items are too wide that they overlap with the logo you can change the width at which the mobile navigation shows following these steps: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320
Best regards,
DevinLooks like you are having the same issue as in this topic: https://kriesi.at/support/topic/maga-menu/#post-203932
The menu structure just needs to be adjusted so that those aren’t at the column header level and instead are on level down to be the actual sub menu items.
January 1, 2014 at 6:23 pm in reply to: Remove the logo and navigation by creating template. #204281Hi Lene!
That is for a different theme and so it doesn’t apply to Enfold. With Enfold, you can use the Blank Page template that comes with the theme to have a page with no header or footer showing.
You can select it from the templates dropdown when creating or editing a page.
Best regards,
DevinHey Bruno!
Can we see a sample post live where that is happening? I don’t know of any blog layouts where the featured image gets hidden on mobile only.
Cheers!
DevinHey pbodalia!
Try not using inline css. The pixel values are turning to decimals when LayerSlider tries to make the whole thing responsive and my guess is some engines don’t do that well.
Best regards,
DevinTry completely deleting the theme over FTP and then re-uploading it. Maybe there was an error with the file and its not getting written over properly.
And just to re-iterate deactivate any plugins, including drop ins like Jetpack, while trying to update or re-install.
You will need to add in the image however you normally would. The shortcodes are column containers and will constrain the image to fit inside of it.
You can add the shortcodes yourself by clicking on the magic wand icon in the buttons whenever you are using the regular visual editor.
Hi tdgano!
This is a good getting started guide for using bbPress which should help you get the plugin set up: http://www.wpbeginner.com/wp-tutorials/how-to-add-a-forum-in-wordpress-with-bbpress/
Your best source for direct bbPress support is:http://codex.bbpress.org/
Cheers!
DevinHey gdeadtoo!
Can we see the site and error live? By default this isn’t the case.
Cheers!
DevinCan you tell us what error that was? Generally there are no errors or issues when updating so if you are having one we just need to know the details. Typically the only thing that happens when you update is that the theme files get changed a bit to fix bugs or add new features.
Very rarely is anything on the database side get changed so it isn’t typically a bug laden task.
Hi SAdesignsUnltd!
Try updating the files over FTP: https://vimeo.com/channels/aviathemes/67209750
Before doing so deactivate all currently active plugins just in case one of theme is causing an issue with files properly updating.
Regards,
DevinI can ask Kriesi to chime in but the “blog” proper is a feed of posts. When you have something different than that it becomes a page.
Because of the way templates are used with WordPress and the theme in general when you set the overall theme wide blog style its used for all of those auto created feeds like the search results, archives and the standard Blog feed which is the default index.php for WordPress. To keep the code clean the same loop gets used for each. If you wanted to customize the file that WordPress uses to show the blog feed you definitely can but its not typically what users want to do from the backend.
There is a mechanism for customizing the “blog” page but it makes it so that WordPress doesn’t see the feed as the parent. So it *is* doable to have your posts shown with any other content on the page.
What did you up it to and what method? If we can see the site live we can check if its been increased from the themes output in the source as well.
Hi!
There isn’t really a fix for how the breadcrumbs are calculated at this point. When their is no “parent” the page or post doesn’t have a place to return to. So you could hard-code in the secondary location but outside of that the individual posts just don’t have a parent because the feed doesn’t have a page designation.
Regards,
DevinHi scanman2121!
Have you checked or already tried increasing the available memory for your WordPress installation? You can do so via one of these methods: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cheers!
DevinDecember 31, 2013 at 9:28 pm in reply to: Cropping portfolio thumbnails from top instead of center #204162If there is a way to do that I’m not aware of it. The plugin route is the only one I know of to change the crop position, You could try searching for another plugin that allows for other methods but this was the one I had a link for on hand as it has been recommended and used before by others.
December 31, 2013 at 8:56 pm in reply to: Cropping portfolio thumbnails from top instead of center #204154Hey Vada!
You can try this plugin: http://wordpress.org/plugins/thumbnail-crop-position/
Best regards,
DevinDecember 31, 2013 at 8:56 pm in reply to: Avia Layout Builder: text box deletes "blank lines" #204153Hi COLORIT!
This is a result of the WordPress text filter. You can use blank hr elements in the layout and use another text box or you can try only editing the text in the text tab of the editor for that text box.
Cheers!
DevinHey @scanman2121 – Can you post a new topic with the exact error you are getting? This topic and the responses from Peter are very specific to this user so far and I don’t want them to get confused and prevent a resolution from happening.
December 31, 2013 at 8:22 pm in reply to: Enfold – What css file is the last one to be parsed #204147Hi Monsoon!
The custom.css already loads after enfold.css. So I’m not sure why you would be having that issue.
Best regards,
DevinDecember 31, 2013 at 8:20 pm in reply to: Fullwidth easyslider and fullwidth masonry over-stretched #204146Try 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:
.header_bg { opacity: 1; filter: alpha(opacity=100); }
December 31, 2013 at 7:52 pm in reply to: Cant get Layer Slider to Center Banner Images Correctly #204138If you just want the image centered you can use any of the other sliders included as elements with the advanced layout builder.
With LayerSlider, you aren’t just creating a single slideshow but instead a complex stage with lots of characters that all have to arranged. So your big background image needs to be a part of that stage how you want it to get placed. The size doesn’t really matter.
The plugin has all of its documentation included inline if you hover over fields as well as if you click the “Help” tab in the top right corner of the screen.
Make sure to also read the descriptions of each of those fields in the Basic global settings. The “Layers” container for instance is the pixel width of the “layers” in your individual slide. If you set that to 800px then the contents of your slide will never go beyond 800px.
Hi chryseis!
Just like here on the forums when you link to an image the theme attempts to grab it and open it in a lightbox. You can tell it not to by adding noLightbox to the link.
See: http://kriesi.at/documentation/enfold/prevent-image-or-link-from-opening-in-a-lightbox/
Regards,
DevinDecember 31, 2013 at 7:42 pm in reply to: Cant get Layer Slider to Center Banner Images Correctly #204132Mine are just an example. It depends on the size of your images, the container and what layout you are using. They should be adjusted to fit your needs specifically.
Hey citystash!
You can try http://www.microlancer.com/, https://codeable.io/ or even http://kriesi.at/contact/customization though I don’t know the pricing that WerkPress uses.
Regards,
DevinDecember 31, 2013 at 7:39 pm in reply to: Fullwidth easyslider and fullwidth masonry over-stretched #2041291. As I said, the container for the page is that wide. So shrinking it down to be smaller only shrinks it less than full width. So the border on the top isn’t something that can just be shrunk on either side.
2. I’m only seeing the masonry show under the menu like it should (since the menu is semi transparent).
-
AuthorPosts