I am using Cyclone Slider 2 on the following page: http://alexistmyers.com/test/ I have 2 slides in this slider, but it's only showing one, basically it's not cycling as it should. I have the settings set to automatically cycle through and in the admin section of the plugin it shows as cycling through, accept it won't do so on the actual page.
The weird part about this is, I used this exact same slider in another website I just created and it works perfectly. You can see it in action here: http://www.24hrbookkeeper.com/
I went to the forum for this plugin and they mentioned to go to Tools -> Web Developer -> Error Console in Firefox (I'm using Firefox to make these changes). I did that, but I did not see "Error Console", instead I see "Web Console" so I clicked on that, and this is what I see...
[20:54:27.874] "[cycle] terminating; zero elements found by selector"
This must mean something's wrong. Any ideas what this means and how to get this slider to work correctly on the first site I mentioned above? Any help you can give will be greatly appreciated!
Sounds like a conflict with another plugin but here are three things you can try:
Deactivate all plugins and reactivate them one by one.
Check that the plugin was properly installed and activated.
Check the link to the image in your media library and test with another image.
Related
I have a woocommerce site on the front page product title now show full it's show half title and then 3 dots pls anyone can fix this
My website
Woocommerce
I have tried to edit template but it's not works
I have check your installation but didn't spot any issues about the problem that you described.
Check screenshot: https://prnt.sc/BYr-zaTIk4Of
BUT, I have checked the whole site for any issues and I have see this: https://prnt.sc/Hb61fv_wk0IP
Now if you this is your problem it's very simple. You have to edit your main .css file which is located in /wp-content/themes/elessi-theme/style.css and then search for ".nasa-show-one-line" and in this point delete the second rule which is "white-space: nowrap;" like screenshot here: https://prnt.sc/rWOLVKoRnsQg
Before you start to make any changes just remember to take a copy of your css file locally.
I hope to help you with this issue. If you need something else just inform me to take it to another step.
Friendly, George
This may have to do with CSS. So one option is to check what happens there. Another option is to give us a live URL from your installation to check the problem. Sure it's simple to find a a solution.
-- You can check your theme's demos if it happens the same there like in your installation!
in the hamburger menu of our website, i created a Yoga Video Course Page via wordpress and it was working fine. I looked this morning and can see it in Wordpress and can even edit it and see it on the preview. However when i try to view it on our website th screen appears Black.
Any suggestions would be grateful?
Thank you
Please try to open the inspect element and look if the elements are displayed as required. The issue might be due to several reasons. You need to investigate further and find a solution. Also look at the network tab on inspect element to make sure there are not 500 internal server errors. Also set the wp_debug=true on config.php to provide more error info. Also try to activate another theme and see if the page is being rendered properly.
I've just installed a new plugin that adds a gallery for product variations (Additional Variation Images Gallery for WooCommerce). Now that I'm testing it, I notice that whenever a variation is selected, text elements are injected on screen. It also shows up in the code itself when I open "inspect element."
I'm trying to figure out what it could be coming from so I can remove it via CSS. But I've got no idea what it is or how to target it. Can anyone help me out?
Report this to the plugin author. Maybe it's their bug, or maybe they'll be able to tell you what you're doing wrong.
Like usual I transferred a wordpress site from dev to public environment (both on the same online server).
Everything was fine except the revolution slider on the homepage. This one is turned black. Text although is correctly displayed.
Like usual I updated all the url's and scanned the database to be sure all was done.
However something strange happend to the slider. When I use the chrome dev tools is can see a link to the image: http://domain.com/uploads/.... that is correct. But when I open this link in a new tab i get: http://domain.com/**http:/**domain.com/uploads/....
I did a search on the database but no text whit http:/domain.com (notice the missing slash!).
However on the path displayed via dev tools the image is found.
Already tried to export the slider on dev version and import to live but nothing changed.
Also in the revolution slider table the path is set correct.
Any idea on how the path is created? Or how I Can solve this?
The one slider on this site isn't really an issue but I got one ready to launch tomorrow with 30+ sliders and I don't want to recreate them all.
Thanks in advance!
Rather strang but here is the solution:
change the permalink structure to something else
turn back to what it must be
Never seen something like this before but it helped me to solve the issue.
Transfered 2 similar sites from the same dev server to the same live server with the same theme, wordpress version and slider and had no issues.
I've just finished creating a new custom theme based on the underscores framework, and It's ended up breaking my current wordpress installation after applying it.
Although everything is running fine on the front end, the back end is running really weird.
The following issues have presented themselves:
Trying to add a new post (either regular, or one of the new custom post types I've defined) just results in a blank page. Although the post has been created, the admin section gets stuck on the wp-admin/post.php page.
My media library no longer shows up in the media browser. Although all 6,000+ images are still there, none show up.
When logged in, it takes ages for the page to load in the Wordpress admin bar, as it appears it can no longer display the site stats (it just shows the broken image icon after it's finally finished loading in, when the new theme is selected).
I've tried to refresh the permalinks, but this hasn't worked.
Any ideas? I was hoping to re-launch my website today, but it looks like I might have to put it on hold...
Get ahold of the devs for your framework. Your experience is not an uncommon one. It has happened to my sites several times. Unless you want to tweak the php yourself, they will have to help you.
Managed to sort this out. Turns out a function I had written to add a custom field to menu items broke the entire back end. Thanks for the help everyone!