Viewing 30 results - 99,691 through 99,720 (of 106,446 total)
  • Author
    Search Results
  • #194097
    Alessandro Marengo
    Participant

    Hi Kriesi!
    I’m experiecing the same issue others had…
    But I cannot make Enfold work. Blog posts would be shown entirely, even if “read more” is set. No excerpt’s working right.
    My config:
    – Single post with big preview image (featured image)
    – loop-index edited like this: $blog_content = !empty($avia_config[‘blog_content’]) ? $avia_config[‘blog_content’] : “excerpt_read_more”;
    if(is_single()) $blog_content = “content”;
    – For each article in a feed: Summary
    – Disable Comments plugin – but doesn’t matter, issue occured before

    Front page posts are shown entirely, when they shoudn’t.
    Please, see http://www.dalcnet.com/test to give me just a hint.
    Thanks and best regards.

    #194095

    Thank you Yigit,

    That caused the thumbnails to be very small. Is there a way I can use for example 2 or 3 columns and have them equally divided by 2 or 3 images in the thumbnails area but with good image quality?

    #194091

    Hey!

    Header
    1) Can you post a screenshot and show how you would like logo to be? And currently, i see no seperator between logo and menu
    2) Please add following code to Quick CSS to make active menu item orange

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: orange; }

    3)

    .current-menu-item>a>.avia-menu-fx { display: none; }

    4) In WordPress dashboard, please go to Appearance > Editor and open Header.php file and find

    do_action('ava_after_main_menu');

    And add your image after closing div tag as shown here http://i.imgur.com/DNN2fgT.jpg
    Font
    1) Which font exactly do you mean? You can go to Enfold theme options > Styling and change the font if you would like.
    2) You can use heading tags. Please see http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_headers
    3) You can highlight texts as shown here http://i.imgur.com/csSI7L4.jpg
    Links
    1)

    .image-overlay { display: none!important; }

    Best regards,
    Yigit

    #194078

    Topic: Product Page Images

    in forum Enfold
    djnicke
    Participant

    I am trying to adjust the Individual Product Page.

    I want to get rid of the left-column and instead have the product description and its images display all in one single column.

    If possible, I would like the images to appear above the product description / reviews – as a simple slideshow

    How can I edit the single product page to remove the left widget or column?
    How can I then change the images to display above the Description / Reviews tabs?

    As an example, I have manually created a slideshow for this product, but I cannot get rid of the image on the left column without removing the featured image.

    #194077

    Hey Ben!

    You’ll need to open /includes/admin/dummy.xml and edit the URLs of the images that are included there, for example, this file is included in line 1846.

    Best regards,
    Josue

    #194055

    Hi!

    Please adjust following code to your image and add it to quick CSS in Enfold theme options

    .page-id-2666 img.avia-builder-el-1:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform:: rotate(360deg);
    }

    To find element ID, please right click on that particular image and “inspect elements” on Chrome or in Firefox. In my case, it is .avia-builder-el-1 http://i.imgur.com/IOHNE6Y.jpg
    To find page ID, you can right click on Chrome and on Firefox and click Inspect Elements to find out page ID’s http://i.imgur.com/TrDQ84Y.jpg
    Regards,
    Yigit

    #194054
    sitesme
    Participant

    Hi,

    Is there a way to import the Dummy Data manually? I mean, any folder where I can get access to the images for the Slideshows for example without clicking the automatic dummy data import?

    Thank you

    #194046

    No, that’s not going to work either. The images being shown are still the “portfolio size” which is not a perfect square. Forcing the dimensions of the div containing the image to a square is not a solution.

    I just want the blog do display the “medium” size images, which are squares. I can also use the “masonry” ones, those are squares too. But I can’t figure out where to change it in blog.php

    #194036
    Berrido
    Participant

    Good afternoon,

    I created several portfolios, but does not show me the images in the listings. It’s something about the grid portfolio. I do not know what to do, can anyone help please?

    I want to stay this way: http://kriesi.at/themedemo/?theme=enfold

    Best regards,
    Andoni

    #194028

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #194015

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-content-slider .slide-image { width: 150px; height: 150px; }

    Cheers!
    Yigit

    #194013

    In Theme Options>Responsive Header Main Menu>Display as Dropdown Menu.
    It shows my submenu in a single line.

    • This reply was modified 12 years, 4 months ago by jorgepelaez.
    #193970

    Hey!

    Please try this instead https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
    Instead of 200 (px) , you should enter your desired value and when scrolled, height will be half of the value you have entered instead of 200

    Cheers!
    Yigit

    #193968

    Hey derek62!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .related_posts img, .related_posts a { height: 50px; }

    Cheers!
    Yigit

    Hi!

    Does it happens if you have the Default theme activated? it looks like it’s a server issue rather than a theme one.

    Best regards,
    Josue

    #193920
    djnicke
    Participant

    Is there a way to set a custom background image for individual pages on the site?

    As an example: can we set a background image for the contact page?

    #193914

    Hey!

    Just a quick note – the issue IS NOT directly related to the avia slider script or shortcode (“this look for me as a bug from slider.”) but the content of the slider causes the issue. Our slider can display every type of content (text, images, etc.) and in this case our slider uses the WooCommerce query class to fetch the product data. For me it’s more a plugin conflict issue between Woocommerce and the SEO plugin because our theme can’t create the product slider without the woocommerce code (I hope this make sense) and the SEO plugin can’t execute the product slider code because it tries to load the shortcodes before the woocommerce code is initialized. Too bad Yoast SEO doesn’t work for you – obviously it triggers the do_shortcode() function with another hook which loads after the woocommerce code is ready.

    Regards,
    Peter

    #193913

    Well I changed the Single Post with Big Preview Image … and it crashed again. *sigh* I think that might be the glitch.

    #193891
    Jack
    Participant

    Hi

    Is it possible to integrate a Cosum Logo (as PNG Image) into the Top Menu (directly after the “Social Icons”) with a link ?
    I know its not possible easy in the Admin, but maybe you can give me a little Info in wich template File i can place the Costum Code ?

    <a href="http://www.hyperlink.com" target="_blank">
    <img src="partner.png" width="45" height="15" alt="Partner-Name"/>
    </a>

    By the way, it would be a great Idea for a further Update, additional to the “Social Icons” to Integrate own uploaded Images.
    But i have to say, the Template and the Support is really awsome!!!

    Best Regards

    Jack

    • This topic was modified 12 years, 4 months ago by Jack.
    This reply has been marked as private.
    #193878

    Thanks very much, it works fine!!
    Regards
    José

    #193859

    Hi!

    Please try to increase the allocated memory in the wp-config.php and set it to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Cheers!
    Yigit

    #193844

    Excuse me, can i have a reply? I need help, thank iu!

    #193843

    Hi Ismael,

    The code is not working because I use the grid blog.

    I tried

    .big-preview.grid-big a {
    pointer-events: none;
    }

    but it’s not working as well..I don’t know which class you use for the grid blog. ;-)

    My site is on maintenance mode.

    Kind regards,

    Delphine

    #193841

    Great, that works perfectly, many thanks Ismael.

    I notice that the tooltip box appears off-centre, slightly to the left of the target image – can I adjust its position so that it appears perfectly centred?

    Also, I would like to tooltip box to appear slightly lower – that is, closer to the target box. Again, can I adjust this?

    #193817

    Hey!

    It is possible. You can use the Image element instead or use the sliders. :)

    Cheers!
    Ismael

    #193780

    Hey!

    As far as I know the Retina 2X plugin is the most popular one (with around 69000 downloads) but retina displays in general or not very popular yet. I know some photographers and picture artists who use them for their projects (photo retouching, etc.) but even they told me that they switch to a “standard screen resolution” when they’re done with the work because the vast majority of websites or streaming platforms don’t provide high res images or videos and it makes no sense to view them with retina display resolutions.

    The number of plugins is not limited by code but it depends on your hardware. If you’re using a shared server I wouldn’t activate more than 20-30 plugins but obviously it also depends on the plugin code. If the plugin is well coded or if it just contains a few lines of php code which don’t waste the server resources you can activate more plugins without affecting the website performance.

    Regards,
    Peter

    #193761

    Hi agarkitekter!

    You could select the “Don’t show the images at all and display the preview text only” option: http://www.clipular.com/c/6453051829256192.png?k=5TIdSdjsRn87CQytVuQeUU4899A

    By going this way Enfold will stretch the content area of the ajax preview to 100% width and you can use the new space to build your custom layout. I.e. use the columns shortcode and the “Easy Slider” shortcode to build the layout/template you requested in your post (different slideshow transition, etc.).

    Cheers!
    Peter

    #193752

    Hi Yigit,

    That worked perfectly but looked better with 220px height. Thank you. I appreciate your excellent support!

    #193751
    derek62
    Participant

    Hi,

    As you can see here http://howdoidate.com/relationships/important-questions/are-you-alone-because-you-mistrust/ the image sizes vary.

    Can you please tell me how to make them all the same and also to define their size?

    Thanks

    Derek

Viewing 30 results - 99,691 through 99,720 (of 106,446 total)