Forum Replies Created

Viewing 10 posts - 11 through 20 (of 28 total)
  • Author
    Posts
  • in reply to: How to hide a category from Blog #13348

    Will do. Thank you very much for all the support so far.

    in reply to: Finding the ID for certain fields #13327

    I need to translate  fields like “read more” with q translate X to french, correctly.

    For this i need to know the IDs of those elements. So I think it’s the iD of the HTML element (but if you could give me both, I’d much appreciate it.)

    in reply to: Exclude category from portfolio ("Clients") #13319

    exactly. How can we have it not display when you are viewing a portfolio item?

    in reply to: How to hide a category from Blog #13298

    Harry, I m so unfamiliar with working with the child theme but I know it’s what i shou;d do yes. For now it works so I’ll do it  in a few days.

    I do still really need help with

    • language menu on mobile (it’s not dropping down – Now its’s not even there)
    • and eliminating ‘clients’ for portfolio categories.

    I appreciate all the hel you can give me with those 2 items…

    in reply to: How to hide a category from Blog #13290

    tks very much Harry! Actually I found a solution that worked .  i’ll share here in case others may want the same.

    You can edit the functions.php file :

    Add this code to the very end of the file before closing php tag ?> and replace 6 with the category ID (that you want to omit from blog):

    function exclude_category( $query ) {
    if ( $query->is_home() && $query->is_main_query() ) {
    $query->set( ‘cat’, ‘-6’ );
    }
    }
    add_action( ‘pre_get_posts’, ‘exclude_category’ );

    Thank you

    Ana

    in reply to: Finding the ID for certain fields #13288

    Harry thanks, What I meant is what the ID’s are for Add to wishlist and for Browser wishlist  (so i can translate them o French)

    I still have the problem wit the mobile menu for language. With the custom CC, that menu disappeared completely. 🙁

    in reply to: Mobile responsive menu: how to make Language option show #13287

    Tks Harry but it didn’t work:( In fact now with that code the Language menu on the cell phone disappeared.:(

    I wrote exactly this:

    @media only screen and (max-width: 1024px) {
    .qtranxs-lang-menu > a span { display: none;}
    .qtranxs-lang-menu ul { display: block; padding-left: 0;}
    }

    on the custom CSS.

    Help please…

    in reply to: Modifying the Product Detail Page Layouts #11376

    I am having the same problem .I just made my client buy a Visual Composer license for nothing – as it does not work on the product page 🙁 Before I get a refund from Envato fr the license for VC – can you please clarify why you have VC working for the others pages and not for the product page?

    Also- can you provide information on editing the size chart?

    Thank you

    in reply to: Maintenance page up but YITH (WC popup ) display?… #3524

    Tks so much! All is working perfectly!:):)

    Last question: where do I change image on the popup ?

    in reply to: Maintenance page up but YITH (WC popup ) display?… #3522

    Hi!

    I don;t think I was very clear – what I meant is that I want the popup to be active (popup as soon as you load the website – while page in maintenance mode .

     

    IS this possible Right now, the minute I have it in ‘maintenance’, popup disappears…

     

    tks again ,

    Ana

Viewing 10 posts - 11 through 20 (of 28 total)