Forum Replies Created
-
AuthorPosts
-
Hey Remco!
Thank you for using Enfold.
Try to add this to the Quick CSS field:
.av-fixed-size .av-masonry-image-container img { display: block; }
Let us know what happens.
Best regards,
IsmaelHey erwin_m!
Thank you for using Enfold.
If you don’t mind, we would like to see a screenshot of the title design that you want. You can disable the title and breadcrumbs container by default then use a special heading element instead.
Cheers!
IsmaelHi Geoff!
Thank you for using Enfold.
If you really want to alter the look of a specific category, you have to create a custom template called category-name.php. Refer to this link for more info: http://codex.wordpress.org/Category_Templates#What_Template_File_is_Used.3F
http://premium.wpmudev.org/blog/how-to-create-a-unique-wordpress-category-archive-page/You can also use the Blog Posts element to create a page which shows a specific category. The problem is, when a user clicks on a category link, they will be taken to the default category template (archive.php). So if you want to have full control over the category page, creating a template is the way to go.
Cheers!
IsmaelHey!
Unfortunately, we can’t provide support for third party plugins. You may need to hire a freelance developer to customize the current plugin that you’re using.
Regards,
IsmaelMarch 1, 2015 at 7:55 am in reply to: Create "Similar Projects" slider, while excluding current portfolio item #404029Hi Phet!
Thank you for using Enfold.
Try to use the Post Slider then set the Offset Number to “Do not display duplicated post etc.”.
Best regards,
IsmaelMarch 1, 2015 at 7:49 am in reply to: Cropping of thumbnails in Post Slider and in Portfolio Grid #404027Hi Phet!
Thank you for using Enfold.
You can set a specific a thumbnail size for the portfolio grid element. Set the Portfolio Grid Image Size to manual then select the image size. Best option will usually depend on the number of columns and the common uploaded featured image size.
Best regards,
IsmaelMarch 1, 2015 at 7:46 am in reply to: Why are my woocommerce product images opening in two lightboxes? #404026Hi!
We replaced prettyPhoto with MagnificPopUp. You can disable the Lightbox Modal Window which will disable the default lightbox. Go to Enfold > Theme Options panel.
Best regards,
IsmaelHey!
Try to adjust the Max Container Width value on Enfold > General Layout > Dimensions panel to increase the default container width.
Cheers!
IsmaelHey aron8778!
Thank you for using Enfold.
Set the transparency font color on Enfold > Header >Transparency Options. You may need to adjust the default color on Enfold > Advanced Styling panel.
Best regards,
IsmaelHi!
If you set the Slideshow Image Size to 1500x430px, you need to upload images that are larger than that specification. WordPress can’t increase the size of the images uploaded. It can only create smaller version of the thumbnails.
Best regards,
IsmaelFebruary 27, 2015 at 10:52 am in reply to: Second Sidebar Pages Question – moving code to child theme #403296Hi!
Replace it with this:
register_sidebar(array( 'name' => 'Sidebar Blog 2', 'before_widget' => '<section id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></section>', 'before_title' => '<h3 class="widgettitle">', 'after_title' => '</h3>', )); register_sidebar(array( 'name' => 'Awesome Sidebar', 'before_widget' => '<section id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></section>', 'before_title' => '<h3 class="widgettitle">', 'after_title' => '</h3>', ));
Regards,
IsmaelFebruary 27, 2015 at 10:47 am in reply to: Currencies in Events Calendar Element shown incorrect #403292Hi!
Alright. This seems to do the trick:
$cost = tribe_get_cost( $entry->ID, false); $symbol = tribe_get_event_meta( $entry->ID, '_EventCurrencySymbol', true ); $rev = tribe_get_event_meta( $entry->ID, '_EventCurrencyPosition', true ); if($cost === 'Free') { $price = __( "Free", 'tribe-events-calendar' ); } elseif($rev == 'prefix') { $price = $symbol . " " . $cost; } elseif($rev == 'suffix') { $price = $cost . " " . $symbol; }
NOTE: Enter a 0 (zero) for events that are free or leave blank to hide the field.
Regards,
IsmaelFebruary 27, 2015 at 10:10 am in reply to: 'Read More' element within Masonry blog not working #403284Hey itchybrain!
Thank you for using Enfold.
Add this to the functions.php:
add_filter('avf_masonry_loop_prepare','avia_change_default_link', 10, 2); function avia_change_default_link($loop, $entries) { foreach($entries->posts as $key => $entry) { if($entry->post_type == "post") { $more = "<br /><span class='masonry-more-link-arrow'>".__('Read more','avia_framework')."</span>"; $loop['content'] = avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '') . $more; } } return $loop; }
Adjust the style of the read more link using this selector, .masonry-more-link-arrow.
Regards,
IsmaelFebruary 27, 2015 at 9:12 am in reply to: Move page title out of band out of the header and into the content area #403262Hi!
You can use this hook:
add_action('ava_after_main_container', 'ava_after_main_container_mod'); function ava_after_main_container_mod() { echo "<div class'custom-title'>TITLE HERE</a>"; }
Cheers!
IsmaelFebruary 27, 2015 at 9:06 am in reply to: Currencies in Events Calendar Element shown incorrect #403261Hi!
Alright. Thank you for the info. Can you please provide a link a to the actual event page? What happens if you put “Free” in the cost field?
Cheers!
IsmaelFebruary 27, 2015 at 9:03 am in reply to: Breadcrumbs not aligned anymore since 3.0.5 update on iPad #403259Hi Morticka!
Thank you for using Enfold.
I’m sorry but we can’t reproduce the issue. Breadcrumbs look aligned on different screen sizes.
Cheers!
IsmaelFebruary 27, 2015 at 9:02 am in reply to: Layerslider WP not showing image layers when published (text OK) #403258Hi!
You don’t have the latest version of the theme. Version 3.0.2 is not compatible with WP 4.1.1. Please download version 3.0.8.
Regards,
IsmaelHey ftlamont!
Thank you for using Enfold.
Use the Grid Layout element. Please provide a screenshot.
Regards,
IsmaelHey Larestours!
Thank you for using Enfold.
I checked the site but I don’t see any easy sliders. Please give us a link to the actual page. So.. you’re trying to add images with 1500x1500px and 300x300px? Is that correct or I didn’t understand you clearly? I don’t think they will look pretty in any kind of slider. Use images with the same size or proportion.
Best regards,
IsmaelHi!
Looks like the css files are not being loaded properly. Did you add any modifications to the child theme folder?
Regards,
IsmaelHi!
Unfortunately, you can’t do an image swap using the image element. You need to create the image container manually, using a text block probably, then use css to attach the icon image as background. A good example here:
http://stackoverflow.com/questions/15468037/basic-css-hover-image-swap
http://stradegyadvertising.com/tutorial-how-to-image-hover-swap-css/If you’re using an actual font icon, we can change the background and color via css but since you’re using an actual icon image, the css swap is your best option.
Cheers!
IsmaelHey!
If you want the archive page to have the grid style, use this on functions.php:
add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'blog-grid'; return $layout; }
Best regards,
IsmaelHi ColinWalton!
Thank you for using Enfold.
Add this to the Quick CSS field to disable gallery animation:
.avia_transform .avia-gallery-thumb img { opacity: 1 !important; -webkit-transform: scale(1) !important; -moz-transform: scale(1) !important; transform: scale(1) !important; }
Best regards,
IsmaelFebruary 27, 2015 at 7:25 am in reply to: Getting the Sidebar to show the Parent/Grandparent #403214Hey!
Maybe the apostrophe signs are being converted automatically when you copy the code. Get the code here: http://pastebin.com/YGPZrauc
Best regards,
IsmaelHi!
Are you open to the idea of decreasing the width of the logo on smaller screens sizes?
@media only screen and (max-width: 1700px) { .custom_content img { width: 100px; height: auto; position: relative; top: 15px; }}
Regards,
IsmaelHey!
Sorry for the delay. You need to follow the endpoints that are set in WooCommerce > Settings > Account > My Account Endpoints panel. There are only 5 endpoints and you change them manually. Append the endpoints to the My Account Page’s url. Example:
Edit Account : http://franzelina.com/?page_id=7316&edit-account View Order : http://franzelina.com/?page_id=7316&view-order
The url of the Login and Registration page is the same as the account page. Tick the “Enable registration on the “My Account” page” under Registration Options.
Best regards,
IsmaelFebruary 27, 2015 at 6:58 am in reply to: Post tags not working if Relevanssi is enabled – another try #403197Hi!
Instead of Relevanssi, try to use this plugin: SearchWP.
http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
Best regards,
Ismael -
AuthorPosts