Zardon
Forum Replies Created
-
Forum: Plugins
In reply to: [Map Multi Marker] Map Not Showing UpHave the same problem on a client site I am working on. Generated an API key but I see nothing but a huge blank white space where the map should be. I see the code in the Source Code but nothing visible on the page. Any solutions?
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not resizingThanks for the advice and replies! Will use the developer tool more often. Didn’t know the browser still reports its original screen even if you resize it. Cuz there are some sites where the image moves to the next row or shrinks if you resize your browser.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not resizingwhat device emulator would you recommend?
how do you go into device mode in developer tools? I use firebug in firefox.Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not resizingBut if I shrink my browser, I do not see the images resizing, which it should. If I use a mobile test emulator (eg: mobiletest.me), I don’t see see the images being resized.
Resolved.
Got help from a fellow member in the WP Membership site group: https://www.facebook.com/groups/membersitemastermind/66626490683538
At the top of checkout.php, is there a line of code like this:
<form id="pmpro_form" class="pmpro_form" action="<?php if(!empty($_REQUEST['review'])) echo pmpro_url("checkout", "?level=" . $pmpro_level->id); ?>" method="post"> If so, try replacing with: <form id="pmpro_form" class="pmpro_form" action="<?php if(!empty($_REQUEST['review'])) echo pmpro_url("checkout", "?level=" . $pmpro_level->id); ?>" method="post" target="_blank">
Forum: Plugins
In reply to: Plugins (that were working before) not showing up in dashboard?anyone?
*bump*
Also, since I am still on this thread and don’t want to make a new one…
Is there a way to make NextGen Gallery look like the Pinterest layout? What’s the closest than I can get? If I use Masonry, I lose pagination. If I stick to default layout, I get white gaps. Also, I want each image to have its own page with comments, ratings, etc on it….sort of like 9gag. I don’t want to manually create a new page for each image. Should be a feature where every image that gets uploaded into the gallery, a page or post is autocreated for it.
Problem with most WordPress Pinterest themes is that they all require you to create individual posts in which the image in the post will be used as the thumbnail icon to be rated and commented on.
damn…..seriously?? one tweak in the code was the fix?? lol hate it when minor errors in code can cause huge problems. but yea, it works. now my problem is editing the CSS so that the images and pagination fit in the middle of the site because it is overlapping the footer. need to put the footer below the images area. I also want to implement the Masonry grid into the gallery layout and implement social media into the images so that users can see how many views each image has gotten and how many likes, tweets, pins, etc. an image has gotten. Any ideas?
Forum: Plugins
In reply to: NextGen Gallery Error on Lines 657 and 652*bump*
Forum: Plugins
In reply to: Posts are appearing on pages even though they are not supposed toAnd yes, I’ve deactivated/reactivated and deactivated/deleted the rss plugin to no avail. The posts are still in the category but the problem is that only one specific category is deciding to display on the pages. I’ve checked the posts in the category and it seems the posts look normal.
Forum: Fixing WordPress
In reply to: Categories exist but main page still says "No Categories"Yes, the category has 50+ posts and only shows up when you go to the actual category page.
How do I include it into the theme?
Forum: Fixing WordPress
In reply to: WP-Pagenavi returns 404 erroranyone?
I don’t know if there is a specific file that is causing the 404 error…need some ideas.
Forum: Fixing WordPress
In reply to: Page Navigation on News not workingSwitched to twentyten and clicked on the link to go to page 2 of the news posts and still same error “Page Not Found”
Not sure what’s going on.
Forum: Fixing WordPress
In reply to: Page Navigation on News not workingIt’s weird because according to WordPress, I have 55 articles posted…so how could the additional pages not be working?
Forum: Fixing WordPress
In reply to: Page Navigation on News not workingYes, but https://www.mmocraze.com/?page_id=2 refers to my “About” page which is an actual post.
paged=2 (or whatever the correct link is) is the link for news postings but it won’t work for me. Trying to figure out why it’s now working. The page won’t show up.