Eterud
Forum Replies Created
-
Thank you for your response,
It’s all working now.
I still don’t know what the problem was exactly, but it’s solved ??
Much appreciated.
Forum: Plugins
In reply to: [WooCommerce] Really weird layout in the category pagesWorks, thanks!!!
Funnily enough if I add it to style.css it doesn’t work but with the custom css plugin it does.
Thanks again!
Forum: Plugins
In reply to: [WooCommerce] Really weird layout in the category pagessorry there, didn’t think of that: It’s enabled
Forum: Plugins
In reply to: [WooCommerce] Really weird layout in the category pagesHere is the specific page that was shown from the picture.
https://www.getleanstrength.com/product-category/calisthenics-equipment/
Forum: Fixing WordPress
In reply to: Biographical information does not have a text box in user edit.ok found out what was wrong…
the plugin “CatagoryTinyMCE” disables that field for some reason.Forum: Fixing WordPress
In reply to: Biographical information does not have a text box in user edit.I could be totally wrong, but it seems that those codes should be in “user-edit.php”
My code for that part is:
<h3><?php IS_PROFILE_PAGE ? _e('About Yourself') : _e('About the user'); ?></h3> <table class="form-table"> <tr class="user-description-wrap"> <th><label for="description"><?php _e('Biographical Info'); ?></label></th> <td><textarea name="description" id="description" rows="5" cols="30"><?php echo $profileuser->description; // textarea_escaped ?></textarea> <p class="description"><?php _e('Share a little biographical information to fill out your profile. This may be shown publicly.'); ?></p></td> </tr>
Somehow the textarea doesn’t show up.
Why/how/ what to do to fix it?
(Anybody has any ideas? please.)
Forum: Fixing WordPress
In reply to: Publishing a post under Microsoft Word: Layout differencesYea, I know what it does.
I call it useless, as it slows down a website with unneeded code. you got style.css after all to take care of your styles, fonts and so forth ^^
Forum: Fixing WordPress
In reply to: Publishing a post under Microsoft Word: Layout differencesNah not empty, but for every single line I wrote I have
<span style="Times new roman" size="18">Title </span> <h1><span style="Times new roman" size="18">header </span></h1> <span style="Times new roman" size="12">normal text first sentence </span> <span style="Times new roman" size="12">normal text secondsentence </span>
Anyways, found a work around, not perfect but it ‘s better than using the build in text editor.
It’s a 10 month old plugin called cleanup HTML or HTML cleanup.
Adds 1 button to the visual editor and if you click it it removes all ‘<span>, <div>’ and all other useless html codes.Forum: Fixing WordPress
In reply to: Publishing a post under Microsoft Word: Layout differencesHello, thank you for your responses.
@james Huff, as far as I know is word the most popular weblog client, as it replaced the old “Livewriter”(Livewriter was a stripped down version of word anyways- exactly the same, just less functions)
@romanbon I’m not talking about pasting text. I’m talking about publishing using Microsoft Word.
(In word, click on New> Blog post> write your post>Publish.)
It then publishes your post(or saves as a draft) through the xlmrpc.phpIt looks like wordpress cuts down most of the “clutter codes”. However, it still imports the
<Span></span>
code, along with some<li>
and<Div>
‘s.
If there was some way to strip those tags when publishing through the xlmrpc.php. (especially the span tags) then word would be the ultimate wordpress publisher.So, anyone knows how to automatically remove the style tags such as
<span>
?
Forum: Plugins
In reply to: [WP Author Box Lite] Author info not updating.Hello phpbits and thank you for responding.
At the point where I wrote this question I did not even use any cache on the website.
I think that my problem is mainly a problem within wordpress itself as:
If I edit Dashboard>users>specific profile
The information gets updated in https://mydomain.com/authors/usernameBut not in the author box. I tried creating a new username and also no updates.
(This counts for both the author box lite as in wordpress’s own author box.)So for the time being I sadly had to disable all types of author box until I find a fix for this ??
Forum: Plugins
In reply to: [MC4WP: Mailchimp Top Bar] Stop showing bar to those who have signed upI’d love to have this option too!
I could, it’s getleanstrength.com
However, you probably will see a “coming soon page” so the site doesn’t get indexed yet at google etc.
Thank you for your response.
I am using genesis with the child theme “Daily dish”
on which I’ve done many alterations and edits for different kinds of codes (Mostly from codes that I’ve found around the internet/where I’ve experimented a bit with to fine tune those codes to my liking)So drag and drop interfaces could work for this? gotta find a good one then!
Gotta look into that, atm I have visual composer but actually have never used it, as the things that I wanted to edit where not editable with it.Ok, I went to a total different approach to this, after a tip on a forum.
The problem didn’t have ANYTHING to do with the plugin at all.
There was a code in the function.php that was meant to remove the widget area on the front page.
But at the same time it disabled(but didn’t remove) the primary sidebar widget on the blog/post page.It’s all fixed now.
Thanks again for the time
Bah, such a shame…
Switched to genesis since everyone was boasting how much more stable and resourceful it is…and now I can’t get a simple widget to show up at the blog.
There goes some hundred hours or so rebuilding the site in genesis ??
Ahh well thank you for your time.