kosmicbird
Forum Replies Created
-
Forum: Plugins
In reply to: [Front End PM] Issue modifying css style of headerOdd… but figured it out. This is the code that worked for me to get the look I wanted {
#fep-header { border: 0; border-radius: 4px; } .fep-table { border-radius: 4px; background-color: #000000; }It is odd that you HAVE to set the border on #fep-header to 0 while giving it a border-radius in order for the border-radius property to work. Additionally, you have to modify .fep-table in order to modify the background color of #fep-header.
Strange but there’s the solution. Great plugin anyways!
Wow!! So after uninstalling and reinstalling USP, still same issue. However I then figured out how to do a “hard reload” of my browsers and it seems to have fixed the issue (on my end at least). Ugh… 4 hours later!!! Very bittersweet – spent a lot of time trying to figure this out but at least now it’s working.😄 As always, thanks for the help Jeff.
I just finished deactivating all plugins and only activating USP. Even cleared all caches. Still same issue. I may try to completely uninstall and reinstall USP to see if that solves the issue. I will say that at some point (even after I had modified the core USP JS file to include character limit for post title) the Add Image button was working fine. I have no idea what could have happened to cause the Add Image button to not work on any browsers except one. I will post an update here if I’m able to find the solution.
And I don’t get that error in the browser that it is working on, but the error is there on all other browsers. Very very strange.
- This reply was modified 9 years, 8 months ago by kosmicbird.
And I don’t get that error in the browser that it is working on, but the error is there on all other browsers. Very very strange.
- This reply was modified 9 years, 8 months ago by kosmicbird.
I removed that snippet of code from the core file (which is the only place that it exist(ed) but for some reason it’s still showing up as an error on the inspector? Strange. Also important to note that the Add Image function is working on my chrome browser on my macbook air, but not on safari, nor on the chrome browser on my android or macbook pro. Very strange that it would be working there and not anywhere else.
Cool. Just sent.
I believe so… but I’m not 100% sure how to tell if jQuery itself is also included.. Do you mind if I send you my url in email for you to take a look?
Using inspector I am able to see the jquery.usp.core.js file in the source code.
Forum: Plugins
In reply to: [WooCommerce] Modify Variable Dropdown Menu CSSThanks for the reply @lorro. I was hoping there would be a way as I’ve modified drop-down menus of other plugins (granted after a lot of effort to figure out what code to target). Just can’t seem to figure it out with woocommerce like I did with the other plugins. Ah well…
@wpdevelop I appreciate your quick replies. I am sure this is a great plugin as there are many good reviews and it is one of the top downloaded booking plugins. I am disappointed I will not be able to use it, I have no idea why this issue is happening unfortunately. It may be having a bad interaction with another plugin I am using. Not really sure. I have to go ahead and uninstall for now to fix the issue. Perhaps I will try again in the future and see if it will work then.
I have sent the link
I can send the link to my front end but I don’t want to post url here. Can I send it to an email address?
I am using a child theme on self hosted WP site. I have not even inserted the booking form on my site yet. I just installed the plugin, then went to modify the css of the entry-title of the page I intended to insert Booking Calendar, then found the issue. I have not touched any settings at all. I literally only installed + activated the plugin then started having the issue.
- This reply was modified 9 years, 9 months ago by kosmicbird.
- This reply was modified 9 years, 9 months ago by kosmicbird.
I am using the standard/global CSS Stylesheet Editor found in the WP Dashboard.
mywordpressblog.com/MyBlog/wp-admin/themes.php?page=editcss
Also can be found going to “Appearance” and then to “Edit CSS”. I’m building a fairly complex site and I’ve been using this to make modifications to all of my plugins, posts, pages, etc since I started. First time I’ve run into this problem.