TheAggressive
Forum Replies Created
-
it’s not your mappings that are not working. It’s the database. The database tells the media library. Your files are uploaded to the correct destination. You would have to import your database for the media library to see that files were uploaded.
Forum: Fixing WordPress
In reply to: Maximum function nesting level of ‘200’ reachedFound out it was because I had a typo.
It should be
wp_enqueue_script
NOT
wp_enqueue_scripts
so the corrected line should be:
wp_enqueue_script( 'foundation-js', PARENT_URL . '/dist/scripts/foundation.min.js', array( 'jquery' ), '6.2.3', true );
- This reply was modified 8 years, 5 months ago by TheAggressive.
Forum: Networking WordPress
In reply to: multisite activating theme = 500 errorI turned wp_debug and this is what shows when i go to activate the theme.
Warning: require_once(/var/www/vhosts/theaggressive.com/httpdocs/wp-content/themes/Aggressive-Respond-1/_/inc/options-framework.php): failed to open stream: No such file or directory in /var/www/vhosts/theaggressive.com/httpdocs/wp-content/themes/Aggressive-Respond-1/functions.php on line 11 Fatal error: require_once(): Failed opening required ‘/var/www/vhosts/theaggressive.com/httpdocs/wp-content/themes/Aggressive-Respond-1/_/inc/options-framework.php’ (include_path=’.:’) in /var/www/vhosts/theaggressive.com/httpdocs/wp-content/themes/Aggressive-Respond-1/functions.php on line 11
i don’t know what it’s looking for in /_/inc/options-framework.php because there is no file called /_/
Any ideas??
Well it seems fix the playlist option when editing. But sorting the songs still seems to do the same. Can’t sort them.
Also have this problem…wordpress single site. using wordpress 3.5
Forum: Networking WordPress
In reply to: same categories for all blog sites?Why not a query?
Im wanting to have control of were posts are laid out. For example:
Latest Posts from Sub Site #1
(Show results)Latest Posts from Sub Site #2
(Show results)That’s why I want to use queries.
Forum: Networking WordPress
In reply to: same categories for all blog sites?Thank you for your reply!
I decided just to export all content and then import. Seemed to be a easier route to take.
I have another question though…how can I make a custom query to pull 5 of the latest post from a sub site and show on the primary site page? Also will it be possible to show the featured image aswell with this query?
Also is there a way that I can redirect users to the new url when the old one is requested?
Thanks a bunch!
Forum: Networking WordPress
In reply to: Multisite subdomain shows primary site until loginThat seems to work now. Installed W3TC and when to each blog’s dashboard and plugins and activated it and now all subdomains show when visited.
Thank you!
Forum: Networking WordPress
In reply to: Multisite subdomain shows primary site until loginYep! that was the problem, the .htaccess was causing the main page to show.
how do you install it correctly?
install it in the network admin, then go to each site dashboard and activate it in the plugins menu?
Thank you!!
Forum: Networking WordPress
In reply to: Multisite subdomain shows primary site until loginthe regular address is https://www.theaggressive.com
the subdomain for web development is webdevelopment.theaggressive.com
Forum: Networking WordPress
In reply to: Remove "blog" from root site?hhmmmmmm there has to be a way. This is a big stumbling block as of right now..
Forum: Networking WordPress
In reply to: Multisite subdomain shows primary site until loginI deactivated it. deleted it and it still shows the primary site when viewing subdomains.
It all shows the primary site on the following browsers:
IE
Firefox
ChromeThe only browser that shows it correct is on my android phone’s browser
any ideas??
Forum: Networking WordPress
In reply to: Multisite subdomain shows primary site until loginI’m using W3 Total Cache. I deactived them but still shows the primary site if not logged in.
Should I delete the plugin? I’m thinking that it might not be multisite ready…any good ones for multisite? I loved all of the features.
Thank you!
Forum: Networking WordPress
In reply to: Remove "blog" from root site?Thank you! that seemed to work!!
also, is there a way to tranfer all categories to other blogs so they are all the same?
I mean let’s say I have a parent category of “Animals” and a sub category of “Cats”. Is there a way to multipost the post with it keeping all of the categories linked as in the original post?
I have permalinks setup like this /%category%/%postname%/
So the original post has permalink of /animals/cats/ BUT when I post to the other blog the permalink is /category/cats-2/
just want it all to be similar.
Thank you again!!
Forum: Networking WordPress
In reply to: Remove "blog" from root site?Thank you for your reply!
I tried Multipost Plugin but it’s only showing the primary blog in the post to box. Any idea why the other blogs are not showing up? I’ve choose to go with subdomain also.
Thanks!