Forum Replies Created
-
AuthorPosts
-
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.php
in 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.
Sakin
Keymaster@thetravelgal: In which page are you looking for. I just tested your homepage with Structured Data Testing Tool https://developers.google.com/structured-data/testing-tool/ and it’s showing fine. You can validate it yourself there.
Sakin
Keymaster@dl3yat: For that, go to “Appearance => Customize => Color Options => Footer Menu Color Options” and then code the “Menu Color”.
Sakin
Keymaster@eainsbury: To remove the border of table in Full Frame Pro theme, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
table, th, td { border: none; }
Sakin
Keymaster@gio: Yes, please contact sales directly at https://catchthemes.com/contact-us/ . I check in your account and I don’t see any active subscription. When did you purchase the theme. You can access the theme only for 1 year after the purchase. After a year, you can either keep the version you have in your site and disable update or you need to re-purchase to get access to update.
Sakin
Keymaster@Bloggdriver: thanks for that and check your email.
Sakin
Keymaster@Eva: Then you need to use RGBA color code. So, first
116, 0, 188
is rgba color and0.8
is 80% transparency.
So, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.nav-primary { background: rgba(116, 0, 188, 0.8); }
Sakin
Keymaster@arabira: This code was added in WordPress version of WordPress. That code was added in core from WordPress 4.2 version. So, you need to update your WordPress and then update the theme. It will work fine.
Sakin
Keymaster@JEmma2314: Can you post in your site URL and then let me check in.
Sakin
Keymaster@rabbyosaberwolves: I need to check in your server. As it’s working fine here. So, I will email you.
Sakin
Keymaster@rabbyosaberwolves: We need to check in details as Breadcrumb is working fine in our site. So, do you let me know the plugin you have activated in your site so that we can check with similar settings in our test server.
-
AuthorPosts