jnhghy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: next_post_link and prev_post_link not working since recent updateCode looks ok, latest update didn’t changed this 2 functions, the issue must be from somewhere else, are you using this in a page template? issue might come if the main query altered in that template and it’s not reseted … can you share all the code so we can have a look at it?
Forum: Fixing WordPress
In reply to: Home Page-align image right to make room for video on leftHi, different themes offer different customization level throw their layout menu (they offer full customization throw child theme development but I think this is another story) and from what I know (I’ve only tested/played with Twenty Eleven) this theme doesn’t offer the customization you are looking.
What I’d recommend is for you to check for other themes (here) that are taged with 2 column (or 3 column) and test some of them, you’ll probably find one that you like and offers the layout options you want (without having to develop a child theme and write code)Forum: Fixing WordPress
In reply to: Change Language in 4.0Check the link … I’ve posted, it has details on what you have to do to install new languages(and links to other info also)
Forum: Fixing WordPress
In reply to: My menu is brokenThe code is theme specific as it passes a php class(carta_menu()) specific to that theme to the walker but I’d bet the issue doesn’t come from there … but it is still a thing to check …
Have you checked the options in the menu page?
Hi, from what I can understand at this point the only thing that ties you to wordpress.com is the fact that you brought the domain throw them… in this case wordpress.com has nothing to do with the content that you have on bluehost – your expired domain might have triggered some strange things over tlds and domain propagation and redirections but that has nothing to do with your bluhost website and database (your blue host account wasn’t suspended right?) so speak again with your host they might had trouble understanding the issue…
Forum: Fixing WordPress
In reply to: My menu is brokenHi, first of all try to upgrade to wp 4.0 then go to your dashboard(wp-admin) to appearance->Menus on that page on the upper zone you should see 2 options (the first one being active) switch to the second one then make sure that your theme’s defined navigation zones have a nav_bar set to them.
All this should work but because you use a comercial theme we don’t have access to it or to it’s code… from what you pasted … there might be other theme specific navigation options in which case we won’t have a solution for you…Forum: Fixing WordPress
In reply to: Delete BlogHere is a link to a help page that will show you how you can do it … https://en.support.wordpress.com/delete-site/
Forum: Fixing WordPress
In reply to: Need a Custom DirecotrThere are lots of plugins that help you do this that offer different features and options, I haven’t needed such a plugin so I can’t recommend you a particular one but if you have a look at the fallowing list:
https://www.ads-software.com/plugins/tags/directory-pluginyou should be able to test a few to see which you like best…
Also there are some themes offering directory features … you might search in www.ads-software.com/themes for them or using google … and again test a few, I’m sure you’ll find a solution that you’ll like…Forum: Fixing WordPress
In reply to: Page Title & Description DuplicatedCheck the theme options, it might have it’s own seo options (the yoast part looks ok).
Also if you have any cache plugins, flush the cache.
If none work, if you have some technical knowladge check header.php for title generator functions (or the title tag) and see why it duplicates the title… if you don’t have the knowladge, using pastebin.com share the content of header.php and we’ll have a look.Forum: Fixing WordPress
In reply to: Add media button does nothing. Any help, please?can you try from another browser/computer/clear cache? There are some js things happening there and if they are cached they might break things(cached since you had the plugins on)
Forum: Fixing WordPress
In reply to: Image thumbnailsHi, first of all don’t edit any core files (no theme core files, no plugin core files and no wp core files)!
What you first have to do is to create a child theme (you can read the codex here: https://codex.www.ads-software.com/Child_Themes
Or use a plugin to create a child theme like: https://www.ads-software.com/plugins/one-click-child-theme/
– activate the child theme
after that see what page is set for homepage in your dashboard, then in the right of that page you’ll see what template it uses, copy that file from the theme to the child theme – now you can edit it in the child theme.
In that file see where the featured image is output and change the code you have with one of the functions you have described here: https://codex.www.ads-software.com/Post_Thumbnails
Please check the codex to see which one you want to use.Forum: Fixing WordPress
In reply to: Get Page Title > If No Page Title > Get Category TitleHi you can use an if statemant that will check if the current page is a category page or anything else and depending on that you can run the get_the_title function or the single_cat_title function
check the codex page for: https://codex.www.ads-software.com/Function_Reference/is_category
Forum: Fixing WordPress
In reply to: Registration failureHi,
From the info that you shared I’m guessing that this is a host issue, the host might have the php mail function disabled, can you check with them? This doesn’t look like a wordpress issue and not even a plugin issue since you had the issue with all plugins disabled.
Contact your host, try to send a test email from your host using a simple php script see if that works …Forum: Fixing WordPress
In reply to: Homepage only loading.All the pages are working for me at this point, have you managed to fix it? if not clear your browser cache…
Forum: Fixing WordPress
In reply to: many plugins not work on SSLHi, here are 2 links that provide a lot of info about wordpress and ssl, read throw them and take the steps they advice on, you should be fine after that:
https://yoast.com/wordpress-ssl-setup/https://managewp.com/wordpress-ssl-settings-and-how-to-resolve-mixed-content-warnings