Gallery Social Icons - by Libardo - on WordPress WooCommerce support

This topic has 13 replies, 2 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp

  • Avatar: Libardo
    Libardo
    Participant
    April 16, 2015 at 02:53

    Can the social media icons go behind this red bar?

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/8_zpsl5e8ztrc.png

    Please, contact administrator
    for this information.
    12 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    April 16, 2015 at 10:38

    Hello,

    Add this code in custom.css file:

    .header-vertical-enable .page-wrapper .header-type-vertical .header-custom-block .menu-social-icons {
        margin-right: 45px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    May 13, 2015 at 14:00

    Good Day Support,

    Our gallery page we are looking to make it as a blog page now instead of the show all the images. The Gallery Page is currently parked here: bkbcuracao.com/gallery2

    We would like to have the blog looks like this :

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/4556_zpsnxhabu3g.png

    Is it possible to assist which width and height was used for these images? I found it here : http://shoplist.lightonmuse.es/news.html

    Or maybe can import this same into the Gallery Page and I will further customize it.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 13, 2015 at 14:06

    Hello,

    Your Gallery page bkbcuracao.com/gallery2 doesn’t have any images.
    Please give us correct link to the gallery.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    May 13, 2015 at 16:04

    Hi Eva,

    That is correct. Gallery 2 page does not have any image. What we would like is to have this :

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/4556_zpsnxhabu3g.png

    In the white space where the Red arrow is showing:

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/ggg_zpswgxb2m5y.png

    Can you add the same for us?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 13, 2015 at 16:22

    Hello,

    I selected you Gallery page as posts page in Settings > Reading. Then in Theme Options > Blog Layout I set “Mosaic” layout. Please check the page http://bkbcuracao.com/gallery2/ .
    To show featured images for your posts you need edit each post and select “Standard” format instead of “Gallery” which you have now:
    http://storage4.static.itmages.com/i/15/0513/h_1431530460_7188316_dca505057d.png
    Don’t forget to update post.

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    May 13, 2015 at 17:04

    Hi Eva,

    Thanks. Where can you change the “Mosaic” layout to something else? Is there a way to only view certain post for the Gallery Page?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 13, 2015 at 17:15

    Hello,

    Go to Theme Options > Blog Layout and change the layout of your posts page.

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    May 13, 2015 at 17:17

    Hi Eva,

    In addition to my reply in #63742 Is there a way also to :

    ITEM 1.) Add a Read More button just like in this picture:

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/4556_zpsnxhabu3g.png

    ITEM 2.) Is there a way to have the image dimensions just like this picture:

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/4556_zpsnxhabu3g.png

    ITEM 3.) Is there a way to shorten the text for not to show all?

    For example in each post I would like to have this amount of text and the rest can read when click on Read More Button.

    Text:

    The price of success is hard work, dedication to the job at hand, and the determination that whether we win or lose, we have applied the best of ourselves Put your heart, mind, and soul into even your smallest acts. This is the secret of success.

    ITEM 4.) Is there a way to hide who last update the post and leave only the Month/Day/Year? Right now is showing as follow >> Posted on May 13, 2015 at 4:08 pm by Libardo <<

    ITEM 5.) Is there a way to remove the line ( —— ) underneath this >> Posted on May 13, 2015 at 4:08 pm by Libardo <<

    ITEM 6.) When I click the Image or Post it will take me to a page for example this one (http://bkbcuracao.com/award-winning-kitchen-design/) is there a way to disable the option for the image to View Large and align the image to Left?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 13, 2015 at 18:45

    Hello,

    1. 3. Please read this article how to add “read more” button:
    https://www.8theme.com/blog/using-read-more-button-on-wordpress-blog/

    2. Use this code in custom.css file:

    .wp-picture img {
       height: 180px !important;
    }

    4. To remove author you need edit the page content-grid.php (line 80) and remove or comment the code <?php _e('by', ETHEME_DOMAIN);?> <?php the_author_posts_link(); ?> in the directory wp-content/themes/royal.

    5. Add this code in custom.css file:

    .meta-post::after {
     display: none !important;
    }

    6. Use this code in custom.css:

    .wp-picture .btn_group a {
     display: none !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    May 15, 2015 at 22:56

    Good Day Eva,

    =========================================
    ITEM 1 + 3

    I have read the article but still the button is not showing the Read More .. Option on the articles.

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/fsdfsdf_zps5motb0ay.png
    =========================================
    ITEM 2

    I’ve add the code and is looking like we wanted it
    =========================================
    ITEM 4

    I have looked for this code and found it and delete it. However when I open the page bkbcuracao.com/gallery2 the page was showing blank. So I set the code like it was before. Can you have a look what can be done if the full code (php the_author_posts_lin) needs to be removed or something else? You can find all these codes in the Custom css file :

    /*BLOG PAGE*/

    .wp-picture img {
    height: 180px !important;
    }

    .meta-post::after {
    display: none !important;
    }

    .wp-picture .btn_group a {
    display: none !important;
    }

    /*BLOG PAGE*/

    =========================================
    ITEM 5

    I’ve add the code and is looking like we wanted it
    =========================================
    ITEM 6

    I have only the option to click on the post and not the image. We can leave it like this. However when I click on the post the image is compressed and is not align to Left. IS there a way to set the image dimensions like we want?

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/5gfdfg_zpsdculct5h.png
    =========================================
    ITEM 7

    When I open the bkbcuracao.com/gallery2 it does not show the correct transparent header as the rest. This is only viewing when I scroll down. Can you please fix this part?

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/header%20style_zpsv254xkoo.png
    =========================================
    ITEM 8

    Is there a way to hide the category name and also this text ( Posted on May 13, 2015 at 4:08 pm by Libardo )

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/3343_zpsfsg6qsor.png
    =========================================
    ITEM 9

    IS there a way to make the width bigger?

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/rgdsg_zpsxd7pxl5c.png
    =========================================

    Avatar: Libardo
    Libardo
    Participant
    May 15, 2015 at 23:22

    ITEM 10

    How to only set certain posts to view on the gallery page? Right now I only would like for Category Gallery to be viewed on the Gallery Page. However the other post are also showing. Can these be removed or hide?

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/frtewtr_zpstlkdezf5.png

    Avatar: Eva
    Eva Kemp
    Support staff
    May 16, 2015 at 10:20

    Hello,

    1,3. I’ve selected Grid layout in Theme Options > Blog Layout and “Read More” button has appeared. Please check.

    4. You can disable info about post and author in Theme Options > Blog Layout > “Show “byline” on the blog” > Off.

    6. Remove this code:

    .wp-picture img {
    height: 180px !important;
    }

    7. Sorry, but this is impossible as for the Shop page. If you remove Gallery from Posts page in Settings > Reading and use Posts Grid element the header can be changed.

    8. Add this code in custom.css file:

    h6.active a {
        display: none !important;
    }

    9. Add this code in custom.css file:

    .blog-masonry.row.isotope {
    margin-top: 50px;
    }

    10. Go to Settings > Reading and remove Gallery page from “Posts page”.
    Then go to Pages > edit Gallery page and use Posts Grid element in Visual Composer editor. There you’ll be able to select what category to display.

    Regards,
    Eva Kemp.

  • Viewing 13 results - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.