Missouriflies
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Getting Professional Help recommendations@verybi thanks for the original content…what is that a hint to make the topic resolved?
Forum: Fixing WordPress
In reply to: ERRORS I Can't Figure OutI don’t know if they are related to the plugin (e-commerce) or not. I’m new at this, just opened my error logs for the first time a few days ago, went into debug mode last night, just notices, which i don’t think are critical.
changed themes over to twenty 11 and something else with no luck.
can’t seem to find relevant information on the web to deal with my problems
have posted at Scriptlance for help , I get the feeling im not competent to deal with this, its been one huge headache
Forum: Fixing WordPress
In reply to: ERRORS I Can't Figure Outyes im using a bunch of plugins but i’ve disabled everything but e-commerce and it continues to be slow and or times out on updates. I think the error mainly comes when opening e-commerce products or trying to update a product
Forum: Fixing WordPress
In reply to: AIO SEO ?My bad here i go again. Answer No! as long as my posts pertain to how i’ve done my site title etc, all in one seo seems to defualt to “home page” setting for title and H1 even if you don’t check the box that says “dont use on this page/post”. My bad!
For those who care it actually helps my images rank by not using the all in on seo…everything in the edit page box blank and box unchecked! hope that helps
Forum: Plugins
In reply to: e-commerce slow to update productsbump
Forum: Fixing WordPress
In reply to: rss link and other widget links won't updatehere’s the answer right here….
good god. https://www.ads-software.com/support/topic/rss-widget-title-link-wrong?replies=7
web challenged I am!
Forum: Fixing WordPress
In reply to: rss link and other widget links won't updateIm doing something wrong maybe with the rss link address i think…help with that? and or where do i find the code governing the rss widget. i see the html in firebug but don’t know how to use firebug to show me the location of the dominant code.
Forum: Hacks
In reply to: loading header on 8 static pages not on 40-80 othersso i created the new header-none.php and used this code in page.php
<?php if ( is_home() ) : get_header(); else : get_header(none); endif; ?>
with the intention of keeping the home page header while getting rid of the header on all other pages, However the home page header disappeared as well. what did I do wrong? ??
Forum: Hacks
In reply to: loading header on 8 static pages not on 40-80 othersI can created a new header.php and revome
<div id="header"> <?php if(is_home() && !is_paged()) { ?> <h1 class="site-title"><?php bloginfo( 'name' ); ?></h1> <span class="site-description"><?php bloginfo( 'description' ); ?></span> <?php } else { ?> <h1 class="site-title"><a href="<?php echo home_url( '/' ); ?>" title="<?php _e( 'Click for home', 'tweaker3'); ?>"><?php bloginfo( 'name' ); ?></a></h1> <span class="site-description"><?php bloginfo( 'description' ); ?></span> <?php } ?> </div><?php // end #header ?>
and that gets me what I want. how or where do I control which header.php is called for different standard Pages.(page.php)
thanks. Looks like im almost getting thislol lol oh lord, i dont know what a full screen edit is…but looks like i’ve got some serious work one way or the other. Thinking I will have to go to the table reloaded probably a lot less trouble in the end, or just ditch the table all together, we’ll see. Esmi, thank you for your help. when your down and out its good to get any advice at all (not that yours is ho hum).
thank you for your help.
as an aside, perhaps i can creat a new table drag and drop my image links, thats helped in the past, I’ll try that first, if not its off to other options. at least i can probably open two windows, one with the table code already generated and table re-loaded in the other then just copy and past from one to the other(or not?)off to work I go.yes I have but it seems so much easier to work in a more visual, “intuitive” sense(at least it did). can you or anyone explain why my saved code “the only one that works” is missing the first <tr> ? if i revert back to that code…all is well…if i insert the <tr> i get nothing…now if i go and delete the <tr> i just typed in it still doesn’t work . wtf. could this be any more frustrating. also, how do I update the page when working with the html tab. i don’t see the side bar with the update button. thank you for your help.
it is much appreciated.Ok case closed….never used the compare revisions function before, helped alot. somehow <p> was inserted before every image in the html, deleted that and one or two other random things and bingo. Lesson…compare revisions.case closed peace out.
anyone
Forum: Fixing WordPress
In reply to: One page of many will not updateits something to do with the Html for the table….bit baffled, still working it out.
Forum: Fixing WordPress
In reply to: Table images won't load when copied to "child " pagethanks swanson. not sure what your talking about but its helpful none the less. makes some sense, i just have to learn learn and learn. maybe some google searches on hard coded image html. thanks for your help, im going to be alright.