Viewing 30 results - 98,131 through 98,160 (of 106,481 total)
  • Author
    Search Results
  • #210034
    keneastwood
    Participant

    Hi,

    I’ve got a three column view of latest posts on my front page http://cravensafetyservices.co.uk/

    The alignment isn’t right.

    Would like to make middle image align center and right hand image align right.

    Also, how would I align center the title beneath each image.

    Thanks,

    Ken

    #210023

    Topic: Change site logo

    in forum Enfold
    #210020
    rogersmedia
    Participant

    Is there a listing available for the suggested image sizes to use with a retina display? I found the image dimensions suggested with this theme for the logo image, but could not find other suggested sizes (or image ratios, WxH) for portfolio images, slider images, single post images, shop images. I want to start with the image sizes which this theme’s css is built for, then tweak the css as needed if I need something else. Thanks!

    #210019

    Hi Yigit,

    I applied a universal margin of 5px to crate even space all the way around HOWEVER, I have selected to display 3 columns but it is only showing 2 http://codelessme.com/casey/abstracts/

    How can I adjust this so 3 columns are displayed?

    Hi all,
    Devin thanks for participating.
    I enclose a two images as seen the website on my iphone
    src=”http://medspanassociates.com/wp-content/uploads/2014/01/pantallazo.jpg”

    I think it does not look good (…?)

    Thank you very much for everything,
    Greetings!

    ********************

    Hola a todos,
    gracias por participar Devin.
    Adjunto un dos de imágenes de como se ve la página web en mi iphone

    Yo creo que no se ve bien (…?)

    Muchas gracias por todo,
    Saludos !!!

    #210007

    Hey Ismael,

    I would rather disable the fancy box. Also- I have a title set, but nothing is showing up on the default wordpress pop-up images. See the reference link again to review. (close the fancy box to display wordpress default)

    #209980
    spitsdesign
    Participant

    Hey,

    Single portfolio: 2/3 gallery
    Is it possible to move the thumbnails to the top (above the image)?
    http://kriesi.at/themedemo/?theme=enfold
    tnx!

    Hi bmneimark!

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Create a page then insert three 1/3 columns. On each columns insert the Images element under Media Element panel. Configure each Images element then add a custom css class. For example, let’s use the “one_third_image”. Add this on custom.css or Quick CSS to specify the height of the images with the “one_third_image” selector:

    .avia_image.one_third_image {
    height: 240px;
    }

    Best regards,
    Ismael

    #209931

    Hi!

    1.) Add this on Quick CSS:

    .four.units.single-product-main-image.alpha .images a {
    pointer-events: none;
    }

    2.) You can change the font of the tax rate using this:

    .woocommerce-de_price_taxrate {
    font-size: 11px !important;
    font-family: Arial;
    }

    Best regards,
    Ismael

    #209920

    Hey!

    You can easily remove it – open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php and replace

    
    					if($thumbnail)
    					{
    						$thumb_fallback = $thumbnail;
    						$thumb_class	= "real-thumbnail";
    					}
    					else
    					{
    						$thumbnail = "<span class=' fallback-post-type-icon' ".av_icon_string($format)."></span><span class='slider-fallback-image'>{{thumbnail}}</span>";
    						$thumb_class	= "fake-thumbnail";
    					}
    

    with

    
    					if($thumbnail)
    					{
    						$thumb_fallback = $thumbnail;
    						$thumb_class	= "real-thumbnail";
    					}
    					else
    					{
    						$thumbnail = false;
    						$thumb_class = false;
    					}
    

    Cheers!
    Peter

    #209905

    Hi medvick!

    That is a custom background created by Kriesi. Please hire a freelance developer to replicate the design. You can start with this css code:

    #pre-sale-question form {
    border-radius: 6px;
    padding: 8px;
    position: relative;
    border: 1px #e1e1e1 solid;
    background: #D1D1D1;
    background: -moz-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    background: -webkit-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    background: -o-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    background: repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    }

    Best regards,
    Ismael

    #209901
    Tommy
    Participant

    Hi,

    When use Portfolio Gird to show images, there always have Border in each image, maybe 1 or 2 px, can i make these with no border, just in white space.

    Thanks

    Tommy

    #209900

    Thanks for the quick response!
    Unfortunately that doesn’t seem to do it though…
    The site is as follows: http://tinyurl.com/n3td26x
    I would like the first (home) page to stay looking the same, but I would like the other pages to be boxed layout with the homepage image in the background. Is this possible?
    Thankyou!!

    #209897

    wow – that was fast – THANK YOU!
    everything worked fine!!
    just two more:
    1) how to deactivate the link behind the product image?
    2) cant i seperately change the pprice font and the font for ‘19% tax inkl.)?

    thanks!!

    #209894

    Hi!

    1.) Add this on Quick CSS:

    .four.units.single-product-main-image.alpha {
    overflow: hidden;
    }

    2.) Change the price and price per unit font using this:

    #top .price span, #top del, #top ins {
    font-size: 12px;
    line-height: 24px;
    }

    3.) The code above will change it too.

    4.) You can change the color of the related products title using this:

    .alternate_color .related.products h2 {
    color: blue;
    }

    Cheers!
    Ismael

    #209893

    In reply to: Portfolio questions

    Hi milatch!

    1.) You can add this on Quick CSS to remove the date and item on Latest Portfolio Widget:

    .news-time {
    display: none !important;
    }

    2.) You can change the width of the portfolio featured image using this:

    .single-portfolio .page-thumb img {
    width: 300px;
    }

    3.) Use this to change the iconlist icons color:

    .iconlist-char {
    color: red;
    }

    Cheers!
    Ismael

    #209873

    Topic: Portfolio questions

    in forum Enfold
    milatch
    Participant

    Hello,

    1. How can I disable the time and day release information, that appears if I select “Enfold Latest Portfolio” widget for sidebar. I’d like to display title only, without any information about time and date of release underneath.

    2. If I chose portfolio grid with the link handling “open a preview of the entry (ajax portfolio)” and click on it to come further to the portfolio page itself after preview, how can I change the size of the image that is shown on top? Its cutted. I would like to display it smaller but not cutted.

    3. How can I change colours of Icon List Symbols manually?

    Thank you!
    milatch

    #209871

    In reply to: Custom CSS Image Left

    Hey!

    I created a new post called “Test” then added a featured image. The featured image and the title takes me to the correct post when clicked. Please recreate the post “Feeding Orphans”, the permalink is incorrect. I’m not sure why but did you manually change the permalink of the post?

    This is the post that I created: http://bringingmiracles.com/test/

    Regards,
    Ismael

    #209870

    Hey oliviad!

    You can edit includes > loop-search.php, find this code:

    echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";

    Replace it with an image icon:

    echo "<span class='search-result-counter {$counterclass}'><img src='IMAGE URL HERE'></span>";

    What do you mean by “- Page Title Here the sentence in which the word appears.”?

    Cheers!
    Ismael

    #209850

    In reply to: Custom CSS Image Left

    This reply has been marked as private.
    #209847

    Hey mtmfx!

    Yes, that is ok. You can also use the Color Section, add a background image. :)

    Regards,
    Ismael

    #209844

    Hey glozemedia!

    How did you move the website? Did you use the WordPress Exporter? We recommend the WP Migrate DB or WP MIGRATE PRO when transferring a website.

    Best regards,
    Ismael

    #209842

    In reply to: Custom CSS Image Left

    Hey!

    That is weird. Can you please post the login details here? Set it as a private reply. We would like to inspect the post and the blog page.

    Regards,
    Ismael

    #209839
    duttonstuart
    Participant

    hi.. Its been a little while since I have had chance to check on updates and I did a lot of manual changes to ensure things worked how they needed to in my files and so slightly now worried about updating the theme without messing up anything done.. The reason I need to update though is somehow it seems that my theme has been compromised and spam URLS are linked to images and posts and in body of the site. which is extremely frustrating. can anyone suggest a way of getting things up to date without losing eveything and wondering why there doesnt seem to be an auto update or installable update available from within the theme.

    Thanks

    Stuart

    #209821

    In reply to: Custom CSS Image Left

    Thank you, but adding the featured image brought up a new problem. When the icon was used, if a user clicks on the icon, it links to the blog page. Now, with the featured image, if you click on the featured image, it goes to a page that lists all images. That won’t work either.
    Any suggestions? Please look at it at : http://bringingmiracles.com/

    Thank you.

    #209815
    5fold
    Participant

    Hi what’s the best way to change image URL’s within the editor from say for example test.subdomain.com to test.com. I tried using the search and replace plugin but it didn’t change any of the website images within the editor.

    #209812

    Hey!

    I have just checked your website and it does work on linked images. Please see screenshot here http://i.imgur.com/lFved5L.jpg
    Other images are not linked

    Best regards,
    Yigit

    #209799
    mtmfx
    Participant

    Can I use only one image or slide on the fullscreen slider so that it is a static fullscreen pic? I only need one picture there and not a slideshow. If not is there another way to achieve this?

    Thanks

    #209782

    Thanks Yigit. I just learned that the only CSS changes that were made were to increase the logo/header size. Im guessing that a child theme was not created. So, please tell me if I’ve got this straight: moving forward I should reinstall the theme via FTP, after which I will find that the logo doesn’t fit, and to address that, I will need to create a child theme in which I can modify the header image size…yes/no?

    #209779

    I don’t know of a way to center them together. At that point it would be easier to just use custom css and html or an image instead of the icons.

Viewing 30 results - 98,131 through 98,160 (of 106,481 total)