kmurrayfrgraphics
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Enqueuing multiple style sheetsWere you able to solve this issue? I am running into the same problem.
Cool I went ahead a purchased it. Would you happen to have a link that shows how to install the while keeping all my current photos and galleries?
Do you have a sample of what the mosaic/masonry views look like on a web page?
Forum: Themes and Templates
In reply to: [i-max] Centering bottom widgets and issue with gap in postI accidentally solved the widget problem as well.
Adding a third widget and placing it before the two that I need causes the two to center and in the mobile view the empty widget disappears.
??
Forum: Themes and Templates
In reply to: [i-max] Centering bottom widgets and issue with gap in postI solved the problem with the large gap, it is the header text.
I changed the font size to accommodate for the small screen:
.iheader h1 { display: block; float: left; font-size: 5.9vw; line-height: 100px; padding: 0px; margin: 0px; font-weight: 500; color: #FFF; }
Going to work on the widgets now. ??
Forum: Hacks
In reply to: Javascript not functioning properly on wordpressSo my site is hosted through godaddy and I took the liberty of reverting back to an older version of wordpress then re-updating it to the current version.
Godaddy or WordPress managed to pull from an old database and delete created pages (still keeping my file manager intact though) and now the jQuery has no problem loading.
I am completely unsure what the issue was since the script was being loaded. I am unsure if it was being unloaded after jQuery, but no errors were showing when I ran Inspector on FireFox.
Forum: Plugins
In reply to: [Kebo Twitter Feed] Slider not showing up on site.No worries, Thank you very much!
Forum: Fixing WordPress
In reply to: Create an "if mobile/table then echo" php for website.I can, thank you very much, great solution!
Forum: Fixing WordPress
In reply to: Create an "if mobile/table then echo" php for website.could I do this with a div?
So it works amazingly now and I have you to thank!
Hope it makes you happy I was fist pumping when it finally worked.
Thank you so much!
I guess I should also mention it runs like a beauty now btw. Exactly how I want it. I just want to make sure all my bases are covered.
So I tweaked your code a bit because I was still getting errors this is what I have now:
<?php function tooltips() { if ( is_page( 'Services' ) ) { wp_enqueue_script( 'tooltips', get_stylesheet_directory_uri() . '/js/tooltips.js', '', '1.0', true ); } } add_action( 'wp_enqueue_scripts', 'tooltips' ); ?>
For some reason when trying to see if there is already a function called tooltips there is an error and causes the java not to function. Also when trying to register the script I was getting functions.
I wasn’t sure about the admin portion of the php. Is this so that it will function when viewing the website as an admin? If so the java runs fine while on the admin panel.
How does it look?
Thank you very much! I have finally taken a step into the right direction.
My only issue now is it is calling for the java for every page. Since this will bog down my site is there something I need to change in my functions.php so that the only time the java script will load is if I call to it on that one specific page?
Thank you very much you were more helpful than anyone else so far I will look into it.
Ok we are getting somewhere the site is functioning but I am still getting an error:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘tool_tips’ was given in /home/content/71/10509071/html/working/wp-includes/plugin.php on line 406