Forum Replies Created
-
AuthorPosts
-
Will do. Thank you very much for all the support so far.
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.)
exactly. How can we have it not display when you are viewing a portfolio item?
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…
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
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. 🙁
November 15, 2017 at 5:41 pm in reply to: Mobile responsive menu: how to make Language option show #13287Tks 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…
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
Tks so much! All is working perfectly!:):)
Last question: where do I change image on the popup ?
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
-
AuthorPosts