- This topic has 17 replies, 3 voices, and was last updated 3 years, 10 months ago by
Leo.
-
AuthorPosts
-
June 1, 2017 at 1:18 am #327049
Tamer
Hi Tom,
Thank you for a great theme. I bought the Pro + WP Show Posts Pro; to get more powerful. : )
our old website now is: https://entrprnrshp.com/
our new website it will be: http://riyadamag.com/Currently, I’ve three things I need to do it with the theme (with our RTL language):
1. Simply, How we can make the header/menu (fixed and sticky) look like this:
http://prntscr.com/fek3f0and to look like this on mobile:
http://prntscr.com/fek4es(Note: as you see Tom, the burger icon in right, so when we push it, the menu come from the right, not left as is now the case at RTL GP. See http://prntscr.com/fek6ct)
2. We need to solve the problem with the Quotation mark to be on right, not left. this is what we mean:
http://prntscr.com/fek9873. Can I show the category name on homepage/blog page? So that the format:
Image
Category
AddressWaiting for your help and thanks again, Tom.
Tamer,GeneratePress 1.3.46GP Premium 1.3June 1, 2017 at 9:11 am #327214Tom
Lead DeveloperLead Developer1. First, you would want to make your navigation sticky and set it as your header: https://docs.generatepress.com/article/navigation-logo/#navigation-as-header
For the other things, you use the generate_inside_navigation hook:
add_action( 'generate_inside_navigation','tu_items_in_navigation' ); function tu_items_in_navigation() { ?> <div class="navigation-date"> <?php echo date('l, jS \of F Y'); ?> </div> Other html etc.. <?php }
Then you’ll need to style it with CSS of course.
You can open the menu from the right like this: https://docs.generatepress.com/article/open-slideout-navigation-right/
2. Try this:
blockquote { border-left: 0; border-right: 5px solid rgba(0,0,0,.05); }
3. Not too sure what you mean – are you wanting to move the post categories from the bottom to the top?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJune 5, 2017 at 5:01 pm #329074Tamer
Hi Tom,
Sorry for late answer. Thank you for your support. Most of your solution worked well. Now we looking to:
1. In next Pic, you can see the header we looking for it, Tom. I’m not a good developer with CSS or hook to custom codes. So we looking for your help to get this look:
https://prnt.sc/fgcgxs2. We need to put/show the excerpt under the title on Post page.
3. About the 3rd pint on the last message, you can see what I mean on next pic:
https://prnt.sc/fgchrxThank you to much,
TamerJune 5, 2017 at 11:52 pm #329152Tom
Lead DeveloperLead Developer1. Activating the slide-out menu will show the 3 bars: https://docs.generatepress.com/article/activating-slide-out-navigation/
The other elements I’m afraid you’ll need to play with using the filter I mentioned and some CSS.
2. I’m not sure what you mean. Post excerpts should already display below the title?
3. It looks like you’re using WP Show Posts for those posts. You’ll need to ask on those forums for code specific to the plugin.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJune 10, 2017 at 12:26 pm #331690Tamer
Yes, the Post excerpts already displayed below the title, but this on the blog page. I need it display too on the “Post Page”. I mean, when the reader opens the link of the post, he can see the title, then excerpt, then pic, then content.. etc.
June 10, 2017 at 6:48 pm #331774Tom
Lead DeveloperLead DeveloperThe excerpt shouldn’t display on the single post, it should be:
Image (if set to above title)
Title
Post meta
Image (if set to below title)
Post content
Footer post metaDocumentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJune 10, 2017 at 7:01 pm #331781Tamer
Does this mean there is no way to display the excerpt below the title on the single post? We want it like that:
http://prntscr.com/fid6lvJune 10, 2017 at 7:58 pm #331803Tom
Lead DeveloperLead DeveloperOn the single post? Wouldn’t it just repeat the same content? The point of the excerpt is to see a small bit of the content, then click through to the main post to see the full content.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJune 10, 2017 at 8:28 pm #331811Tamer
No Tom, Because we put a custom excerpt to be as a description of the post and many many websites do this, It’s a beauty tool. Did you see the pic what I sent you? Let me tell about the example of the pic: http://prntscr.com/fid6lv
Title post: Chinese emperor points to 10 vices that should be avoided by managers
Excerpt (used as a description): Capable of influencing the attitudes of business leaders to the present day, these dialogues are real lessons in gaining self-knowledge, valuing people, exercising leadership, and influencing
First paragraph from the content: “One of the greatest leaders in history, Emperor Tang Taizong was primarily responsible for transforming China into the most powerful country in the world thanks to an administration marked by innovative and daring achievements… etc”
So, as you see, it’s not repeat the same content. Waiting your help. : )
June 10, 2017 at 9:05 pm #331817Leo
StaffCustomer SupportSo like a subtitle? Maybe check out this plugin? https://en-ca.wordpress.org/plugins/subtitles/
Jean suggested a method here as well: https://generatepress.com/forums/topic/adding-subtitle-to-blog-page/#post-102139
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 10, 2017 at 11:12 pm #331832Tamer
I think the method of Jean is good, but it’s too old; because the codes are changed in the new updated. I tried to put his codes and didn’t work too.
About the plugin, it’s worked too, but I need to hide the subtitles from homepage, to display only on the single post. I tried many similar plugins, all display the subtitles on homepage too without any option to hide it from there.
June 10, 2017 at 11:30 pm #331833Leo
StaffCustomer SupportAny chance you can provide a link to the page where you don’t want the subtitles displayed?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 10, 2017 at 11:44 pm #331836Tamer
Sure. Here you are the link: http://mudiroon.com/
As you see we test it with post name “Test 3). What we need is hide or remove the subtitle from homepage and just display it on the single post.
June 11, 2017 at 12:43 am #331851Tom
Lead DeveloperLead DeveloperTry adding this CSS:
body:not(.single) .entry-subtitle { display: none; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJune 11, 2017 at 9:52 pm #332218Tamer
Thanks Tom and Leo, the code is worked. Last thing, here: http://riyadaissues.com
a) We need to put the logo on right not left.
b) and the logo on mobile on center, not left.That’s all.
-
AuthorPosts
- You must be logged in to reply to this topic.