Forum Replies Created

Viewing 38 posts - 41 through 78 (of 78 total)
  • Author
  • in reply to: Image gallery caption #150404
     Cafonauta
    Participant

    I’m trying to use VC media grid or masonry media grid to replace a proper gallery.
    On VC video tutorial on media grid I see that photos are opened in prettyphoto lightbox:

    On my installation my photos open without lightbox. Morevoer I see pagination missing and other differencies.
    Is it normal?

    Thank you

    in reply to: Wrong layout on Safari- Macbook Pro #150389
     Cafonauta
    Participant
    Not marked as solution
    in reply to: Wrong layout on Safari- Macbook Pro #150351
     Cafonauta
    Participant
    Not marked as solution
    in reply to: Enable Caption in Prettybox #150347
     Cafonauta
    Participant

    You rock!!!

    in reply to: Enable Caption in Prettybox #150339
     Cafonauta
    Participant

    Hi Radu,

    Was It ever implemented this feature?

    It would be very important. All the demo site I see just rely on having godd looking photos. A “pretty” photo is enough.
    I’m using your theme for a website where photographs are historical documents and caption are important as the photo itself.
    How I can overcome this?

    Thank you

    in reply to: Wrong layout on Safari- Macbook Pro #150335
     Cafonauta
    Participant
    Not marked as solution
    in reply to: Post Grid Element buggy layout #150332
     Cafonauta
    Participant

    Same problem on Chrome on Mac.

    BTW in the attachment you can see even the other outstanding bug on Mac I opened here:

    in reply to: Post Grid Element buggy layout #150326
     Cafonauta
    Participant

    Please see this screencast too:

    in reply to: Wrong layout on Safari- Macbook Pro #150309
     Cafonauta
    Participant
    Not marked as solution
    in reply to: How to customise archive for category page? #150302
     Cafonauta
    Participant

    I added them wp-admin -> theme options -> general settings -> quick css

    I hope they will be retained when upgrading theme.

    Thank you

    in reply to: Wrong layout on Safari- Macbook Pro #149884
     Cafonauta
    Participant
    Not marked as solution
    in reply to: How to customise archive for category page? #149883
     Cafonauta
    Participant

    http://www.italiannavy.it/

    Laura, why don’t you save your customer details somewhere?
    I get a reply every 5 days and then just to ask for user password and then another week to ask for my website url.
    BTW I have at least 4 different threads (one still in progress with a blocking bug) here in the last month with my website details and in each thread I get the same question.

    A simple search form you or just a small improvement with website detail in you customer account would improve customer experience a lot.

    Thanks

    in reply to: How to customise archive for category page? #149577
     Cafonauta
    Participant

    admin: Darth Vader
    pwd: (M#zPZY#)^8SNENHzce7ciIu

    in reply to: Blue line on forum #149276
     Cafonauta
    Participant
    Not marked as solution
    in reply to: How to customise archive for category page? #149273
     Cafonauta
    Participant

    Hi Laura,

    Could you give me the instruction to remove category title?

    For top status bar I mean the grey space above the main menu (see attachment).
    On normal pages (created by me) I can hide it setting “hidden” on “top status bar”

    in reply to: How to customise archive for category page? #148883
     Cafonauta
    Participant

    Hi Laura,

    Is it still true that it’s possible to customize the archive pages only via PHP?

    I would like basic customizations:

    • Removing entirely the page title “Archive for category: XYZ”
    • Removing the top bar status, actually “hidden”
    in reply to: Blue line on forum #148867
     Cafonauta
    Participant
    Not marked as solution
    in reply to: Wrong layout on Safari- Macbook Pro #148715
     Cafonauta
    Participant
    Not marked as solution
    in reply to: Kleo Posts Element #146438
     Cafonauta
    Participant

    Laura,

    It transforms everything 18px. Not only the title but even the small inline meta info.

    in reply to: Popular posts #146039
     Cafonauta
    Participant

    Sadly, I noted that if I add the shortcode into a page manually (I have no sidebar so I’m forced to do so)

    [wpp header="I più letti del mese" range="monthly" limit=5 post_type="post" cat="-news" order_by="views" thumbnail_width=70 thumbnail_height=70 post_html="<li>{thumb"} {title} {stats}</li>]

    The shortcode does not appear into VC editor. Even worse if I save the page via the visual composer editor, my shortcode is being erased! How I can leave my shortcode into the page?

    I added manually the WPP shortcode:

    [wpp header="I più letti del mese" range="monthly" limit=5 post_type="post" cat="-news" order_by="views" thumbnail_width=70 thumbnail_height=70 post_html="<li>{thumb"} {title} {stats}</li>]

    in reply to: Kleo Posts Element #145972
     Cafonauta
    Participant

    Hi Laura,

    Did you have the time to check it?

    Thank you in advance

    in reply to: Kleo Posts Element #145802
     Cafonauta
    Participant

    Sorry laura,
    User was missing an “h”. Just checked and it works now.
    Try again:

    User: Darth Vader
    pwd: #B2cZBT$^@znd22BV$zahrza

    in reply to: Popular posts #145630
     Cafonauta
    Participant

    Thanks I will try it.
    Given that I do not use sidebar I will use the shortcode.
    Just one question: will the widget/element get your theme style?
    Sorry for the silly question but I’m a WP newbie.

    Thank you in advance.

    in reply to: Kleo Posts Element #145624
     Cafonauta
    Participant

    Hi Laura,

    Site is under full development. Current home is:

    http://www.italiannavy.it/

    I tried having a sort of right sidebar with the latest article list. I’m customizing just the right Kleo post element. See attachment. Just a simple list but as I set “no thumbnail” that Kleo post element switch to a very big font. See the live version and the attachment.

    I would like a simple small list like the Kleo-post-standard-thumb-yes-one.png attachment. Title size of each row should be always the same when I set no thumbnail.

    Thanks

    User: Dart Vader
    pwd: #B2cZBT$^@znd22BV$zahrza

     Cafonauta
    Participant

    It would be nice having this as an option in a future update.

    BTW How I add a new feature request? I could not find any option to post there.

    Thanks

    in reply to: blog page #145204
     Cafonauta
    Participant

    Thank you for your reply,
    For me is ok using that sidebar. I was only asking because I’m a WP newbie and I’m trying to understand how things works. The trick of the sidebars and blog pages was a little bit obscure to me.

    Thank you again

     Cafonauta
    Participant

    Hi,
    Is this the preferred way to limit post excerpt lenght on post grid?

    COPY CODE
    function custom_excerpt_length( $length ) {
        return 20;
    }
    add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );

    Does it affect only post grid excerpt?

    Thanks

    in reply to: blog page #144952
     Cafonauta
    Participant

    Thanks for your reply.

    Actually On my question #1 I’m asking if the only sidebar used by the blog pages is the “main sidebar”?
    On wp-admin -> appearance -> sidebars I can create dozen of sidebars.
    Actually on wp-admin -> theme options -> blog I can choose a layout with a sidebar but I cannot choose which sidebar.

    Am I forced to use the sidebar called “main”?

    Thanks

    in reply to: blog page #144857
     Cafonauta
    Participant

    I think this is one of the most asked questions. You should insert it in a FAQ.

    BTW two more questions:

    – Blog is a special wp page and you have dedicate settings for it. May I choose the sidebar used or it’s always the main sidebar?

    – You blog Kleo page is a wp blog or just a page you designed by yourself?

    Thank you in advance

    in reply to: Contact form width #144824
     Cafonauta
    Participant

    Ok I solved by myself using html width property from contact form 7 fields.
    I hope it is the correct way.

    in reply to: Demo content partially imported #141544
     Cafonauta
    Participant

    Guys any news?

    Thanks

    in reply to: Image Slider and Gallery Dont Allow Custom Sizes #141347
     Cafonauta
    Participant

    Really a big help.

    Thank you!

    in reply to: Demo content partially imported #141297
     Cafonauta
    Participant

    I’ve just trashed the previously imported “home news magazine”
    I went to “Kleo demo data” > “advanced import” > “specific page” > “home news magazine” (no attachements).
    I get the page imported but again no way to see it with original settings.
    Are there shortcodes settings lost during import?

    Bye

    in reply to: Demo content partially imported #141293
     Cafonauta
    Participant

    Thank you Laura.
    Given that the first time I imported the news magazine home page all the shortcodes came without demo settings customization(*). (Maybe because demo categories were not imported). Now I see that demo categories are there but all shortcodes are still without config…
    Should I import again the home page to see how demo shortcodes were configured?

    (*) for example, demo news focus “All news” shows all categories while in my demo it is completely reset. This is because it lost the original query. Of course I’m able to recreate everything but it would be nice seeing demo settings.

    Thank you in advance

    in reply to: Image Slider and Gallery Dont Allow Custom Sizes #140958
     Cafonauta
    Participant

    @lucasmarstonmusic may I ask you how did you implement the galleries in this post?

    http://www.hollagully.com/new-york-public-library-offers-free-downloads-thousands-images/

    Thank you in advance

    in reply to: Related articles on gallery post type #140941
     Cafonauta
    Participant

    Hi Laura,
    same access as here: https://archived.seventhqueen.com/forums/topic/demo-content-partially-imported/#post-140933

    Once logged just go to “Gallery” category and pick up one post and see the the “related” on the bottom.

    in reply to: Demo content partially imported #140934
     Cafonauta
    Participant

    I hope previous reply with admin account is visible only to me and you

    in reply to: Demo content partially imported #140933
     Cafonauta
    Participant

    OK, in the meantime I changed several things.
    Should the “news magazine” categories be imported too?
    All shortcodes on the home page are not configured after import. I loose the original configuration to see how they work.

    site http://www.italiannavy.it

    user Darth Vader
    pwd EIMrt&hsd18q$T7r^&t*O2Kz

    Thanks

Viewing 38 posts - 41 through 78 (of 78 total)

Log in with your credentials

Forgot your details?