Organized Themes
Forum Replies Created
-
Forum: Plugins
In reply to: [Redux Framework] Textarea extra empty fieldsWe were about to report the same issue as we fixed it locally. Glad we saw this. Thanks in advance for fixing it in the next version!
We’re also getting this issue on organizedthemes.com/blog (and we use a custom theme) but we fixed it.
Yoast SEO should provide an official fix as it isn’t fair to anyone.To confirm, we did disable all plugins and found that Yoast SEO is the one causing this, strange enough :).
To fix this: We added the following line of code in functions.php in our child theme: add_filter( ‘wpseo_remove_reply_to_com’, false );
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Responsive problemHey ikovac84,
I believe the image is responsive there in your subscribe section. The spacer fills area on large and small screens. Because of that, the row is quite tall on smaller screens and since the background image is set to cover, a large chunk of it will be cut off.
You could use this CSS to hide the spacer on smaller screens:
@media screen and (max-width: 780px) { #panel-109-2-0-0 .so-widget-spacer { display: none; } }Hopefully that will let the row be a more natural size and the image sized more appropriately.
Forum: Themes and Templates
In reply to: [Simple and Clean] change "NAVIGATION" in tinynav menuI’m glad you found a solution for that and that you’re enjoying the theme too.
Take care,
BillForum: Themes and Templates
In reply to: [Simple and Clean] change "NAVIGATION" in tinynav menuMlex,
You’re thinking along the right path in a way. What you actually changed there was the default option for that text.
Go to the Appearance section in your WordPress dashboard and click on Theme Options. Click on the “Header” tab and scroll down to the bottom. You should see a field labeled “Mobile Navigation Label” that you can use to change the text there.
You’re welcome to replace the select menu with something else if you’d rather. You could always use some CSS to replace the text in the select menu with a hamburger or other icon.
I’ve made themes both types of menus. The advantage of using a select element is they have very strong support with mobile browsers making navigation easy quite easy there. The select is added with the tinynav.js script. You can always remove that and code up something different if you’d like to.
Take care,
BillForum: Themes and Templates
In reply to: [Simple and Clean] Comments not displayingIt looks like that may be the result of a translation error on my part. Here’s what to change:
- Go to the Appearance section in your WordPress dashboard and choose Edit.
- From the list of files on your right, choose comment-functions.php
- Find this line (line 13):
function organizedthemes_comment( $comment, $args, $depth ) {and change it to be like this:
function simple_comment( $comment, $args, $depth ) { - Save your changes.
See if that doesn’t take care of the trouble for you.
Forum: Themes and Templates
In reply to: [Simple and Clean] Editing HomepageElan,
You can create a page in WordPress by going to the pages section in your WordPress control pane and selecting Add New. You can enter your content there and publish it.
Once you’ve done that, go to the Settings section and select Reading. At the top of this screen you can choose what your front page displays. The default is your recent posts. You can change that by clicking to show a “static” page and then selecting your newly published page from the drop down menu there.
You can also create a page for your blog and then choose it as the posts page there too so you still have a place for your posts.
Once you update your reading settings that should have a page for your home page.
Hope that helps out,
BillThis topic was actually resolved a few months ago in this post: http://ww.wp.xz.cn/support/topic/syntax-error-unexpected-t_function-in
Forum: Plugins
In reply to: [The Events Calendar] Menu not showingI’ve had that happen with The Events Calendar on two sites where my customers did not have my “pretty” permalinks set up just yet. Go to the Settings section in your WordPress control panel and select Permalinks. Choose one of the options from the list other than default and save your changes.
See if that doesn’t bring up your menu.
Forum: Reviews
In reply to: [WooCommerce] they dont let you read the 1 star reviewsHey Suesnews, why don’t you try emailing questions instead of leaving them in reviews.