theregoesjb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: proper way to add background image behind content?oops sorry
Forum: Fixing WordPress
In reply to: proper way to add background image behind content?should this work?
.post-content { background-image: url ('https://leeskitchenfranklin.com/wp-content/uploads/2013/09/dragon1.jpg'); }
i already switched things back to the original files, but here it is-
https://leeskitchenfranklin.com/tab-menu/ (last tab on the menu is only one with issue, “lunch combo plates”)
Should either of the options i tried have worked? I will try again and be sure to clear cache, i believe i had the correct file but ill report back.
Amalux and McGuive7, thanks for figuring this out… this is exactly what I need.
I am in need a bit of clarifying tho (I know Amalux broke it down more clearly, but I am still just too new to all this)
I used “https://jsbeautifier.org/” to unminify the wp-ui.js code. I pasted this back into the wp-ui.js (replacing the original minified content).
As stated on line (438 for me) I changed to:
c.heightStyle = this.o.autoHeight ? "auto" : "content";
I uploaded this file but it did not work. Do I need to re-‘minify’ the file somehow?I also tried changing it in the wp-ui.dev.js file, as stated, changing the line to:
options.heightStyle = this.o.autoHeight ? "auto" : "content";
I then copied all the contents of this file and pasted them into the wp-ui.js file (replacing all the original contents of the wp-ui.js file).
This also did not work, which makes me think I am misunderstanding some of the instruction, thank you for any answers and for the time put into solving this problem.
Forum: Fixing WordPress
In reply to: can i use a symbol font in wordpress?i did check out that plugin, no chili pepper though.. otherwise that plugin would be perfect
Also adding an ‘i know this thread is old but..’ I was also in need of a table within my tabs, heres what I did-
-I chose the “use page” for tab content option
I was making my tables in microsoft excel, which has an option to save the page in .html format, I then opened the file and copy/pasted the html into the wordpress page text editor. All depends on what exactly you need but this makes formatting your tables super easy.
Forum: Fixing WordPress
In reply to: create a page content template?maybe something like the ‘Views’ plugin which seems to be made to work alongside the ‘Types’ plugin
Forum: Fixing WordPress
In reply to: including posts on homepage – SEO side effects?ahh gotcha, thanks
Forum: Fixing WordPress
In reply to: including posts on homepage – SEO side effects?yeah exactly, i belive post titles are an <h> tag right?
Forum: Plugins
In reply to: [Yoast SEO] where are page SEO settings for homepage?ahh nothing like getting free condescension with free help
If that is truly it then thanks, but i wasnt sure since they are labeled as title and description templates with auto populating shortcodes that you can customize.
for example, by default mine has:
%%sitename%% %%page%% %%sep%% %%sitedesc%%why would it use this if it wasnt meant for multiple instances, right?
Forum: Fixing WordPress
In reply to: Showing one page's content on another pagei know this post is a few months old but I am trying to use the posted PHP to include content onto my homepage through my home.php file.
<? $the_query = new WP_Query( ‘page_id=149’ )
while ( $the_query->have_posts() ) :
$the_query->the_post();
the_title();
the_content();
endwhile;
wp_reset_postdata();
?>but I am getting a syntax error (in dreamweaver) on the 2nd line:
while ( $the_query->have_posts() ) :anyone know why this might happen?
Forum: Plugins
In reply to: looking for plugin to display posts from categoryplugin called “TPG Get Posts” did the job
Forum: Themes and Templates
In reply to: how to change theme options name in dashboard?Hi forbreakfast, I ended up changing the themes name with a complete find and replace (and changing the themes folder name of course).
Probably not what you are looking for (and has to be done before uploading obv) but I think you are right on track, i will prob have a trial and error session with that next time i get a chance. Thanks for sharing!
Forum: Fixing WordPress
In reply to: Moving WP site to new domain, lost all the pagesbtw, thank you for the advice arncus. im def going to try that.
Forum: Fixing WordPress
In reply to: Moving WP site to new domain, lost all the pagesi mean i completely understand, and that would absolutely be my next move if i dont pinpoint some other minor hangup.
I have reviewed it in the past, and ended up using a youtube tutorial that worked great, which is the same method i used in this case.
I just figured I would throw my situation out there to see if anyone recognized anything glaring (such as missing pages, or temp URL) before I wiped the slate clean and started over.