Forum Replies Created
-
AuthorPosts
-
Hey!
There is definitely something odd happening. First try going to your LayerSlider settings and make sure the first option under Troubleshoot & Advanced Settings is turned off (not green).
Best regards,
DevinHi jezza1961!
The page id class is specific to *your* specific page. If its a post or another plugins custom post type it may even be a different selector all together.
The selector for this page here on the forums for example is:
.postid-263200
So changing an element on this page might look like:
.postid-263200 .some-class { color: #444; }
Regards,
DevinHey TravisKempers!
Can you explain a bit more what you are trying to do with a screenshot or reference?
Best regards,
DevinHi Shashahan!
If you give any image link the noLightbox class it will not open using the themes prettyPhoto lightbox.
See: http://kriesi.at/documentation/enfold/prevent-image-or-link-from-opening-in-a-lightbox/
Cheers!
DevinHi oestersund!
Unfortunately that functionality doesn’t exist right now. You can save a layout template from the top right corner of the ALB but it doesn’t allow you to make modifications to the template that are then reflected on any other page using it.
Each usage is a copy+paste of the original at the time of loading it into your layout.
Best regards,
DevinMay 12, 2014 at 9:54 pm in reply to: New share on Twitter > it do not take the right permalink #263579Hey pako69!
I believe its to help the character limit that is inherit in tweets.
Regards,
DevinHi!
I’m not sure if we can offer a fix in this case. That style of mobile menu was removed when the header layout options were added in because it didn’t have good enough mobile support for the new options.
The issue is that the sub menus aren’t actually rendered in the browsers layout and are floating on top. So any kind of overflow trick that I can think of wouldn’t actually increase the users viewport if the content on that page isn’t big enough for the menus to be already visible.
Best regards,
DevinHey!
Somehow that pages layout has gotten corrupted/broken. Either in saving or moving content around a color section has gotten nested inside another and its causing the content to be unable to be loaded in correctly.
The quickest way to fix it is to create a new page and keep the new page open while also keeping the current page open in a second window. Then duplicate the layout from scratch with all of the same content.
Once that is done you can remove all of the content from the broken page, delete it and use the new one. If you need the same url (the slug name) you need to delete the old page and remove it from the WordPress trash.
Once again however we will not be addressing any other questions in this topic.
Regards,
DevinHey!
The grid customization is a bit to extensive for here on the forums. It would need to be done by a freelance developer so that it doesn’t break any responsive functionality or cross browser support.
For the other individual blog view settings see if the options in the Theme Options>Blog Layout fit what you are looking to do.
Best regards,
DevinHey!
You can use the WordPress page ID to target the selectors on that page and then it will only effect that one specific page.
With dev tools, inspect the page and look for the page-id-1234 on the #top selector. It’ll look a bit different depending on the page/post/plugin custom post type. For example, if you inspect this page here on the forums the page could be targeted like this:
#top.postid-263088 .some-selector {color: red; }
That postid would be page-id-## on a page etc.
Cheers!
DevinMay 12, 2014 at 6:36 pm in reply to: Empty tags being added after s in the text builder widget #263427Hey!
The version.txt thats in the full download from your downloads on ThemeForest will help with that.
Beyond the update however which mostly small bug fixes, where is this happening at? Is it when adding text widgets to any sidebar or a custom created one?
Have you tried changing to one of the default themes and seeing if it happens there?
Cheers!
DevinHey!
The border on the right is from the browser. We can’t change that one.
For the margin on the last column element you can target it directly with:
#top.page-id-2251 .avia-builder-el-48 { margin-bottom: 0px !important; }
then add that to a media query if its only for a specific size that its happening.
Regards,
DevinPersonally no, I think it works well in this context since the masonry effect is all about putting non-uniform height elements into a grid. If you want a perfect grid you can use this display instead: http://kriesi.at/themes/enfold/blog/blog-grid/
If you want to change the Masonry style then the best route would be to hire a freelance developer who can customize that output specifically to make it work in a more grid-like way.
For right now yes, you can edit the shortcode just like any other normal shortcode or use the builder (popup) to insert a new one so that you can use all the UI options.
Hey!
Which current site is having the issue and can we see it live? I know WooCommerce was recently having issues with the heartbeat calls (https://kriesi.at/support/topic/admin-ajax-php-killing-the-site/) but this is still the only topic I know of with returning issues.
Best regards,
DevinHey!
I’m not sure what the issue is at this point. Is it just that the sidebar isn’t showing on that page? Have you added in a widget area to the layout since you are using a fullwidth element (which prevents the sidebar from showing)?
Best regards,
DevinHey Jason!
As far as I know that isn’t possible with the default taxonomy structure that WordPress allows. You could use your own custom menu in the widgets and menu that include the page “under” whatever parents you want but WordPress only allows for one actual parent->child relationship.
Regards,
DevinNoted :)
Hey!
For reference in the future all the videos are here: https://vimeo.com/channels/aviathemes/64927356 . And in the install video I do the demo data import as part of the installation process to give you an idea of how it works.
Our online docs are here as well: http://kriesi.at/documentation/enfold/
Cheers!
DevinHey juancho!
They would need to re-insert it fresh using the magic wand icon.
Cheers!
DevinHi zedduo!
You would need to add it as a new layer with html:
<a href="#next-section" title="" class="scroll-down-link" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>
That should still work though it isn’t really a supported functionality at the moment.
Best regards,
DevinHey!
You need to set the catalog images to the size you want, set it to hard crop and then regenerate all images. The image must also start out at least the size on both edges as whatever you set there.
Best regards,
DevinHi Signum!
Unfortunately the fullwidth Masonry element is only available for use in a fullwidth layout. The same as with the LayerSlider element, color section and anything else labeled with Fullwidth.
The sidebar will always come over it when the layout gets generated.
Regards,
DevinHi derek62!
You can adjust the actual generated image sizes the theme uses with this plugin: http://wordpress.org/extend/plugins/simple-image-sizes/
Then regenerate all your images so they use the new thumbnail size(s) you set.
Best regards,
DevinMay 12, 2014 at 4:04 pm in reply to: How to translate "Share this entry" at the bottom of each article? #263332Hey Gurify!
You’ll probably need to re-scan using Codestyling if you have not scanned since they were added in.
Best regards,
DevinHey tmunz!
A bug was fixed in the last version to use the correct image size for blog pages that had a sidebar. So you can change this image size in your functions.php to the previous height of entries without a sidebar (360):
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270);
Or use this plugin to do it:
http://wordpress.org/extend/plugins/simple-image-sizes/Make sure to regenerate all images after.
Regards,
DevinMay 12, 2014 at 3:54 pm in reply to: Issue with VIDEO inside Posts not displaying when using shortcode elements #263321Inside of the post the video should be linked to by its direct link (as plain text). If you want it in the post body (where text is usually) that is all it takes. Otherwise if you set it as a video post type it will be where the featured image area is.
You just cant use the excerpt options because WordPress can’t render anything inside excerpts.
- This reply was modified 10 years, 6 months ago by Devin.
Hi!
The page is in fact loading both of those files but cached versions or something like that.
Specifically there seems to be an issue in adding the version query to the files as http://qwikthinkers.com/wp-content/themes/enfold/css/custom.css shows your changes but http://qwikthinkers.com/wp-content/themes/enfold/css/custom.css?ver=1 doesn’t.
I’ve never dealt with a server that had that issue so I’m not sure what it might be. However the hosting provider might be able to shed some light on why that is happening.
Regards,
DevinHi rikv!
Can we see the page/site live so we can inspect what you have right now?
Cheers!
DevinThe checkout page is correct since its showing the items as they stack and respond to the users browser width.
On the customer detail page, have you added in another field? there is a “example label” in your screenshot that shouldn’t be there by default.
-
AuthorPosts