4BWebDesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Breadcrumb Trail] StylingThanks for your response. I’m still in learning mode and can’t seem to locate the classes that breadcrumb trail is using. I viewed the pages source code and this is what I found in relation to Breadcrumb trail. I have opened up my sites files in FTP and looked at all the classes in WP includes/css and do not see any of these classes. I also opened the plugin editor and don’t see a css stylesheet. Any help would greatly be appreciated.
<div class=”breadcrumb-trail breadcrumbs” itemprop=”breadcrumb”>
<span class=”trail-browse”></span> <span class=”trail-begin”>Home</span>
<span class=”sep”>></span> Resources
<span class=”sep”>></span> Research & Publications
<span class=”sep”>></span> <span class=”trail-end”>Poster Contest</span>Same problem here. I’ve gone through all the settings and tested several different options to no avail. When you click on the thumbnail, instead of going to gallery slideshow with navigation, it’s going to the media file URL. I use custom themes but on other sites with custom themes, the gallery works. That really stumps me!
Thanks!
Forum: Plugins
In reply to: [LDD Business Directory] Edit Listing ProblemYes. I clicked on one that was id_7. It does come up with Page not found. https://www.guymonokchamber.com/wp-admin/admin.php?page=edit_business_in_directory&id=7
Forum: Plugins
In reply to: [LDD Business Directory] Email Pop IssueGreat thanks! I will give it a shot!
Corey
Forum: Plugins
In reply to: [LDD Business Directory] Edit Listing ProblemThanks for the quick response. I got to thinking, In my custom theme, the directory on the front end was up against the edges of the sheet both left, right and bottom. I added margins to all three of these. Surely this wouldn’t cause it right? Below is what I added to the stylesheet:
#lddbd_business_directory{
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
position: relative;
overflow: hidden;
min-height: 300px;
font-size: 16px;
}When I add a listing and click on submit, it takes me to this URL: https://www.guymonokchamber.com/wp-admin/admin.php?page=business_directory
When I click on the name in Directory Listings, it takes me to this URL: https://www.guymonokchamber.com/wp-admin/admin.php?page=edit_business_in_directory&id=3
The directory is at this URL. I have one listing in Accounting. You can also see what I referred to in another post about the broken image icon: https://www.guymonokchamber.com/directory/
Thanks,
CoreyForum: Plugins
In reply to: [LDD Business Directory] Email Pop IssueSorry correction. There is a cancel and submit on the form however, what had happened was when I opened up the email pop up, the location of my screen cropped the form and would not scroll so therefore I could not see the cancel and submit button.
Forum: Plugins
In reply to: [LDD Business Directory] Edit Listing ProblemThe same thing happens when you are on the page viewing all the images. By clicking on the listing name it navigates to a Page not found also.
The issue I’m having is I can’t create hyperlinks once I updated to WP 3.6. I isolated this issue to next gen gallery after deactivating all my plugins then activating them one at a time. If Next Gen is activated, I can’t create hyperlinks. Once I deactivate it, I can then hyperlink normally. This is happening to all my sites that use Next Gen. Any ideas why?
Forum: Fixing WordPress
In reply to: Upgrade to WP 3.6Upgrading to 3.6 seemed to have no problem until I went to add a hyperlink in the page. Before, you highlight text, click on hyperlink and add link. Now when you highlight text to insert hyperlink, it won’t activate the icon to do so. What I did notice, I tried adding a link to text that was styled already with and it worked with no problem.
Most of my content, I do not use paragraph tags. I let the CSS control it. This is when I see the problem.
Any ideas?
Forum: Plugins
In reply to: [Simple Side Tab] Specify which pages to be shownThanks for the reply Scot. Not real up to speed on css yet but would it work the other way also? Instead of listing the page id’s not to display it on, is it possible to have list the page id’s to display on?
Corey
Forum: Fixing WordPress
In reply to: Text Decoration UnerlineWell put on the breaks. Even more strange. As long as I was logged into my dashboard, the links all have underline. But once I logged out, the underline disappeared.
Forum: Fixing WordPress
In reply to: Text Decoration UnerlineHmm. That’s weird. I just double checked my CSS and updated and now the links are underlined. That’s just strange.
Forum: Fixing WordPress
In reply to: Text Decoration UnerlineThanks for that. I opened firebug and looked at the CSS. In firebug, it’s showing text decoration none. When I’m in my CSS on the back end, it has underlined? What would cause that?
Forum: Plugins
In reply to: [WP Webmaster] Newbie installation question – All in One WebmasterThis is a newbie question from me as well. A lot of my WordPress installs are in Sub folders. I do this to keep up a coming soon page until the site is developed. This is effecting the location of the meta code from Google, Bing, etc. Is there a way to code the plugin to instead of looking at root install for the meta data, to look in the sub folder the site is in?
Thanks
CoreyForum: Plugins
In reply to: [WP Publication Archive] Category Filter Not working for MeYou Wrote:
4BWebDesign – this is strange indeed. Would you please show me the exact shortcode you’re using?
———————————————————————–
I replied per your request”
“Community Development Agendas:
[wp-publication-archive categories=”Community Development Agendas” showas=”dropdown” /]
Community Development Minutes:
[wp-publication-archive categories=”Community Development Minutes” showas=”dropdown” /]I took the advice from the string I got this info from and used the category name in lieu of cat1, cat2 etc”
———————————————————————–
Your response was:
“As for the category filter issue … I’d need to see exactly how your publications are set up. Can you please contact me outside of the forum (eric[at]eamann[dot]com) so we can set up a way for me to diagnose this directly? “——————————————————————–
What’s happening is When I load the publication and place it in one of the categories, on the front end That publication that I wanted to show up in the First category, is showing up in both. Then when I click on that publication in either category, it’s coming up with Page Not Found.