dave9966
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Map icons being stretchedGreat thanks, I will try apply these changes.
Is there a way to order the loctions?
Forum: Plugins
In reply to: [WP Store Locator] custom markersHey where abouts can I go to change the markers? I would like to use the logo of a company as the store markers.
Thanks in advance!
Forum: Fixing WordPress
In reply to: How to override parent global variableI tried merging but i think there is an ordering issue , because if I merge the 2 arrays in a child functions.php its not registering
also the above function is being used ei
add_action(‘admin_menu’, ‘mytheme_add_box2’);
so maybe there is something i need to do to register these new fields
Forum: Installing WordPress
In reply to: Installing wordpress in subdirectoryOk so I got it working….. I had to add
RewriteCond %{HTTP_HOST} ^(www.)?modgraphic.com/blog$
RewriteRule ^(/)?$ modgraphic/blog/index.php [L]to the .htaccess in the root directory because as I said before it was going to the dir “blog” which parallel with the modgraphic folder
I also then had to remove the “blog” from
require(‘./wp-blog-header.php’);
Everything is good now!
Forum: Installing WordPress
In reply to: Installing wordpress in subdirectoryI did this…. but if you visit https://www.modgraphic.com/blog you will see the parent directory, and I believe its getting confused somehow
Forum: Installing WordPress
In reply to: Installing wordpress in subdirectoryso my file structure is as follows
root/blog
root/modgraphicand wp is installed in root/modgraphic/blog/
which /blog do I add DirectoryIndex index.php ?
and https://www.modgraphic.com/blog seems to be going to
root/blog
Forum: Installing WordPress
In reply to: Installing wordpress in subdirectoryI think I need to have a condition in my root directory htaccess that says
if the url https://www.modgraphic/blog is entered than point to the proper foldercause right not a subdirectory that is called mographic is the main site
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] JQUERY not definedright… so do you have any other suggestions to help a site to load faster? plugins? anything?