Viewing 30 results - 96,421 through 96,450 (of 106,500 total)
  • Author
    Search Results
  • #226591

    Hey awilson3rd!

    What about opening the content on a lightbox? You can refer to this link: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/

    Regards,
    Ismael

    #226589

    Hi!

    You can find the option by editing a logo/partner image then look for “Open Link in new Window?” option. Select the “Open in new window and use rel=nofollow” option.

    Best regards,
    Ismael

    #226588

    Hi J!

    I do see it too, have you tried seeing from another computer?

    Cheers!
    Josue

    #226586

    Hi silviouk!

    Please add this on Quick CSS or custom.css:

    .avia_transform .avia_animated_image.avia_image {
    opacity: 1;
    }

    Best regards,
    Ismael

    #226584

    Hey erwanpia!

    The theme’s css will always override the wordpress core styling if there is any. Actually, the css that you mentioned does not affect anything because the width of the gallery thumbnails is controlled using this selector:

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: 20%;
    }

    Cheers!
    Ismael

    Hi Ishmael,
    I have a multi-author blog style, I tried selecting the “video” format on my post containing an imbedded video, but the content shown in the excerpt did not change. The only thing that changed was that instead of my gravatar showing in the bubble to the left, there was the video image icon.

    Ben

    #226572

    Topic: Portfolio Hover Effect

    in forum Enfold
    Jason
    Participant

    Hi there,
    I was wondering if this kind of thing: http://www.platodesign.co.nz/our-work/ might be achievable?
    I’m thinking in terms of the image scale effect (perhaps) but mostly in the ability to provide textual context to the image, with the ability to then link to a page or file.
    Having a filter/sorting capability would also be really handy, although I guess this kind of functionality is already present (with regards to the breadcrumb trail)?
    Thanks in advance,
    Jas

    #226553

    Hey charger70!

    Add this on Quick CSS or custom.css:

    .fallback-post-type-icon {
    position: absolute;
    z-index: 9999;
    }
    
    .slider-fallback-image {
    visibility: visible;
    }

    Cheers!
    Ismael

    #226519

    – being able to choose an image as an icon like with the testimonial element

    Better still in anywhere that an icon is used.

    #226517

    Hi Yigit,

    Wow it worked! thats exactly what i wanted!
    Thanks guys for your support :)

    Have a great day

    greenmarimo

    #226510
    BelIblis
    Participant

    Hi,

    I’d like to add a Product Grid to my pages, which displays all images with a specific “tag-name” instead of a “category” taxonomy. Is this possible?
    If Enfold doesn’t do this “out of the box”, I know this probably means editing a few php files. And I don’t mind looking into this, using the WooCommerce codex. But could someone please point me int the right direction, i.e. tell me which of the theme files to watch out for?

    Thanks a lot!

    #226498

    Hi Yigit,

    Thanks for your support. I’ve flushed browser cache and viewed the site using Chrome, Explorer and Safari – none of which are displaying the styling you’re seeing. Any idea what could be the issue? Your screen shot shows just what we’re hoping to achieve.

    Best
    J

    #226484

    Hey dugginb!

    The fullwidth masonry element doesn’t have a definable column size and instead it adapts the images to fit the width of the current users screen. So the more wide the screen, the more images that fit.

    For the single page I would use a slideshow and then a separate gallery element where each image has a smaller size and when clicked opens the large one like the first one here: http://kriesi.at/themes/enfold/shortcodes/gallery/

    But really any of those would work it just depends on how you want the design to flow.

    Regards,
    Devin

    #226463
    Gstar72
    Participant

    Hi Guys,

    I e-mailed before about the problem below, ref: #225932 I upgraded to the latest software and deleted cache, the link appeared to be working, now its not?, any ideas?.

    Could you advise me?. I have a portfolio: http://www.naturaloutlook.com , under the first image you see of the computer I have quick link buttons to #tags in colour sections. I have a problem with the expertise button, which links to a colour section on a separate page – the About page. When you hit the button the page loads but scrolls past the start of the section, the odd thing is, if you go to About at the top of the page menu, then expertise which has the same page link, the page scrolls perfectly. Can you offer any advice to get the button from the home page to work correctly.

    Hope that makes sense?.

    Thankyou,

    Gary

    #226462
    blavettejulien
    Participant

    Hi,

    I started a topic here (https://kriesi.at/support/topic/image-icon-in-the-navigation-menu/#post-226445) but someone closed it before I get the full answer.
    Could you please re-open it or reply here please ?

    Thanks,
    Regards,

    Julien

    #226461

    It would be awesome to be able to apply the colour section to select columns e.g. 1/4 rather than full width, so you can apply a different image behind each column.

    #226445
    This reply has been marked as private.
    #226425

    Hey!

    Please flush browser cache and refresh your page a few times. It does work on my end. See screenshot here http://i.imgur.com/UH7hU8W.jpg

    Cheers!
    Yigit

    #226422

    Hey!

    Yes, you should update the parent theme. Glad Ismael could help! Let us know if you have any other questions or issues

    Cheers!
    Yigit

    #226398

    Hi Ismael,

    That worked perfectly! Thanks very much.

    #226394

    Devin…
    Here’s my CPT declaration in function.php of my child theme

    Many thanks for your help

    // CPT Exposition
    	
    	$labels = array( 
            'name' => _x( 'Exposition', 'exposition' ),
            'singular_name' => _x( 'Exposition', 'exposition' ),
            'add_new' => _x( 'Ajouter', 'exposition' ),
            'add_new_item' => _x( 'Ajouter une nouvelle exposition', 'exposition' ),
            'edit_item' => _x( 'Editer exposition', 'exposition' ),
            'new_item' => _x( 'Nouvelle exposition', 'exposition' ),
            'view_item' => _x( 'Afficher une exposition', 'exposition' ),
            'search_items' => _x( 'Rechercher les exposition', 'exposition' ),
            'not_found' => _x( 'Aucune exposition trouvée', 'exposition' ),
            'not_found_in_trash' => _x( 'Aucune exposition trouvée dans la corbeille', 'exposition' ),
            'parent_item_colon' => _x( 'exposition parent', 'exposition' ),
            'menu_name' => _x( 'Exposition', 'exposition' ),
        );
    
        $args = array( 
            'labels' => $labels,
            'hierarchical' => true,
            'description' => 'Exposition féline',
            'supports' => array( 'title', 'editor', 'excerpt', 'author', 'thumbnail', 'trackbacks', 'custom-fields', 'comments', 'revisions', 'page-attributes' ),
            'taxonomies' => array( 'category', 'post_tag', 'page-category', 'Portfolio Categories  ' ),
            'public' => true,
            'show_ui' => true,
            'show_in_menu' => true,
            
            'menu_icon' => get_bloginfo('stylesheet_directory') . '/image/exposition-fff.png',
            'show_in_nav_menus' => true,
            'publicly_queryable' => true,
            'exclude_from_search' => false,
            'has_archive' => true,
            'query_var' => true,
            'can_export' => true,
            'rewrite' => true,
            'capability_type' => 'post'
        );
    	
    	register_taxonomy("Exposition",
    		array("Exposition"),
    		array(	"hierarchical" => true,
    		"label" => __('Expositions'),
    		"singular_label" => __('Exposition'),
    		"rewrite" => true,
    		"query_var" => true
    	));
    
        register_post_type( 'exposition', $args );
    • This reply was modified 12 years, 2 months ago by Ikyo.
    #226384
    charger70
    Participant

    is there a way to get a video preview using the Blog Posts builder element in Layout Builder? mine only shows a generic white box with a video symbol in it – not the most desirable presentation. I have ‘set the preview image automatically’ selected – but that’s not working. any ideas?

    see what i mean here: http://www.langersdeli.com

    thank you!

    #226371

    I’m not quite sure what you are trying to do but the background image alignment aligns the image with the color section.

    If you want to remove the border from a specific section or change its padding/margins you can use the ID as you’ve entered it in and then css on that ID to change its appearance. For example:

    #my-color-section2 {
    border: 0;
    }
    #226362
    connect4consulting
    Participant

    Hi,

    I’d like to add an image to the top of my blog page using the Color Section in the Avia Layout Builder. This works on all pages except for the blog and the blog archives pages. http://192.185.98.211/~quinsonf/2014/02/

    You can see, for example, that it works here – http://192.185.98.211/~quinsonf/us/

    Thanks for the help! Great theme, btw.

    Gabe

    #226357

    Yigit thank you for looking into the issue, to be honest I had to sort out the problem ASAP, I waited a few hours after posting to see if I would get a quick reply, but after some waiting I decided to go a head and uninstall WordPress, delete the database and create a new one and reinstall everything again, and by the time you checked the website and took the images I had finished creating the new database and installing WordPress and the theme and this time I didn’t import the dummy data either and everything seems to be working fine, but once again thank you for looking into this I know you must be busy.

    In the end I didn’t really figure out what caused the problem in the first place, but I did do some research and found out some hosting companies (GoDaddy in this case) are not as optimised as many others for WordPress and so it could have been a server issue, or some of the updates didn’t install properly.

    I hope this helps Erik too, who seems to have the same problem, mine is working for NOW.

    #226346

    Sorry I had to switch back to the older version to avoid the responsive column issues. I didn’t see the problem on your live demo page but I didn’t see any pages on your live demo containing multiple Advanced LayerSliders. The issue appears when you have more than one Advanced LayerSlider on a page. It also seemed to happen when I had one Advanced LayerSlider and the Masonry Gallery on the same page.

    #226345

    Thanks a lot, that did the trick… Kriesi should update this in his core files next time he does an update.

    Like text everyone still has the option to have a background or not.

    Quick question tho, I’m assuming even though I have a child theme, I’ll still have to update this every time there is an Enfold update?

    #226342
    Siegoboy
    Participant

    When scrolling down on my page, my fixed side bar disappears as soon as it reaches the “icon list” element inserted with the layout builder. As soon as I scroll past this element, the fixed sidebar reappears and then it does not disappear again.

    I am sure that the FadeIn effect applied to the “Icon List” somehow causes this.

    EDIT: I just realized that any element which uses jQuery for Fade Ins, like the image gallery, cause the fixed sidebar to disappear.

    Thanks.

    • This topic was modified 12 years, 2 months ago by Siegoboy.
    #226339

    I’ve added the code and still see the same condition (no border, no drop shadow). Thoughts?

    J

    #226319
    erwanpia
    Participant

    Hi for what reason does the base.css affect the native galleries image / item width in content ? I removed this portion of code but there’s certainly a reason, what does ENFOLD officially reply ? THANKS .

    #top .gallery .gallery-item{
    margin:1px 1px 0 0;
    width:80px;
    height:80px;
    padding:0;
    }

Viewing 30 results - 96,421 through 96,450 (of 106,500 total)