Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@mrichwncc: We need to check in your server to find out the issue. So, I will send you personal email. Please reply me there. Sorry for the trouble but we are not able to recreate issue in our server.
Sakin
Keymaster@mupa: You can increase the font size in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.genericon.genericon-menu { font-size: 20px; }Sakin
KeymasterHi Stephane,
Ok for that you need to edit your custom css. Check out the css that I gave you earlier and then find the css:
.nav-footer .catchresponsive-nav-menu a { font-size: 14px; }
Replace this, css with the following css, where you have both font-size and line-height:
.nav-footer .catchresponsive-nav-menu a { font-size: 14px; line-height: 46px; }Regards,
SakinSakin
Keymaster@mybrokenjeep: For this, you can just create two pages,1. Front page and 2) Blog page from “Pages => Add New”.
Then, you can assign that pages as Front Page and Posts Page. For that go to “Appearance => Customize => Static Front Page”, just check on “A static page” and then select the page.Sakin
Keymaster@Schroeder: Since you site in not live, I don’t know the width of your menu. So, I will not be able to give you the exact width. Now, I will give you css in percentage for content area and right sidebar. In the following css, you can change width: 1280px to your desire width and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 961px) { .right-sidebar .site { width: 1280px; } .right-sidebar #primary { width: 63.6%; } .right-sidebar #secondary { width: 32.2%; } }Sakin
Keymaster@shawzepe: Can you try replacing your log image to smaller as your logo it large and taking that space. If you don’t want to do that, then add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 1101px) { #masthead { padding-bottom: 40px; padding-top: 74px; } @media screen and (min-width: 1024px) { #site-branding, #site-logo, #site-header { padding-top: 10px; padding-bottom: 10px; } #masthead .sidebar-header { padding-bottom: 10px; } }Sakin
KeymasterHi Stephane,
Yes sure. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Box”. In the following css, change the font-size as per your need to change the size of font.
.nav-footer .catchresponsive-nav-menu a { font-size: 14px; } .nav-footer { text-align: center; } .nav-footer .catchresponsive-nav-menu li { float: none; }Regards,
SakinSakin
Keymaster@mupa: Yes, you can. Can you send me your site URL and the tentative height that you want for your menu symbol?
Sakin
Keymaster@shawzepe: What do you mean by that? Your header depends on your header image and header items. So, I am confused on what you want. Sorry, can you explain bit more.
Sakin
Keymaster@mare and @meinhard: Sorry for the trouble. We have fixed that issue in version 2.7.1. You can update it now and for change log refer to change log page at http://catchthemes.com/changelogs/catch-evolution-change-log/
Sakin
Keymaster@robertf: Thanks Robertf, but some of our user requested that. As they need exactly same preview of the content in the live site. So, I am checking on best way to satisfy both.
Sakin
Keymaster@sanja2016: For these type of content style. You don’t need to build child theme.
Sakin
Keymaster@rabbyosaberwolves: Just remove the following css from “Appearance => Customize => Theme Options => Custom CSS Options” box:
#search-toggle { display:none;}The menu item is more and the space is less. That is why you have issue like that of 3 lines, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to fix it:
@media screen and (max-width: 1280px) { .clean-journal-nav-menu a { padding: 0 15px; } } @media screen and (max-width: 1152px) { .clean-journal-nav-menu a { padding: 0 12px; } } @media screen and (max-width: 1100px) { .clean-journal-nav-menu a { font-size: 14px; padding: 0 12px; } }Sakin
Keymasterthanks will check in there.
Sakin
Keymaster@sece43: I need to check in your server as we are unable to find this issue in our server. I will email you and please respond me there.
Sakin
Keymaster@cindy: If your page are not static then why don’t you create post. For dynamic it is recommended to create post. That’s the WordPress logic.
But if you insist of creating Page and add that posted on and date then you need to create child theme. For child theme, refer to https://catchthemes.com/blog/create-child-theme-wordpress/ and then copy
content-page.phpin your child theme. Then add the following code:
<?php catchresponsive_entry_meta(); ?>
before the following code:
</header><!-- .entry-header -->Note: this will add code like this in your page:
<p class="entry-meta"><span class="posted-on"><span class="screen-reader-text">Posted on</span><a rel="bookmark" href="Your page URL"><time datetime="2007-09-04T10:48:10+00:00" class="entry-date published">September 4, 2007</time><time datetime="2015-05-11T16:44:16+00:00" class="updated">May 11, 2015</time></a></span><span class="byline"><span class="author vcard"><span class="screen-reader-text">Author</span><a href="Your Author URL" class="url fn n">CatchThemes</a></span></span><span class="edit-link"><a href="Your edit page URL" class="post-edit-link">Edit</a></span></p>Sakin
Keymaster@thetravelgal: Those are pages and which doesn’t need author and date. Author and date is only for WordPress posts and not pages. Pages are static sections for static pages like About us, contact us and so on.
So, even if you test your page http://explorationvacation.net/destinations/ in Structured Data Testing Tool https://developers.google.com/structured-data/testing-tool/, you will not see any issue. As Google also knows this is page and not post to have date and author.
Sakin
Keymaster@paintedlady: I have emailed you. Can you respond me there, as I need your access.
-
AuthorPosts
