Permalinks, Highlights, Open, Icons, Jquery

  • Posted in : BookCard WP
  • mattnyc
    Participant

    I have several questions for the Book Card Template. Here’s a link to the site I am working on using your template:

    http://www.monamourstore.com

    My questions are:
    1. My “Unique Store URL says resume, when i change that in the permalinks, the page doesn’t load

    2. I want the Portfolio page to say Gallery in the permalink as well. Same problem as above

    3. How does one change the color of the highlight and the “open” button?

    4. How does one import more icons? I see the link to the more icons page in your documentation but there is nothing explained in how to use them. I want to change the icon of the Gallery page to a picture icon

    5. How do i add Jquery to elements on the about page?

    Mehmet S.
    Keymaster

    Hi,

    1. is this on the mobile?

    2. not easy.

    3. check out this post.

    4. learn icon name from its web page, then use in same way of the theme’s documentation. http://fontawesome.io/3.2.1/icons

    5. explain more please.

    mattnyc
    Participant

    It’s a responsive template right? I want it to work well on both Desktop and Mobile.

    I tried to change the Open Button, the code works but it changes the shape into a square. I do prefer the look of your original forked button.

    on the About Page (which is “Unique Store” on my site http://www.monamourstore.com) I would like to add some animation to the text like this. I have successfully used that animation via CSS. (see these examples: (http://daneden.github.io/animate.css/). Where do I post the code to make this work?

    Also is it possible to change the Body background of the template? Or am i limited to the styles you have there ( from Wood to Woven).

    Will look into the icon hint you offered.

    Thanks much!

    ahmetsali
    Keymaster

    Hi, they can be possible but they require more hard work, we can only provide customizations of some lines of code. You can hire someone experienced to do the job for you, if you are not familiar to wordpress-html coding.

    mattnyc
    Participant

    Ok thanks. I can deal with animation and Jquery and the icon issue by myself.

    But can you please address the Open Button issue? When I use the code you sent me to, it changes the shape of the button.

    And since yesterday, the site cover does not show up on mobile but is fine on Desktops. Don’t understand how this happened all of a sudden.

    ahmetsali
    Keymaster

    1-) You can use this custom css code to change the ribbon color;

    .ribbon {
        background: #555;
    }
    .ribbon:before {
        border-color: #555;
        border-left-color: rgba(0, 0, 0, 0);
    }
    

    2-) Your cover image is too big in size. 2000×3000 and over 1mb. Resize it to 1000x1500px and convert to jpg to reduce the size.

    mattnyc
    Participant

    Thank you. I changed the cover image as per your suggestion and it worked!

    On the Gallery page of http://www.gallerymetropolis.com

    I have 3 tabs:
    ALL | ART | ARTISTS

    is it possible to change the order to:
    ART | ARTISTS | ALL

    I appreciate your help Ahmet!

    Mehmet S.
    Keymaster

    Use this in your Theme Options > External JS box:

    <script>
    jQuery(document).ready(function($)
    {
    var pf_filter_all = $( '.pf-all-items' );
    
    $( '#filters' ).append( pf_filter_all );
    });
    </script>
    
    mattnyc
    Participant

    Yay! that worked. Thank you Mehmet.

    Mehmet S.
    Keymaster

    You are welcome.

    mattnyc
    Participant

    Now I’m having problems with the Lightroom Gallery. It doesn’t allow me to scroll horizontally (as per your demo site).

    Here is the URL:

    http://www.gallerymetropolis.com/wp-admin/post.php?post=561&action=edit

    Do the images have to be a certain size for it to work?

    Thanks for your prompt help again!

    mattnyc
    Participant

    Never mind. I deleted it started over. It’s working now. Sorry to bother.

    Mehmet S.
    Keymaster

    Ok. Good luck.

    sammccourt
    Participant

    How do you change the font colour on the ribbon?

    serkan
    Moderator

    Hi sammccourt,
    You can check out this related topic for the ribbon color;
    https://www.pixelwars.org/forums/topic/change-color-on-buttons
    Thanks

Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register