Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @Kranz.
I checked your site and the site is showing only two items in primary menu. JP(会社沿革, I am assuming) and DE. Am i missing something?
Regards,
PratikNovember 28, 2016 at 4:20 pm in reply to: Posts_page uses primary sidebar, while it should use archive sidebar #104080Pratik
ParticipantHi @Henriët,
I am glad you figured it out even before me 🙂 .
Regards,
PratikNovember 28, 2016 at 10:06 am in reply to: Header Images for pages (Hoepage is not included) #104062Pratik
ParticipantHi @dreamcatcher,
You can do following:
* Enable Webmaster tools for Catch Web Tools
* Goto Webmaster Tools=> Site Verification and add the code google provided (For more info on google console, view https://support.google.com/webmasters/answer/34592?hl=en)For google webmaster console:
* Add a property
* Add your site url
* Once there, you should land toVerify your ownership of http://example.com/page
* There are three tabs, select the second one Alternate Methods
* Select HTML TagBack to Catch Web Tools
* Copy only code in Webmaster Tools=> Site Verification for google . E.g for<meta name="google-site-verification" content="nLkNOyEiZOZAnxQdmUCKIf21mh0MRE8gCk0lPh7jEAM" />your code isnLkNOyEiZOZAnxQdmUCKIf21mh0MRE8gCk0lPh7jEAM
* SaveAgain, back to google webmaster console
* Click on verify selecting the HTML tag methodThats it. It should work. Let me know if you have problems.
Regards,
PratikNovember 28, 2016 at 9:39 am in reply to: Posts_page uses primary sidebar, while it should use archive sidebar #104059Pratik
ParticipantHi @gmg-jet,
I think I made a small mistake here. Can you add this line instead of the one I gave earlier:
elseif ( is_active_sidebar( 'sidebar-optional-archive' ) && ( is_home() || ( is_archive() || ( is_home() && $page_id != $page_for_posts ) ) ) ) {In previous one, I missed the condition for archive pages.
Regards,
PratikPratik
ParticipantHi @marketingman,
There is no easy way to achieve what you want. There is going to be a lot of HTML, PHP and CSS changes required. Please hire a customizer for this work.Regards,
PratikPratik
ParticipantHi @esteban,
To add custom images to different pages, follow instructions at https://catchthemes.com/theme-instructions/adventurous-pro/#header-image and select either Option 4: Entire Site, Page/Post Featured Image or Option 5: Page and Post. Then Featured image of each page/post will be set as header image.Regards,
PratikPratik
ParticipantHi @fasteddit,
Having full page width is a pro version feature. Please consider upgrading to pro version if you want this featured. Pro version details are here: https://catchthemes.com/themes/fabulous-fluid-pro/.
Regards,
PratikPratik
ParticipantHi @fasteddie,
Sometimes using different plugins can harm the site. Hope you figure out the culprit plugin.
Regards,
PratikPratik
ParticipantHi @cmsully7,
How do you make an email address an active link in the header?
This will not be possible currently as site description will not take HTML data. For this either hire a customizer, or upgrade to pro version, where you will be able to replace Search field on header right with your email. Also, you can add your email to social icons so that it appears in header as email icon and will achieve desired effect. Look at my second answer as to why social icons is not showing.How do you add content to the right side of the header?
I am assuming rather than adding content, you want your social icons top show and search to hide. In your Appearance=> Customize=> Theme Options=> Custom CSS box, there should be following CSS:.sidebar.sidebar-header-right.widget-area { display: none; }This is hiding your header right sidebar completely. So remove it and your search and social icons will appear. Now to just hide search, use following CSS code in same place:
#header-right-search { display: none; }Let me know if I missed anything.
Regards,
PratikPratik
ParticipantHi @didierhg,
What you want is not possible with simple CSS. Please hire Customizer for this work.
Regards,
PratikPratik
ParticipantHi victortads,
Can you let me know how many categories you currently have in your site. When the number of categories is one, it does not show up.
Also, I asked you to add multiple categories and posts for testing proposes. I wanted to see how currently, site handles if for more than one post.
Regards,
PratikPratik
ParticipantHi Amanda,
Maybe it was due to cache :D. I am glad it worked out.
Regards,
PratikPratik
ParticipantHi @victoryads,
Can you try adding more categories and more posts with different category?
Regards,
PratikPratik
ParticipantPratik
ParticipantHi @elliottrae,
That is possible via child theme modification. First, make a child theme. Detail are here.
After you create and activate a child theme, please let me know and I will help you further.
Regards,
PratikPratik
ParticipantHi @elliottrae,
That feature is not available. Please hire a customizer for that custom work.
Regards,
PratikPratik
ParticipantHi @fasteddie,
It will be pretty impossible to debug with only this much information. Can you send me more info? I will need admin access. Please wait for my email.
Regards,
PratikPratik
ParticipantPratik
ParticipantHi @extremejax,
Do you mean adding php scripts in footer editor? That is not possible for many many security reasons. If you want to add php scripts, please make a child theme and make modifications to the function.
Regards,
Pratik -
AuthorPosts
