Viewing 30 results - 7,651 through 7,680 (of 10,095 total)
  • Author
    Search Results
  • #327902

    Hey!

    I changed one of the logo image source and it shows fine. It is located on the fourth row. http://www.rentmedakar.cz/?page_id=8071&lang=en

    Did you regenerate the thumbnails here? http://www.rentmedakar.cz/wp-admin/tools.php?page=regenerate-thumbnails

    Or try to change the logo images manually.

    Best regards,
    Ismael

    #327884

    Hi!


    @pede1
    : We need the authentication password. I tried the login credentials on your first post but there is no password there.

    2.) After you switch the Gallery Style to Big Preview, there will be another available option. The Gallery Big Preview Image Size will control the thumbnail size use on the big preview image of the gallery.

    3.) Placing the Portfolio Grid on 1/1 column should prevent it from becoming full width. Please do this then remove browser cache before testing the page.

    5.) There is no detailed list of the changes but you can always check the theme overview changelogs: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Kriesi


    @bjacoby
    : Did you update the theme to Enfold 2.9.2? This should fix the issues on WordPress 4.0 update. Where did you send the login credentials?

    Cheers!
    Ismael

    #327761

    Thanks for your quick response Josue

    sadly though this does not seemed to have worked. I tried deleting Yigit’s code and replacing it with yours

    but this just added the pencil icon back in

    So I tried adding both pieces of code and again this removed the pencil icon but left the white boxes

    so still no solution

    my basic css code looks like this
    /* #Basic Styles
    ================================================== */
    .fake-thumbnail .slide-image{
    display: none;
    }

    article span.fallback-post-type-icon {
    display: none;
    }

    html.responsive, .responsive body{
    overflow-x: hidden;

    }

    body {
    font: 13px/1.65em “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    color: #444;
    -webkit-text-size-adjust: 100%;
    }

    any further suggestions?

    #327648

    Hi!

    Use this code instead:

    .fake-thumbnail .slide-image{
        display: none;
    }

    Cheers!
    Josue

    #327586

    Hey Devin,

    Thanks for guiding me to the right spot.

    I noticed that by deselecting the hard crop option, it resolved my problem and I did not even have to regenerate any thumbnails.

    Best,

    GB

    #327525

    Hi Daniela!

    Try changing that in Settings > Media. Remember to regenerate the thumbnails afterwards.

    Best regards,
    Josue

    #327498

    Hello!

    I don’t see any difference – the thumbnails are still the same size. Is it maybe possible to adjust their size in px instead of in %?

    Thank you!

    Best regards,

    CB

    #327207

    In reply to: Product Image Cut Off

    Hi Ignazio!

    1- Please go to WooCommerce > Settings > Products and change “Single Product Image” then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    2- Please add following code to Functions.php file in Appearance > Editor

    #
    # wrap single product image in an extra div
    #
    add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2);
    add_action( 'woocommerce_before_single_product_summary',  'avia_close_image_div', 20);
    function avia_add_image_div()
    {
    	echo "<div class='six units single-product-main-image alpha'>";
    }
     
    function avia_close_image_div()
    {
    	global $avia_config;
    	$avia_config['currently_viewing'] = "shop_single";
     
    	echo "</div>";
    }
     
     
    #
    # wrap single product summary in an extra div
    #
    add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25);
    add_action( 'woocommerce_after_single_product_summary',  'avia_close_summary_div', 3);
    function avia_add_summary_div()
    {
    	echo "<div class='six units single-product-summary'>";
    }
     
     
     
    function avia_close_summary_div()
    {
    	echo "</div>"; //close out the summary
    }

    Best regards,
    Yigit

    #327109

    I did regenerate the thumbnails and nothing heppened. I also tried to create new logos to use only them for english version and still the same.

    Any other idea? :(

    Thx

    Josue, Sorry for the delay responding back to this thread! We work on local host, so there are no links when we are developing sites. Only screen captures.

    You can close this thread. It was faster to code it from scratch. It is lightning fast, lazy loaded, fed from a database, resizes thumbs and full images with GD Library, scrolls and flicks each photo and thumbnail with Jquery animations, while enlarging fullscreen views with a lightbox and captions and a few more features.

    Don

    Hi generatrorassociates!

    Thank you for using Enfold.

    Please edit the gallery then look for the Gallery Big Preview Image Size. This option will change the big preview image of the gallery. Set the gallery thumbnails size on Gallery Preview Image Size. Right now you’re using the Thumbnail size (80x80px) on the Gallery Big Preview Image Size setting.

    Regards,
    Ismael

    #326988
    JamesTuttle
    Participant

    We have successfully figured out how to get a youtube video to stream, however the video thumbnail is not working.

    Is there a way inside the plugin that we can specify a graphic to show as the video thumbnail, instead of a black box?

    http://www.generatorservicing.com/new/?p=2664

    Hello – no matter what I change the thumbnails and big image size to in the gallery – its not effecting the actual image size when I view the page?

    Can you help?

    I’ve tried changing the options on no do not force the same size image, yes do etc – changing different sizes for gallery big preview size and preview size – but its not making any difference to the size – they are still staying huge?

    Thanks

    #326556
    This reply has been marked as private.
    #326427
    codecreative
    Participant

    Hi

    On the enfold demo site if I go to ajax portfolio and click a thumbnail it shows up further information. So if I go to

    http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/

    And click on the first image of a smart phone. I get taken to another page that says our client, our tasks, skills involved.

    On my site when I create a portfolio cust post in the admin panel (using enfold of course). I scroll down to Ajax Portfolio Preview Settings and in the text box underneath “Add preview text” is where I put content that would display to the right of the image. How can I insert accordion into this? There is no page builder for the preview text section :S

    #326358
    This reply has been marked as private.
    #326351

    Hi!

    Thank you for the info.

    Please try to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    #326334

    Hi!

    Thank you for the info.

    1.) Please post the login details to We would like to test the testimonial shortcode. Have you tried recreating the testimonials? As I said, the update might break some of the elements so you need to reconfigure it.

    2.) Choose a thumbnail on the Gallery Big Preview Image Size.

    3.) The Portfolio Grid is now set to full width by default. Place it inside a 1/1 column to make it look like exactly as before.

    4.) We would like to check this. Please give us a temporary login details on the test site. **removed upon request**

    5.) The latest update is using a different lightbox. The old lightbox “prettyPhoto” is a bit outdated. We replaced it with MagnificPopup. If you still want to use prettyPhoto, deactivate MFP on Enfold > Theme Options > Lightbox Modal Window. Install prettyPhoto as a stand alone plugin.

    Regards,
    Ismael

    • This reply was modified 11 years, 6 months ago by Yigit.
    codemode
    Participant

    Hi, the chart (table) at the top of my cart page with the product, quantity, price, total etc somehow stretches far off to the right cutting off the “proceed to checkout” and “update cart” buttons — you have to expand the browser window all the way to the right to see them. It is not responsive to screen sizes and therefore you can’t check out on smaller screen sizes.

    All other woo commerce pages and tables are formatted correctly within my site’s max width with the exception of the table atop the cart page.

    I tried containing the [woocommerce_cart] short code on the cart page within the avia layout editor and that doesn’t seem to do anything.

    i’m running WP 4.0 with the latest enfold theme 2.9.2 and latest woo commerce 2.2.4.

    saw this thread: https://wordpress.org/support/topic/woocommerce-checkout-not-mobile-responsive

    Seems to work ok with the default WP 2014 theme, but not with enfold theme.

    any ideas?

    UPDATE: I used the code below to force the cart tables to become responsive, however, the tables still do not respond on mobile phone portrait. If the user does not change to landscape, they have no way of checking out.

    /* START Make the cart table responsive */
    /* http://css-tricks.com/responsive-data-tables/ */
    
    @media screen and (max-width: 640px) {
    
    /* Force table to not be like tables anymore */
    .woocommerce-page table.shop_table, 
    .woocommerce-page table.shop_table thead, 
    .woocommerce-page table.shop_table tbody, 
    .woocommerce-page table.shop_table th, 
    .woocommerce-page table.shop_table td, 
    .woocommerce-page table.shop_table tr { 
    	display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    .woocommerce-page table.shop_table thead tr { 
    	position: absolute;
    	top: -9999px;
    	left: -9999px;
    }
    
    .woocommerce-page table.shop_table tr { 
    	/*border: 1px solid #d2d3d3; */
    }
    
    .woocommerce-page table.shop_table td { 
    	/* Behave  like a "row" */
    	border: 1px solid #d2d3d3; 
    	position: relative;
    	padding-left: 30% !important; 
    }
    
    .woocommerce-page table.shop_table {
    	border: none;
            max-width:1030px!important;
    }
    
    .woocommerce-page table.shop_table td.product-spacer {
    	border-color: #FFF;
    	height: 10px;
    }
    
    .woocommerce-page table.shop_table td:before { 
    	/* Now like a table header */
    	position: absolute;
    	/* Top/left values mimic padding */
    	top: 6px;
    	left: 6px;
    	width: 45%; 
    	padding-right: 10px; 
    	white-space: nowrap;
    }
    
    /*
    Label the data
    */
    .woocommerce-page table.shop_table td.product-remove:before {
    	content: "DELETE";
    }
    
    .woocommerce-page table.shop_table td.product-thumbnail:before {
    	content: "IMAGE";
    }
    
    .woocommerce-page table.shop_table td.product-name:before {
    	content: "PRODUCT";
    }
    
    .woocommerce-page table.shop_table td.product-price:before {
    	content: "PRICE";
    }
    
    .woocommerce-page table.shop_table td.product-quantity:before {
    	content: "QUANTITY";
    }
    
    .woocommerce-page table.shop_table td.product-subtotal:before {
    	content: "SUBTOTAL";
    }
    
    .woocommerce-page table.shop_table td.product-total:before {
    	content: "TOTAL";
    }
    
    .woocommerce .quantity, 
    .woocommerce #content .quantity, 
    .woocommerce-page .quantity, 
    .woocommerce-page #content .quantity {
    	margin: 0;
    }
    
    .woocommerce-page table.cart td.actions, 
    .woocommerce-page #content table.cart td.actions {
    	text-align: left;
    	border:0;
    	padding-left: 6px !important;
    }
    
    .woocommerce-page table.cart td.actions .button.alt, 
    .woocommerce-page #content table.cart td.actions .button.alt {
    	float: left;
    	margin-top: 10px;
    }
    
    .woocommerce-page table.cart td.actions div, 
    .woocommerce-page #content table.cart td.actions div,
    .woocommerce-page table.cart td.actions input, 
    .woocommerce-page #content table.cart td.actions input {
    	margin-bottom: 10px;
           width: 100%;
    }
    
    .woocommerce-page .cart-collaterals .cart_totals {
    	float: left;
    	width: 100%;
    	text-align: left;
    }
    
    .woocommerce-page .cart-collaterals .cart_totals th, 
    .woocommerce-page .cart-collaterals .cart_totals td {
    	border:0 !important;
    }
    
    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    	padding-left: 6px !important;
    }
    
    .woocommerce-page table.shop_table tr.cart-subtotal td,
    .woocommerce-page table.shop_table tr.shipping td,
    .woocommerce-page table.shop_table tr.total td,
    .woocommerce-page table.shop_table.order_details tfoot th,
    .woocommerce-page table.shop_table.order_details tfoot td {
    	padding-left: 6px !important;
    	border:0 !important;
    }
    
    .woocommerce-page table.shop_table tbody {
    	padding-top: 10px;
    }
    
    .woocommerce .col2-set .col-1, 
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, 
    .woocommerce-page .col2-set .col-2,
    .woocommerce form .form-row-first, 
    .woocommerce form .form-row-last, 
    .woocommerce-page form .form-row-first, 
    .woocommerce-page form .form-row-last {
    	float: none;
    	width: 100%;
    }
    
    .woocommerce .order_details ul, 
    .woocommerce-page .order_details ul,
    .woocommerce .order_details, 
    .woocommerce-page .order_details {
    	padding:0;
    }
    
    .woocommerce .order_details li, 
    .woocommerce-page .order_details li {
    	clear: left;
    	margin-bottom: 10px;
    	border:0;
    }
    
    }
    
    /* END Make the cart table responsive */
    
    • This topic was modified 11 years, 6 months ago by codemode.
    #326166
    C_Developer
    Participant

    Hello!

    It’s possible to display Portfolio items based on their tags thanks to the ‘Tag Cloud’ Widget. Is it possible to make the font size of the words “PORTFOLIO ITEMS” smaller (e.g. 24px) and to define a smaller thumbnail size for displayed items (e.g. 150x150px) ?

    Here is an example of a search via the Tag Cloud Widget: [see link below]
    And if helpful, you’ll find the Tag Cloud widget in the 3rd column of my footer on every page of my website.

    Best thanks!

    CB

    #326009

    Hi Lionel!

    I don’t know what you mean by ‘duplicates’ to be honest, if you are referring to the thumbnails the theme generates each time a image is uploaded you can disable that using this plugin (Settings > Media).

    Cheers!
    Josue

    #325657
    nock
    Participant

    I’m looking for a solution. Two images are involved here. The first is an image of a shirt from the front. The second is a larger image of different angles of the shirt design so you get an idea what it looks like.

    I need the gallery thumbnail when clicked to load the 2nd larger image in the lightbox and not the larger version of itself.

    I can accomplish this using the WP Gallery Custom Links plugin which allows me to put the URL of a different image there. I need to use the standard WP Gallery to do this.

    Is there a modification that would allow me to do this using the theme’s gallery?
    I’d be fine using the WP gallery, but I cannot find how to increase the size of the thumbnail. I changed the thumbnail size in Settings/Media and regenerated the thumbnails and that doesn’t work.

    Either direction will work for me. I’d prefer the theme gallery if you have a solution.

    Thanks!

    Hey Bettina!

    1) Try to regenerate all thumbnails with http://wordpress.org/extend/plugins/regenerate-thumbnails/ – unfortunately WPML doesn’t always generate the thumbnails for the translated images and you need to use this plugin to generate them manually.

    2) Try this css code:

    
    #top .grid-entry .inner-entry {
    box-shadow: none;
    }
    

    Regards,
    Peter

    Hey!

    You didn’t regenerate the thumbnails. Please go to the Settings > Media panel then change the width and height of the portfolio size thumbnail. Set the crop parameter to “No”. Click Update then click Save Changes at the bottom of the settings panel. Click the Regenerate Thumbnails button or upload the portfolio item image again.

    Best regards,
    Ismael

    #325402

    In reply to: Image size

    Hi!

    Actually, it is the shop_catalog size that you need to set to “No”. Please check the settings again, set the crop parameter to No then maybe adjust the size of the thumbnail a bit. Update it then make sure to click “Save Changes” before you regenerate the thumbnails.

    Cheers!
    Ismael

    #325123

    Hi gb!

    In your WooCommerce settings you can change the size of the image that is added to the page. Go to WooCommerce Settings>Products tab and look for Product Image Sizes.

    After saving you’ll need to regenerate your thumbnail images using http://wordpress.org/extend/plugins/regenerate-thumbnails/

    Regards,
    Devin

    Hi!

    Sorry i forgot to point that out. Please edit Portfolio images and not shop_thumbnail

    Regards,
    Yigit

    Thina
    Participant

    Hi,

    My portfolio thumbnails are displayed in various sizes on the translated mulitlingual pages, while the size of the thumbnails on the original pages are equal. I’ve uploades images with different sizes, but have set the size of the portfolio image to certain size.
    In “Übersetzungsoptionen” -> “Benutzerdefinierte Beiträge” (sorry my admin language is german) I found:
    – Avia Framework “translate” “do nothing” but I can not enable translate.
    And I got only the Blog Version of WPML. Can that couse the promblem?

    Question 2
    How can I get rid of the boarder around the portfolio images ?
    I tried to set the boarder color to #ffffff in the main content of the General Styling – but that doesn’t change anything

    unfortunately I can not send you link as I’m working offline

    Regards
    Bettina

    #324884
    This reply has been marked as private.

    Hey!

    Unfortunately, you can’t deactivate them via child theme. However, you can use this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Set the width and height of the thumbnails that you don’t need to zero. Save changes. All images that you upload will ignore this thumbnail size.

    Cheers!
    Ismael

Viewing 30 results - 7,651 through 7,680 (of 10,095 total)