Viewing 30 results - 6,001 through 6,030 (of 10,101 total)
  • Author
    Search Results
  • #525755

    Topic: Frustrated on "themes"

    in forum Enfold
    DocksideChandlery
    Participant

    HI, I am not a developer, I am a store owner. I dont have the funds at the moment to pay a developer, so I am trying to do what I can on my own.

    That being said, I got advice that WP with woocommerce is a good way to go. Themes seemed to be the way to go as well, as you get many items done for you that you might have to otherwise code yourself.

    I started with Abundance and now have moved to Enfold (to be responsive) , but I am starting to wonder if this theme or themes in general are the way to go.

    Enfold uses an Advanced visual editor – Nice – for the most part. When I edit pages in woocommerce I dont see the coding of the pages period, I am guesssing this is the theme. I need to modify the store – the way Enfold (I assume) has styled it, is WAY TOO BIG. I basicly want to use thumbnail size images everywhere except the main product page.

    Woocommerce says this – These settings affect the display and dimensions of images in your catalog – the display on the front-end will still be affected by CSS styles.

    I assume CSS styles is part of my Enfold theme, and therefore I make changes in the custom CSS box. But I am not wanting to change one little thing.. I dont like the sizes THROUGHOUT the store. I dont really use the blog – yet anyway..

    SO?????? maybe I should not be using Enfold? I am looking to get some advice here since I dont have a developer here.

    OR – I change settings in WP media or Woocommerce Display – and they make no difference.. no changes. This is more frustrating that helpful.

    James

    #525354

    Hi madebetter!

    Thank you for using Enfold.

    I’m not really sure why it fails to calculate the initial position of the image overlay on first hover. Try to remove the default image overlay then use this instead:

    .listing-thumbnail .image-overlay {
        display: none !important;
    }
    
    .listing-thumbnail:hover a:before {
        content: '';
        background: #fff;
        opacity: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        display: block;
        position: absolute;
        webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
        border-radius: 100%;
    }
    
    .listing-thumbnail:hover a:before {
        opacity: 0.7;
    }
    
    .listing-thumbnail:hover a:after {
        content: "\E869";
        font-family: 'entypo-fontello';
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .listing-thumbnail a:after {
        position: absolute;
        border-radius: 100%;
        background: red;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        z-index: 1000;
        text-align: center;
        color: #fff;
        content: "";
        font-size: 18px;
        font-weight: normal;
        opacity: 0;
        line-height: 80px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        webkit-transition: all;
        -moz-transition: opacity 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-radius: 100%;
        -webkit-transform: rotate(-175deg) scale(0.2);
        transform: rotate(-175deg) scale(0.2);
    }

    You can adjust the red and white background to something else.

    Cheers!
    Ismael

    #525321

    Hey!

    Note that specified thumbnail size are set to soft crop so it will not generate the images to the specified width and height unless you set the crop parameter to true. For example, the entry_with_sidebar845x321 thumbnail size doesn’t mean that the images will be exactly 845x321px in size. Use the Simple Image Size plugin to hard crop the images. Go to Settings > Media then look for the “entry_with_sidebar845x321 “, set the crop parameter to true. Update then regenerate the thumbnails afterwards.

    https://wordpress.org/plugins/simple-image-sizes/

    Cheers!
    Ismael

    #525250

    Yes! This works. Thank you. Now is there a way to maybe set the link manually? As you see the “a” tag is added automatically. My “inject” filter only adds the “img” tag, but it is wrapped in the “a” to begin with.

    Also… how would I turn of the thumbnail image entirely (in the blog-grid)? I’ve found a post about it but it didn’t help me.
    https://kriesi.at/support/topic/articles-blog-shortcode/

    #525234

    Somehow I can’t make it work. I like the default grid layout with three columns. I just want to get rid of the thumbnail, so this is my code, after adding your bloc-index-no-img img to the Quick CSS.

    [av_blog blog_type='posts' categories='32' link='category' blog_style='blog-grid' columns='3' contents='excerpt' content_length='content' preview_mode='custom' image_size='thumbnail' items='12' offset='0' paginate='yes' custom_class='bloc-index-no-img liste-objets']
    

    Any ideas?

    Intell
    Participant

    What I used to use doesn’t work with the theme. So do you have that feature built into the theme to show related posts or portfolio-item, or do you know of a plugin I can get?

    I need to have the kind with the thumbnails.

    Thanks!

    #525171
    Roy136
    Participant

    I want to add hotspots with thumbnails instead of numbers.
    Is that possible?

    #525134

    I don’t really see which part turns off the images for the posts? I see custom_class=’bloc-index-no-img liste-objets’ but no bloc-index-no-img in the CSS. Any help? I also want to remove preview images for one of my categories, or actually… have the thumbnail/feature images show up only for one category.

    #524640
    stefaniesomers
    Participant

    Hi Guys,

    Not entirely sure if this is a question for you or for Woo, but I’m hitting you up first. On the WooCommerce product page, I would like to have the image caption show somewhere when the thumbnail is clicked, bringing up the larger image in the lightbox – preferably along the bottom of the image if I have a choice, but I’m not overly picky.

    Is there a way to do this I’ve missed, or a bit of CSS to accomplish it? Or do I need to go talk to the Woo guys?

    here’s what I’m talking about if I’m not explaining well:
    https://www.dropbox.com/s/8g79fm889rd41c7/ImageCaptionExample.jpg?dl=0 (in an ideal world, I’d love the red bar to be the Image Caption – if not, I’ll take it where I can get it)

    Thanks!!

    Stefanie

    #524098
    Peter
    Participant

    Please check link below.

    I have a number of galleries on sections stacked vertically.

    All galleries have exactly the same settings but still the main preview image is a little bit different compared to each others in height.

    How can I force them to be exavtly the same height and still have half-width like they have now?

    Right now all have this setting:
    Entry with sidebar 845 x 321
    Thumbnail 80 x 80
    Yes force the same size on all big preview images even if they use a different aspect ratio

    I just see now logic on how the preview height and width are calculated to show on that page because some ot the preview images that is the main image is actually uploaded in portrait mode.

    Any ideas?

    #523491

    In reply to: Featured image problem

    Hey idespiran!

    Thank you for using Enfold.

    If possible, please use images with the same size and proportion. It will be much easier for WP to serve the exact thumbnails. Edit the portfolio grid, set the “Portfolio Grid Image Size” to the second option then choose the size that you want in the “Select custom image size” option.

    Regarding the search icon, it’s possible to add it inside the mobile menu or just show it as a default icon. Refer to this link: https://kriesi.at/support/topic/search-widget-only-in-mobile-view/#post-517247

    Cheers!
    Ismael

    #523479

    Hey!

    Open up wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\magazine.php then look for this:

    if(empty($this->atts['thumbnails']))
    				{
    					 $image = "";
    					 $extraClass = "av-magazine-no-thumb";
    				}

    Below, add this :

    $excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 10) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');	
    

    Regards,
    Ismael

    #523355

    Hi!

    Can you please try regenerate your images, with Regenerate Thumbnails plugin?

    Cheers!
    Basilis

    #523089
    steviger
    Participant

    Just installed the Easy Media Gallery Pro plugin. When hovering over a thumbnail, I see two links to open the pop-up.
    A little magnifying glass behind the Enfold icon. I think that is the season why it opens two pop-ups. How can I handle this issue so it only opens with the Easy Media Pro plugin?

    Regards,

    Steven

    Hi!

    3- Please change the code to following one

    .entry-summary .amount { font-size: 20px !important; }

    4- You can go to WooCommerce > Settings > Products > Display and change product image sizes and then regenerate them using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
    5- Please change the code to following one

    @media only screen and (max-width: 1395px) and (min-width: 990px) {
    .related.products li {
        width: 14%!important;
        margin: 0px 0px 0px 19px !important;
    }}
    @media only screen and (min-width: 1395px) {
    .related.products li {
        width: 15%!important;
        margin: 0px 0px 0px 19px !important;
    }}

    Best regards,
    Yigit

    #523026

    Yes, that’s the feed. (I’m not sure how to attach a screen shot, sorry).

    I was able to get the thumbnail image smaller (used a different setting). The “choose the preview image size manually” feature doesn’t really seem to work at all. But I think this will be ok.

    Is there any way to get the image left aligned instead of center without throwing off my whole page?

    #522887
    #522861
    Gekko101
    Participant

    Hi Guys,

    When using the built in Enfold search feature (icon in menu bar) I want to control the search results it provides.

    I want it to only search for Woocommerce products and to also display the results with Thumbnails of the products etc.

    It seems to be using the basic WordPress search feature, how do I change this?

    Thank you.

    Thank you Yigit for your help, almost everything is ok !
    Except:

    >>>>#3 – Price font size — – It is currently set to 18px
    Yes, my code work, but it also changes the price size everywhere on the site. I would just modify the price size
    in the of the individual product page (not on related products, not on the shop overview, etc.)

    >>>># 4- Big Image product size: Please add following code to Quick CSS and adjust
    What is the image dimensions normally? (by default)
    Because I have the impression that my image looks blurred when I increases the image size with your code.

    >>>>#5- Related products size: Please add following code to Quick CSS and adjust:
    That work ! I can set it to 6 columns now, great ! But now the space are not equally distributed.
    To adjust the space I tried to add this code (margin: 0px 0px 0px 19px !important;) to equally distribute tumbnails in the space and that seems to work except when I resize down the windows: the 6th thumbnail fall in a other line…

    related_icons

    #522704

    Hi!

    May we have temporary access to your website so we can take a closer look at your grid row settings?

    Also, it’s best to keep a consistent image size across each thumbnail.

    Best regards,
    Dake

    #522593

    Hello Andy. I am trying to get the placeholder image to be shown as thumbnail for products without images. Currently if there is a product without any image or thumnail, the product list does not put a placeholder, and the product name is aligned to the left. See: https://www.dropbox.com/s/us7jqqbye0g5l8t/Screenshot%202015-10-21%2016.06.32.png?dl=0

    As you can see in the screenshot above, that is a dummy, but that is what happens to the products without any image. What I am trying to do it to put a generic placeholder to fill the space so that all products look alike in terms of alignment. The placeholder would be the generic image with the company logo. As mentioned before, I already have a placeholder image in the site, but currently it is only shown in the product details page. I would like it to also appear in the product search results pages.

    Again, I found a topic from 2013 related to this task, but I tried to follow the instructions without any luck. Please see the old topic here: https://kriesi.at/support/topic/woocommerce-product-without-a-product-image/ Is there anything different now compared to the version used in 2013? Is there any other way to get this working?
    I appreciate your help. Thank you.

    #522508
    MajorRestoration
    Participant

    I have my blog post’s Preview Image Size set to “choose the preview image size manually (select thumbnail size)” and “Thumbnail (80×80)” selected as the size. It still shows up full width in the container.

    Ideally, I’d like the thumbnail to appear on the left side of the post excerpt but I don’t want to use a sidebar menu setting the homepage.

    Can you please help?

    #522477

    Hi!

    use this code to control it’s margin:

    @media only screen and (max-width: 736px) {
    article.slide-entry.flex_column.post-entry.slide-parity-odd.av_one_half.first.real-thumbnail {
    margin-bottom: 20px !important;
    }}
    

    and adjust as needed.

    Best regards,
    Andy

    • This reply was modified 10 years, 6 months ago by Andy.

    Hey!

    Did you remove the theme’s preset thumbnails? The masonry gallery element should use the “masonry” thumbnail specified in the functions.php file,

    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    
    

    Cheers!
    Ismael

    #522016

    Hi!

    Sorry, I got the line numbers wrong for some reason. Here is the full class that you can copy to your child theme functions.php file.

    /**
     * AVIA NEWSBOX
     *
     * Widget that creates a list of latest news entries
     *
     * @package AviaFramework
     * @todo replace the widget system with a dynamic one, based on config files for easier widget creation
     */
    
    if (!class_exists('avia_newsbox'))
    {
    	class avia_newsbox extends WP_Widget {
    
    		var $avia_term = '';
    		var $avia_post_type = '';
    		var $avia_new_query = '';
    
    		function __construct()
    		{
    			$widget_ops = array('classname' => 'newsbox', 'description' => 'A Sidebar widget to display latest post entries in your sidebar' );
    
    			parent::__construct( 'newsbox', THEMENAME.' Latest News', $widget_ops );
    		}
    
    		function widget($args, $instance)
    		{
    			global $avia_config;
    
    			extract($args, EXTR_SKIP);
    			echo $before_widget;
    
    			$title = empty($instance['title']) ? '' : apply_filters('widget_title', $instance['title']);
    			$count = empty($instance['count']) ? '' : $instance['count'];
    			$cat = empty($instance['cat']) ? '' : $instance['cat'];
    			$excerpt = empty($instance['excerpt']) ? '' : $instance['excerpt'];
    			$image_size = isset($avia_config['widget_image_size']) ? $avia_config['widget_image_size'] : 'widget';
    
    			if ( !empty( $title ) ) { echo $before_title . $title . $after_title; };
    
    			if(empty($this->avia_term))
    			{
    				$additional_loop = new WP_Query("cat=".$cat."&posts_per_page=".$count);
    			}
    			else
    			{
    				$catarray = explode(',', $cat);
    
    				if(empty($catarray[0]))
    				{
    					$new_query = array("posts_per_page"=>$count,"post_type"=>$this->avia_post_type);
    				}
    				else
    				{
    					if($this->avia_new_query)
    					{
    						$new_query = $this->avia_new_query;
    					}
    					else
    					{
    						$new_query = array(	"posts_per_page"=>$count, 'tax_query' => array(
    														array( 'taxonomy' => $this->avia_term,
    															   'field' => 'id',
    															   'terms' => explode(',', $cat),
    															   'operator' => 'IN')
    															  )
    														);
    					}
    				}
    
    				$additional_loop = new WP_Query($new_query);
    			}
    
    			if($additional_loop->have_posts()) :
    
    			echo '<ul class="news-wrap image_size_'.$image_size.'">';
    			while ($additional_loop->have_posts()) : $additional_loop->the_post();
    
    			$format = "";
    			if(empty($this->avia_post_type)) 	$format = $this->avia_post_type;
    			if(empty($format)) 					$format = get_post_format();
    	     	if(empty($format)) 					$format = 'standard';
    			
    			$the_id = get_the_ID();
    			$link = get_post_meta( $the_id  ,'_portfolio_custom_link', true) != "" ? get_post_meta( $the_id ,'_portfolio_custom_link_url', true) : get_permalink();
    			
    			
    			echo '<li class="news-content post-format-'.$format.'">';
    
    			//check for preview images:
    			$image = "";
    
    			if(!current_theme_supports('force-post-thumbnails-in-widget'))
    			{
    				$slides = avia_post_meta(get_the_ID(), 'slideshow', true);
    
    				if( $slides != "" && !empty( $slides[0]['slideshow_image'] ) )
    				{
    					$image = avia_image_by_id($slides[0]['slideshow_image'], $image_size, 'image');
    				}
    			}
    
    			if(current_theme_supports( 'post-thumbnails' ) && !$image )
    			{
    				$image = get_the_post_thumbnail( $the_id, $image_size );
    			}
    
    			$time_format = apply_filters( 'avia_widget_time', get_option('date_format')." - ".get_option('time_format'), 'avia_newsbox' );
    
    			echo "<a class='news-link' title='".get_the_title()."' href='".$link."'>";
    
    			$nothumb = (!$image) ? 'no-news-thumb' : '';
    
    			echo "<span class='news-thumb $nothumb'>";
    			echo $image;
    			echo "</span>";
    			if(empty($avia_config['widget_image_size']) || 'display title and excerpt' != $excerpt)
    			{
    				echo "<strong class='news-headline'>".get_the_title();
    				
    				if($time_format)
    				{
    					echo "<span class='news-time'>".get_the_time($time_format)."</span>";	
    				}
    				
    				echo "</strong>";
    			}
    			echo "</a>";
    
    			if('display title and excerpt' == $excerpt)
    			{
    				echo "<div class='news-excerpt'>";
    
    				if(!empty($avia_config['widget_image_size']))
    				{
    					echo "<a class='news-link-inner' title='".get_the_title()."' href='".$link."'>";
    					echo "<strong class='news-headline'>".get_the_title()."</strong>";
    					echo "</a>";
    					if($time_format)
    					{
    						echo "<span class='news-time'>".get_the_time($time_format)."</span>";	
    					}
    
    				}
    				the_excerpt();
    				echo "</div>";
    			}
    
    			echo '</li>';
    
    			endwhile;
    			echo "</ul>";
    			wp_reset_postdata();
    			endif;
    
    			echo $after_widget;
    
    		}
    
    		function update($new_instance, $old_instance)
    		{
    			$instance = $old_instance;
    			$instance['title'] = strip_tags($new_instance['title']);
    			$instance['count'] = strip_tags($new_instance['count']);
    			$instance['excerpt'] = strip_tags($new_instance['excerpt']);
    			$instance['cat'] = implode(',',$new_instance['cat']);
    			return $instance;
    		}
    
    		function form($instance)
    		{
    			$instance = wp_parse_args( (array) $instance, array( 'title' => '', 'count' => '', 'cat' => '', 'excerpt'=>'' ) );
    			$title = strip_tags($instance['title']);
    			$count = strip_tags($instance['count']);
    			$excerpt = strip_tags($instance['excerpt']);
    
    			$elementCat = array("name" 	=> "Which categories should be used for the portfolio?",
    								"desc" 	=> "You can select multiple categories here",
    					            "id" 	=> $this->get_field_name('cat')."[]",
    					            "type" 	=> "select",
    					            "std"   => strip_tags($instance['cat']),
    					            "class" => "",
    	            				"multiple"=>6,
    					            "subtype" => "cat");
    			//check if a different taxonomy than the default is set
    			if(!empty($this->avia_term))
    			{
    				$elementCat['taxonomy'] = $this->avia_term;
    			}
    
    			$html = new avia_htmlhelper();
    
    	?>
    			<p><label for="<?php echo $this->get_field_id('title'); ?>">Title:
    			<input class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php echo esc_attr($title); ?>" /></label></p>
    
    			<p>
    				<label for="<?php echo $this->get_field_id('count'); ?>">How many entries do you want to display: </label>
    				<select class="widefat" id="<?php echo $this->get_field_id('count'); ?>" name="<?php echo $this->get_field_name('count'); ?>">
    					<?php
    					$list = "";
    					for ($i = 1; $i <= 20; $i++ )
    					{
    						$selected = "";
    						if($count == $i) $selected = 'selected="selected"';
    
    						$list .= "<option $selected value='$i'>$i</option>";
    					}
    					$list .= "</select>";
    					echo $list;
    					?>
    
    			</p>
    
    			<p><label for="<?php echo $this->get_field_id('cat'); ?>">Choose the categories you want to display (multiple selection possible):
    			<?php echo $html->select($elementCat); ?>
    			</label></p>
    
    			<p>
    				<label for="<?php echo $this->get_field_id('excerpt'); ?>">Display title only or title & excerpt</label>
    				<select class="widefat" id="<?php echo $this->get_field_id('excerpt'); ?>" name="<?php echo $this->get_field_name('excerpt'); ?>">
    					<?php
    					$list = "";
    					$answers = array('show title only','display title and excerpt');
    					foreach ($answers as $answer)
    					{
    						$selected = "";
    						if($answer == $excerpt) $selected = 'selected="selected"';
    
    						$list .= "<option $selected value='$answer'>$answer</option>";
    					}
    					$list .= "</select>";
    					echo $list;
    					?>
    
    			</p>
    
    	<?php
    		}
    	}
    }

    Cheers!
    Elliott

    #521895

    In reply to: Gallery Shortcode

    Hey!

    when editing your gallery look for “Thumbnail fade in effect”.

    Best regards,
    Andy

    #521879

    Hey lobster71!

    I see you have the header set to 250px and your logo is using a thumbnail version of 300 x 154. If you set the header to the slim / large setting it should fill the space. Or when you select your logo image you can set it’s size to be “full” instead of a thumbnail so it fills the space.

    Or are you wanting to keep the header 250px and have the logo display vertically centered in it while still using the thumbnail size?

    Regards,
    Elliott

    hugaud
    Participant

    Hi, great theme with some really well thought out features.
    I have a couple of licences now and building a couple of sites with e-commerce features for clients.

    I am using the woocommerce “brand” extension plugin to enable customers to shop by brand as well as categories.

    Is there a way to enable the very useful options which you offer for product categories already i.e. showing the category (in this case brand) thumbnail on the archive page of each brand and controlling whether or not to use a customised banner with description at the top of each brand archive page ?

    This is the site I am working on right now so you can see what I’m trying to do, there’s a brand archive page where I haven’t found the mean to add either the category description at the top of the page, the brand thumbnail or specific page banner.

    Your help would be much appreciated
    Thanks in advance
    Hugues

    #521777
    idespiran
    Participant

    Can I get the font and the thumbnail to be a bit bigger that default?

    #521761

    Hi Rikard,
    Yes, I want to set a fixed height if that is going to make these extra ugly lines (that I pointed to with the arrows) under the cells disappear. Whether there is 2 lines or 3 lines of text under the thumbnails shouldn’t make the grid look any different. Thank you for the excellent support.

Viewing 30 results - 6,001 through 6,030 (of 10,101 total)