Forum Replies Created
-
AuthorPosts
-
Hi!
This should work:
.summary.entry-summary div ul li, .summary.entry-summary div ul { list-style: disc outside !important; padding-left: 10px; }You have to add the price and buttons manually when you create the products using the advance layout builder.
Cheers!
IsmaelApril 20, 2015 at 4:33 am in reply to: Activate 'call number' when clicking on the phone numbers on the mobile devices #431057Hi!
Thank you for using Enfold.
@iwan: Thanks for helping out!
@Soapmarine: You can follow the instructions above.Cheers!
IsmaelHey!
@Catty: The error is cause by the plugin Ultimate Under Construction page. Please contact the plugin author or use the default theme feature to create a coming soon page.
@Lippel: Please create a new thread. Add the website url and the login credentials there. Make sure that you’re running Enfold 3.1.3 on WordPress 4.1.1
Best regards,
IsmaelHey mterrian!
Thank you for using Enfold.
Looks like you managed to remove all the borders in the testimonial section.
Best regards,
IsmaelHi!
The login credentials are not working. Anyway, I checked the topic page and the conversation or comments are there: http://mcm-ct.com/fm/t/test-topic/
Please be specific about the changes that you want to make. Make a list or provide a screenshot.
Cheers!
IsmaelHey Rogier!
Thank you for using Enfold.
If that is an archive page, you can use this in the functions.php file:
add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 10, 2 ); function avia_breadcrumbs_trail_mod( $trail, $args ) { if ( is_archive() ) { $cut = substr($trail['trail_end'], -1); if($cut == "s") { $trail['trail_end'] = substr($trail['trail_end'], 0, -1); } } return $trail; }Best regards,
IsmaelHi!
There is no attachment id because the markup or html structure of that image is different from the one here: http://dominiquehurley.com/life-by-design-creativity/
<div class="copy-paste-block"> <div id="attachment_10677" style="width: 436px" class="wp-caption alignleft"><a href="https://dominiquehurleyart.files.wordpress.com/2015/01/sun-flair-dominique-hurley.jpg" class="lightbox-added wp-image-10677 size-full" style="position: relative; overflow: hidden; display: block;"><img class="" src="http://i1.wp.com/dominiquehurley.com/wp-content/uploads/2015/01/sun-flair-dominique-hurley.jpg?resize=426%2C640" alt="Dominique Hurley Art & Inspiration Quote Series" width="424" height="637"><span class="image-overlay overlay-type-image" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 647px; width: 444px;"><span class="image-overlay-inside"></span></span></a><p class="wp-caption-text">“Sun Flair” from my “Sacred Earth Journey” photo album</p></div>There is “copy-paste-block” container and an additional div container with the attachment id. These containers are not created by the theme so I guess it’s from a third party plugin.
Cheers!
IsmaelHey!
You created your own header.php and footer.php file inside the child theme folder. Please overwrite it with the latest theme files.
Regards,
IsmaelHey!
Add this in the Quick CSS field to fix the icon list:
.iconlist_content { word-wrap: break-word; }Site looks fine when I checked it on an iPod. If I may ask, what is the model of your mobile phone?
Cheers!
IsmaelHey!
Still 404. Please check the page: http://iprescience.com/contact-us-ohio/
Another thing, you don’t have the latest version. Please update to version 3.1.3.
Regards,
IsmaelApril 20, 2015 at 3:24 am in reply to: Main Menu is Vertical on Home Page and Horizontal on Sub Pages #431030Hi!
I’m sorry but I don’t think this is a theme related issue at all. Please contact your hosting provider and describe to them what’s happening. Tell them that the subpages are stuck to an old version or have been cached.
Regards,
IsmaelHi!
I’m sorry but what you’re describing is not possible without major modification on the theme. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
Regards,
IsmaelHey!
Thank you for using Enfold.
The “Displayed Everywhere” widget area will always show even if you have a default sidebar set. You need to remove all widgets inside that widget area. Use another widget area or custom widget area for the “General Sidebar”.
Regards,
IsmaelApril 20, 2015 at 3:02 am in reply to: Site content in custom post type 'Block' & using Shortcode to display on page. #431025Hey!
What if you use the code block element then enclose the html codes inside a pre or code tag? Can you please provide a screenshot of how you want to the page or section to look like?
Regards,
IsmaelApril 20, 2015 at 3:00 am in reply to: Change Position of the avia content title (easy slider) #431024Hi!
I’m sorry but I don’t see any title in the left corner of page. Can you please provide another screenshot pointing to the actual title?
Cheers!
IsmaelHey!
Replace the code with this:
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, menuh = $('#header_main_alternate').height(); if(scrolled >= 200) { $('#header_main_alternate').addClass('custom-header').css('margin-top', adminbar); $('#header').css('padding-bottom', menuh); } else { $('#header_main_alternate').removeClass('custom-header').css('margin-top', 0); $('#header').css('padding-bottom', 0); } }); })(jQuery); </script> <?php }Cheers!
IsmaelHi WebyxDesign!
Thank you for using Enfold.
Please give us a link to the actual website. We would like to check it. I noticed that you mention “section” so I assume you’re using color sections with backgrounds. Note that the background size of the color section is set to cover which means:
Scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area
Best regards,
IsmaelHey jalfonzo!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugin especially those that are not fully compatible with the theme. Please contact the plugin author. If you want a multi-language site, please use the WPML plugin instead of PolyLang.
Regards,
IsmaelHi!
1.) Please provide a screenshot of the price that you want to change. The code should work for the single product page price amount.
2.) The [woocommerce_view_order] is deprecated or not usable in the latest version of woocommerce. You need to use the endpoints.
http://docs.woothemes.com/document/woocommerce-endpoints-2-1/
Note that you can’t add the view-order page in the menu because they need a unique id in order to work.
Remember: some endpoints such as view-order require an order ID to work – we don’t recommend adding these endpoints to your menus. Those pages can instead be accessed via the my-account page.
Cheers!
IsmaelApril 19, 2015 at 8:23 am in reply to: apple touch icon for iphone and ipad en icon for android #430834Hi TjaardHeikens!
Thank you for using Enfold.
Use the wp_head function in the functions.php file:
add_action('wp_head', 'ava_add_your_stuff'); function ava_add_your_stuff() { ?> <link rel="apple-touch-icon" sizes="57×57" href="apple-touch-icon-iphone.png" /> <link rel="apple-touch-icon" sizes="72×72" href="apple-touch-icon-ipad.png" /> <link rel="apple-touch-icon" sizes="114×114" href="apple-touch-icon-iphone-retina-display.png" /> <link rel="apple-touch-icon" sizes="144×144" href="apple-touch-icon-ipad-retina-display.png" /> <?php }Regards,
IsmaelHi WolfvanHaeren!
Thank you for using Enfold.
You can edit the search.php and includes > loop-search.php. Unfortunately, it will require a major modification on the theme to make them look like the archive pages. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
Anyway, you can try the modifications that was provided here: https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161
Regards,
IsmaelHi Enffie!
Thank you for using Enfold.
Make sure that the portfolio items belong to at least a single category. Create a page, add a Portfolio Grid element then enable the Sortable? option.
Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.
If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!
Regards,
IsmaelHi WolfvanHaeren!
Thank you for using Enfold.
1.) Use this plugin to alter the title of the archive pages: http://kb.yoast.com/article/146-yoast-wordpress-seo-titles-metas-template-variables
2.) Go to Settings > Permalinks. Look for the Category base (permalink ex. news/) and Tag base (permalink ex. newtag/) field.
Regards,
IsmaelHey!
Something like this should work.
add_action('wp_footer', 'ava_auto_click'); function ava_auto_click() { if ( $_GET["psort"] == "html" ) { ?> <script> (function($){ $(window).load(function() { $('.html_sort_button').trigger('click'); }); })(jQuery); </script> <?php } elseif ( $_GET["psort"] == "photography" ) { ?> <script> (function($){ $(window).load(function() { $('.photography_sort_button').trigger('click'); }); })(jQuery); </script> <?php } }As previously mentioned, you have to use the portfolio category slug as the value of the “psort” parameter in the url. So the url should look something like for the “html” items.
http://www.mysite.com/myportfolio?psort=htmlAnd like this for the photograpy items:
http://www.mysite.com/myportfolio?psort=photographyJust make sure that the value psort parameter value is the same as portfolio category.
Regards,
IsmaelHey!
You can adjust the content top padding with this:
.html_header_transparency #top .avia-builder-el-0 .container { padding-top: 200px; }Replace the code with this to affect all transparent headers:
.html_header_transparency #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; } .html_header_transparency strong.logo { top: 30px; }Cheers!
IsmaelHi pistonluca!
Thank you for using Enfold.
Edit the images in the masonry gallery then look for the “Custom Link” field. Add the video url. It will open the video in a lightbox when you click on the masonry gallery item.
Regards,
IsmaelApril 19, 2015 at 7:55 am in reply to: Single Photos still Linked to Curtom URL -WP.com after Website Transfer #430827Hey dominiquehurley!
Thank you for using Enfold.
Looks like the database are not properly transferred so the images still points to the old url. They will be remove when you shut down the old website or when you remove the files. You might need to re-transfer the site again but this time, use this plugin: https://wordpress.org/plugins/wp-migrate-db/
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684I think it’s best if you hire a freelancer to this job. Please contact codeable: http://kriesi.at/contact/customization
Cheers!
IsmaelApril 19, 2015 at 7:50 am in reply to: Photo galleries in blog aren't changing no matter what style I choose #430826Hey!
Attachment Page – it will link the image to the actual image or attachment page.
Media File – will open a lightbox or open the actual image url.
None – will remove image link.
Cheers!
IsmaelHey Luke86!
Thank you for using Enfold.
Go to Enfold > Shop Options then set the Header Shopping Cart Icon to the third option, attached to the main menu.
Cheers!
IsmaelHi Petpack!
Thank you for using Enfold.
Add this to the Quick CSS field to hide the cart when no product cart is empty:
@media only screen and (max-width: 767px) { .responsive #top .cart_dropdown { right: -100px !important; } .responsive.html_visible_cart #top .cart_dropdown { right: 7.5% !important; } }Best regards,
Ismael -
AuthorPosts
