Forum Replies Created
-
AuthorPosts
-
handsun
Participanthandsun
ParticipantHi Victor that worked perfectly, how did you identify the page id? Thanks so much for your super fast help!! I really appreciate it!
handsun
ParticipantThat worked, thanks so much Brad, its the same advice Support just sent over, appreciate the help.
handsun
Participanthandsun
ParticipantThank you Victor for your input, I was not really asking for a full development answer, but for advice as to the wpadverts developer's last comment, and to do that I had to lay the scenario out, as I am just learning php, I thought I could have made a big mistake up to this point.
I will ask support about archives.php, if I can find out if the archive.php loads some other file which has the_loop, since he asked me to find out in Genesis theme support.
I appreciate your feedback.
handsun
ParticipantI found it! js/global.js, thanks Victor, I sure do appreciate your help, I got the sticky menu working again.
handsun
ParticipantHi Victor, I can't see a Gallery Pro plugin, I do see the css in style but now that I have added another widget area, the header no longer sticks, I wanted to play around with the parameters, but I cant find where it is referenced, the actual js file does not have editable parameters.
handsun
ParticipantHi Victor, I appreciate the input, I wish it was genesis, I will just start turning off plugins, thanks for your help!
handsun
ParticipantHI Victor, I actually found two items in the sidebar with missing tags, fixed those, but I still have the spreading thumbnails, I went to https://validator.w3.org/nu/?doc=https%3A%2F%2Ftbreds.net%2Fshop%2Fmares%2Fdouble-prophecy-2011-mare-and-foal-package%2F and there are so many errors its hard to know where to start. (I inherited this site) Most of them seem to be coming from woocommerce stuff. this one is the worst, extra : </div>
I know these errors can also be perpetrated from above that line, so I am stuck on what to do next!
I do appreciate your assistance!
handsun
ParticipantThank you Victor for your input, I ended up finding the last hiding url through using Better Search and Replace, the div class, to locate the php that was calling an insecure url in one of the plugins, it definitely was along drawn out process, but all done, and I feel much more confident about going SSL now! Thanks again, CArin
handsun
ParticipantThanks Victor! I commented out those lines in page_blog.php, and then featured image went away, I found another snippet in page_blog
/* Remove Featured image (if set in Theme Settings) add_filter( 'genesis_pre_get_option_content_archive_thumbnail', 'market_no_post_image' ); function market_no_post_image() { return '0'; }
that I commented out which restored the featured image but left the image above title on the left align setting
Now I would like the title to be above the feature image so I commented this out of function.phpremove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 ); add_action( 'genesis_entry_header', 'genesis_do_post_image', 5 );
but again now I have lost my featured image again. Any resource on how to add it back in? I would sure appreciate it!
Fixing this will help me get a better understanding of these filters and actions also, I appeciate your input!
handsun
ParticipantHi Porter, I am trying to reach you for php work (you helped me last year) , can you respond to this post and we can find a way to connect, I clicked your Buy Me A Beer link and sent you an email but have not heard back, Carin
handsun
ParticipantI ended up overwriting the style sheet and removing my header right, the problem was somewhere in there, just kinda started over and menu reappeared, solved!
handsun
ParticipantVictor, thank you!!
I was working fast and frustrated, I really appreciate your pointing this out you are exactly right! Whew!
handsun
ParticipantI found it! there was one line left in css shrinking header to 66px, line 900, I changed min-height there and its fixed.
.header-image .sticky .title-area, .header-image .sticky .site-title, .header-image .sticky .site-title a
handsun
ParticipantThanks for your input, I need to just give them a call so I can understand their reseller accounts, their site just confuses me. Thanks again.
handsun
ParticipantI am thinking of moving my many sites from hostgator to inmotion, prices are better and support seems pretty good (I started with one small account there just to test them out before I make a big move Any others have experience with inmotion? I would be getting a VPS.
handsun
ParticipantHi Marsha, thank you so much, I checked it out and it looks perfect!! I do appreciate you!
handsun
ParticipantI found this and it worked for me! It replaces the old excepts with a new one then configures it to allow html and a lot of other goodies!!
http://wordpress.stackexchange.com/questions/141125/allow-html-in-excerpt
handsun
ParticipantThanks Victor! I am using Genesis Featured Posts , I added this to bottom of functions.php but links still do not show up, `add_filter( 'get_the_content_limit_allowedtags', 'get_the_content_limit_custom_allowedtags' );
/**
* @author Brad Dalton
* @example http://wp.me/p1lTu0-a5w
*/
function get_the_content_limit_custom_allowedtags() {
// Add custom tags to this string
return '<script>,<style>,<br>,<em>,<i>,<ul>,<ol>,<li>,<a>';
}`
-
AuthorPosts