This topic has 10 replies, 4 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
Hi, a few questions:
1) Custom logo on scroll down: On pages with a custom logo, how do I make the new logo appear in sticky mode when scrolling down, and only for those pages?
2) Custom footer per page: I want to customize a 2nd footer. The preset choices are not relevant. I need it to reflect the pages with the custom logo. How can I do it?
3) Names of products to appear above categories: On the homepage “https://tavlinsky.co.il/en/home/” below the “SHOP” thumbnails I want Product Name and Categories to switch places, so the title appears above the cats. Where can I make this edit?
4) RTL CSS: On my RTL pages I’m having difficulty addressing the product title on product pages.
The ”.single-product .product-information .product_title {}” and ”.product-information .products-page-cats, .product-info-wrapper .products-page-cats {}” tags don’t work on rtl css.
I’m running a child theme and have both a child rtl css and an rtl css plugin. Neither work.
5) Social icons: On product pages I want control over the placement of the social icons. Where can I make these edits?
Thanks, Efrat
1) you can set custom logo for a specific page in pages > your pages > edit and scroll down to the section ‘8theme layout options’ (below to the text editor)
the first options there is ‘Custom logo for this page/post’
add your custom logo there.
2) you can set custom footer / prefooter for a specific page in pages > your pages > edit and scroll down to the section ‘8theme layout options’ (below to the text editor)
and in ‘Use custom pre footer for this page/post’ select the prefooter you want
in ‘Use custom footer for this page/post’ select the footer you want
before that create your custom prefooters / footers in Static blocks > add new
3) this is not possible via theme options.
you will be needing to customize some PHP files
Hi,
1) This doesn’t answer my question.
I asked “how do I make the new logo appear in sticky mode when scrolling down, and only for those pages?”
If I give a page a custom logo, if it’s got a sticky header, the logo reverts back to the standard logo when scrolling down. (Example: https://tavlinsky.co.il/en/home/)
I want to see the same custom logo when I scroll down, on my sticky header.
2) Thanks you.
3) I don’t mind editing php files. What file do I need to edit, and what is the specific edit, to achieve my desired result?
4) Why no response?
5) Why no response?
Thanks
Also, a few more:
1) I tried giving one of my pages a custom footer, using the presets.
None of the options work. My footer remains the same, no matter if I assign it a custom one.
2) How do I change the number of products displaying in my shop page?
For example, on https://tavlinsky.co.il/en/shop/ , there are only 10 products on display before you need to hit the next button.
In the theme customizer, in Ecommerce > Products Page Layout, I found the “Per page variants separated by commas” field with the numbers:12,24,36,-1 pre-populated. Below the field it says: “For example: 12,24,36,-1. Set -1 to show all products”
Any change in number that I try, like “-1” or “24,48,72, -1” has no effect.
Please advise, and also review my previous email, as my questions weren’t fully answered.
Thanks.
Hi,
You’re questions are here in this thread: https://www.8theme.com/topic/a-few-questions-5/
Can you pass us the WP Login details to check the issue? If that is not answered before, please ask us again with your reply.
Let us know,
Thanks,
laranz.
Did you look at my questions.
This response has nothing new, and the link you
provide leads back to this same page.
Need these issues resolved asap.
Thanks.
Hello,
Custom logo on scroll down: On pages with a custom logo, how do I make the new logo appear in sticky mode when scrolling down, and only for those pages?
You may add this code in Custom css for this page http://prntscr.com/gi9136:
.fixed-header .header-logo img {
display: block;
}
.fixed-header .header-logo img.logo-fixed {
display: none;
}
Sorry but please rewrite all your questions one by one in next post with numbers to prevent misunderstanding.
Regards
3) Names of products to appear above categories: On the homepage “https://tavlinsky.co.il/en/home/” below the “SHOP” thumbnails I want Product Name and Categories to switch places, so the title appears above the cats. Where can I make this edit?
– xstore/woocommerce/content-product.php http://prntscr.com/gi9bfk
It’s strongly recommended to make such changes via child theme to prevent losing your customizations after the next theme update.
4) RTL CSS: On my RTL pages I’m having difficulty addressing the product title on product pages.
The ”.single-product .product-information .product_title {}” and ”.product-information .products-page-cats, .product-info-wrapper .products-page-cats {}” tags don’t work on rtl css.
– Sorry, but your question is bit unclear. Could you specify in details and provide screenshot, please?
5) Social icons: On product pages I want control over the placement of the social icons. Where can I make these edits?
– you may use custom css code (Theme Options > Styling > Custom css) or edit xstore/single.php file.
I tried giving one of my pages a custom footer, using the presets.
None of the options work. My footer remains the same, no matter if I assign it a custom one.
– Could you please provide wp-admin access in Private Content?
2) How do I change the number of products displaying in my shop page?
For example, on https://tavlinsky.co.il/en/shop/ , there are only 10 products on display before you need to hit the next button.
Regards
You must be logged in to reply to this topic.Log in/Sign up