Forum Replies Created
-
AuthorPosts
-
Hey!
Use this in the Quick CSS field:
.page-id-12 #header_main > .container, .page-id-12 #header_main > .container .main_menu ul:first-child > li > a, .page-id-12 #header_main #menu-item-shop .cart_dropdown_link { height: 120px !important; line-height: 120px !important; } .page-id-12 strong.logo { top: 30px; }
Best regards,
IsmaelHey xyzb!
Thank you for using Enfold.
Use the avf_which_archive_output filter in the functions.php file:
add_filter('avf_which_archive_output','avf_change_which_archive', 10, 3); function avf_change_which_archive($output) { if(is_category()) { $output = single_cat_title('',false); } return $output; }
The code above is for the category archive title.
Cheers!
IsmaelHey!
What is this code for?
#header_main { border: medium none !important; top: -35px; }
Try to add the quoteline by using this filter: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Cheers!
IsmaelHey!
Please refer to this link for a possible permalink fix: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
Setting the “Overwrite Portfolio Link Setting” to custom link and adding a video url will force the portfolio item to open a video lightbox, just like in the demo.
Best regards,
IsmaelHi DJQuad!
Thank you for using Enfold.
Actually, the convention or common practice when a website or a theme is fully responsive and is well designed to work on a mobile device, zoom capabilities or features are usually disabled. This is the case with Enfold. If you want to enable zoom, use the fixed layout. Go to Enfold > General Layout > Dimensions then disable the Responsive Site option.
Cheers!
IsmaelHi dominiquehurley!
Thank you for using Enfold.
You can add this to the Quick CSS field to hide the pingback section:
ol.pingbacklist, #pingback_heading { display: none; }
Regards,
IsmaelApril 17, 2015 at 9:49 am in reply to: Table Element – Not working properly in responsive mode #430195Hey!
Please edit the theme’s table element. Set the table purpose to tabular and the responsive styling to scrollable.
Regards,
IsmaelApril 17, 2015 at 9:43 am in reply to: Photo galleries in blog aren't changing no matter what style I choose #430192Hi!
According to other forums, the gallery type feature was disabled after WP version 3.5. Surprisingly, we didn’t notice that since we are used to working with the default theme features. In order to fix it, you need to install the Jetpack plugin: https://wordpress.org/support/topic/gallery-settings-type-option-not-appearing
This part is important:
Some parts of Jetpack cannot work locally ( http://wordpress.stackexchange.com/questions/42352/jetpack-running-locally ), and also some part’s cannot work if you do not have wordpress.com account connected to your Jetpack installation. So you will probably need to install Jetpack on some real domain and during installation it will ask you to connect to your wordpress.com account.
If it doesn’t work, then you will need to recreate the post galleries from scratch which I agree is a ton of work. Let’s hope the jetpack plugin works.
Best regards,
IsmaelHey cisqo!
Thank you for using Enfold.
Maybe these plugins will help:
https://wordpress.org/plugins/hierarchical-pages/
https://wordpress.org/plugins/simple-page-hierarchy-widget/Use the Widget Area element in the advance layout builder if you want to display the widget inside the page content.
Cheers!
IsmaelHi!
I tried to use the word “credo” in the search and it works: http://neu.inputaudio.de/?s=credo
If you want to improve the search capability of the site, use plugins like Relevanssi or SearchWP. Refer to these links for more info:
http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/Best regards,
IsmaelHey!
You need to add the code in the functions.php file. If you have a child theme, you can create another functions.php file then place the code there. Please refer to this link: http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
IsmaelHey!
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,
Ismael -
AuthorPosts