Forum Replies Created
-
AuthorPosts
-
Hey!
I said they are broken because when I clicked “Edit Post” in the wp admin bar, it redirects me to that broken pages. When I edit the posts in the actual Posts panel then it works.
1.) This is not possible without major modification on the theme since the title and excerpt belongs on the same container. Please hire a freelance developer to modify the includes > loop-index.php file.
2.) Please review the post above or I’ll explain it a little more clearly. The image on top of the post title is the actual “WP Featured Image”, this is the image that you set in the bottom right corner of the post editor. The one below the title is the image that you add using the “Add Media” button in the post editor. Now, my question, which one of these images would you like gone or removed? The css code above will remove or hide the featured image (the image above the post title) only on the actual post page (http://sonet.digital/blog/general/adwords-summit-2014/ –) :
.single .big-preview.single-big a img { display: none; }Note that this code will not remove the featured images here: http://sonet.digital/blog/
Cheers!
IsmaelHi!
I think you have the same problem with the user in one of the previous post. Please review it: https://kriesi.at/support/topic/color-background/#post-418358
Possible solution:
https://kriesi.at/support/topic/color-background/#post-422349
https://kriesi.at/support/topic/color-background/#post-423624Regards,
IsmaelHey 567silver!
Thank you for using Enfold.
The “non-standard search form” refers to the ajax search form when you click on the “magnifying glass”. Yes, you need to use the code to make it work with the ajax search.
Cheers!
IsmaelHi 567silver!
Thank you for using Enfold.
Yes, you’re right. That button has been removed and is no longer working. There is only one demo or dummy data before but now you can select from different kinds of demo files.
Best regards,
IsmaelHey laptophobo!
Thank you for using Enfold.
You can add something like this in the functions.php file:
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(is_page(59)) { $logo = "http://www.mysite.at/wp-content/images/mynewlogo.png"; } return $logo; }Change the page id and the image url.
Best regards,
IsmaelApril 17, 2015 at 8:13 am in reply to: Styling und Einstellungen zur Farbe werden nicht umgesetzt #430147Hey!
Please check and set the correct file permission of the enfold.css file located in the wp-content > uploads > dynamic_avia folder. Delete the file then change any settings in theme options to regenerate it. If you’re not sure how to check it, please contact your hosting provider to set the correct file and folder permission.
Cheers!
IsmaelApril 17, 2015 at 8:07 am in reply to: Wrong display when write Posts with Advanced Layout Editor #430144Hey Jörg!
Thank you for using Enfold.
When you use the advance layout builder for posts, all default elements such as featured image, post meta info, social share section etc will be removed. You need to start from scratch.
Cheers!
IsmaelHey hotspot!
Thank you for using Enfold.
I’m sorry but this will require major modification on the theme. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
Anyway, if you want, you can use the portfolio items to create a custom link to the video url. It will open the video in lightbox when clicked. Edit a portolio item, look for Overwrite Portfolio Link setting. Set it to define custom link then add the url of the video.
Regards,
IsmaelHi volmering!
Thank you for using Enfold.
Unfortunately, the radio button element is not implemented in the default contact form yet. You can request the feature here: https://kriesi.at/support/enfold-feature-requests
You can install a third party plugin like Contact Form 7.
Regards,
IsmaelHey jaroljmek!
Thank you for using Enfold.
1.) Please edit the page and make sure that the Sidebar Settings is set to right or left sidebar.
2.) Enfold is compatible with this plugin: https://wordpress.org/plugins/the-events-calendar/
Best regards,
IsmaelHi!
It looks fine when I checked the page. Minimum screen resolution of iPad devices is 1024x768px so I think this should work:
@media screen and (max-width: 1024px) { #about-bg { background-attachment: scroll !important; background-size: 1600px 900px !important; background-position: 70% 50% !important; }}Please remove browser cache before testing the page. If it still doesn’t work, please give us the login credentials. We would like to check it.
Best regards,
IsmaelHey There_Ltd!
Thank you for using Enfold.
Please set the default content font size on Enfold > General Styling > Fonts panel. Make sure that you enabled the right sidebar of the Sidebar on Single Post Entries in the Enfold > Sidebar Settings panel.
Best regards,
IsmaelHey!
Thank you for using Enfold.
Add this to the functions.php file:
add_action('wp_footer', 'ava_custom_script_mod'); function ava_custom_script_mod(){ ?> <script> (function($){ $(window).scroll(function(){ var scrolled = $(this).scrollTop(), adminbar = parseInt($('#wpadminbar').height()) || 0; if(scrolled >= 200) { $('#header_main_alternate').addClass('custom-header').css('margin-top', adminbar); } else { $('#header_main_alternate').removeClass('custom-header').css('margin-top', 0); } }); })(jQuery); </script> <?php }then add this in the Quick CSS field:
.custom-header { position: fixed; top: 0; width: 100%; border-bottom: 1px solid #ff9900; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px; z-index: 5000; -webkit-animation: custom-header-show 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* Safari 4+ */ animation: custom-header-show 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* IE 10+ */ } @-webkit-keyframes custom-header-show { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes custom-header-show { 0% { opacity: 0; } 100% { opacity: 1; } }Best regards,
IsmaelApril 16, 2015 at 11:16 am in reply to: How to disable captions on images in masonry gallery on a mobile device #429502Hi!
I checked the site on iPod and I don’t see any captions. Please remove browser cache then reload the page.
Best regards,
IsmaelHi!
Did you add any modifications, css or php, aside from setting the header to transparent? I tested this on my installation and header stays centered. You can update directly in the theme options: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelApril 16, 2015 at 11:09 am in reply to: Is there a way to share our website, not the page with the share button? #429490Hi dominiquehurley!
Thank you for using Enfold.
You can use plugins like AddThis or Simple Share Buttons but AddThis is the most comprehensive social tool that I know: https://www.addthis.com/
You need to create an account and register the website but I don’t think it’s possible to share only the homepage. The buttons will link to the current page they are on.
Best regards,
IsmaelApril 16, 2015 at 10:54 am in reply to: Incease the size of the testimonial image (Internet Explorer fix) #429486Hi!
Use this:
.avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image { width: 130px; height: 130px; }Regards,
IsmaelHey!
1.) Can you please provide a screenshot for this one? I’m sorry but I don’t understand it “Sidebar user page”.
2.) You can change the product title with this:
h1.product_title.entry-title { font-size: 15px; }And the price with this:
p.price .amount { font-size: 12px !important; }Best regards,
IsmaelApril 16, 2015 at 10:42 am in reply to: Position der Checkboxen AGB, Widerrufsbelehrung, digitale Inhalte ändern #429481Hi fwbecker!
Thank you for using Enfold.
Can you please provide a link to the page with the issue? A screenshot will help.
Cheers!
IsmaelHi!
I’m sorry but I tried to edit the mega menu transition without breaking it but it’s not working. You see, the megamenu structure is a bit more complicated than the submenu so there’s a very slight variation on their transition. I’ll ask the rest of the support team if they have any idea on how to change it. Anyway, I don’t think users will even notice the difference.
Best regards,
IsmaelApril 16, 2015 at 10:29 am in reply to: Photon item in Jetpack plugin interferes with masonry and masonry gallery #429475Hey Tameez!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugins. Please contact the plugin author for more info regarding the issue. Not many is using that plugin, at least not enfold users. There would have been a few inquiries regarding the issue by now. If you can create a test page, maybe we can help.
Best regards,
IsmaelHi!
Thank you for using Enfold.
1.) Add this in the Quick CSS field:
.js_active .toggler { min-height: 60px; padding: 18px 3px 18px 35px; } .toggle_icon { top: 22px; left: 10px; }2.) Please refer to this link: http://www.pagero.com/wp-content/uploads/legislation_bkg_web.mp4
Regards,
IsmaelHi WolfvanHaeren!
Thank you for using Enfold.
We need to see the actual page with the form. Please post the url here.
Best regards,
IsmaelHi!
If you have the time, please update the theme as well. Upgrade it to version 3.1.3. Version 3.0.4 is currently installed.
Regards,
IsmaelHey!
Use the custom.css file located in themes > enfold > css folder. It will affect all languages. Or design the first language then copy the css codes on the other language when you’re done.
Cheers!
IsmaelHi Monique!
Thank you for using Enfold.
You can register the email of the author on gravatar.com. If you want to show the image author on all posts, set the blog style to multi author.
Cheers!
IsmaelHi Belema!
Thank you for using Enfold.
From what I understand, you want the menu items to have two lines. Please refer to this link: https://kriesi.at/support/topic/word-wrap-in-menu-or-have-the-menu-on-two-lines/#post-283385
Cheers!
IsmaelHey!
You will not lose any settings when you move to a child theme. Refer to this link: http://kriesi.at/documentation/enfold/using-a-child-theme/
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Regards,
IsmaelHi schoenj!
Thank you for using Enfold.
When you create the post in the advance layout builder, the sidebar is set as if it is a page because of the template-builder.php file. Note that you need to add all the contents manually when you use the advance layout builder for posts including the featured image, share buttons etc. If you want to use the same sidebar, edit template-builder.php file. Look for this code:
$avia_config['currently_viewing'] = 'page';Replace it with:
$avia_config['currently_viewing'] = is_single() ? 'blog' : 'page';Regards,
Ismael -
AuthorPosts
