I'm looking for an help on changing an option in the CarouFredSel plugin that I've found in the Avada Wordpress Theme. This plugin seems to be integrated and it is not something I can activate or deactivate.
I want that the carousel stops with the last image, on their website they say to edit and set the variable circular to false, but they don't say where. I did this change in main.js, jquery.carouFredSel-6.0.0.js, jquery.carouFredSel.js changing the default global variable but probably somewhere in Avada theme they are overriding it.
Can somebody help me on this "easy" thing? The Avada theme doesn't give support, and the support page of the plugin doesn't work.
Here the link for the configuration: theme-fusion.com/knowledgebase/how-to-customize-the-carousel I'm using it inserting an "Image Carousel" element into the Wordpress page, directly through the user-friendly interface. I can set some variables but not the one about stopping.
This is his Wordpress code in the page: [images picture_size="fixed" hover_type="none" autoplay="no" columns="4" column_spacing="2" scroll_items="2" show_nav="yes" mouse_scroll="no" border="no" lightbox="no" class="" id=""]
Related
I created a cookie banner with some HTML, CSS and Javascript.
My question is how can I add these files within Wordpress to make the banner works on the whole site?
I know I could just use a Wordpress plugin to generate a cookie banner, but I was wondering if it was possible to integrate my code.
Thanks
These are the following methods:
You may use the plugin "Header and Footer" (This plugin have different TABS like html, CSS, JavaScript) and add your whole in this plugin. So Your code work in whole WordPress website.
First, you need to install and activate the SyntaxHighlighter Evolved plugin. For more details, see our step by step guide on how to install a WordPress plugin.
Upon activation, you can go ahead and edit the blog post where you want to display the code.
I am new to Wordpress.
I am working on a news website with the Newspaper theme and Tagdiv composer plugin
After working for a week I have developed a problem which I explain below.
Whenever I want to edit pages with TagDiv Composer, the large spinner icon shows and starts loading. It stays there like forever until I close the page.
In the console (from Developer Tools), I found 2 errors which are shown in the pictures below. The error are actually from in js_files_for_wrapper.min.js
I identified the actual error for Error 1 one this line of code JSON.stringify([d[0].shortcode.attrs.named]) so I made the following deductions:
The problem started after I saved a custom shortcode named “shortcode“ which I think is an object in the js_files_for_wrapper.min.js as per the error line above.
If what I think about the cause is true, could anyone help me with identifying where the custom shortcode I created was saved, and how to delete it?
Was having a similar issue on a brand new theme setup. tagdiv Composer was loading to infinity. Further, my Header and Footer menus were not showing. Had to click to activate the Header and Footer check boxes on this URL, which fixe things: https://yourdomain.com/wp-admin/admin.php?page=tdb_cloud_templates
I wasn't able to contact the theme support because my account was compromised.
However, after long testing and failing, I finally resolved to resetting the theme options from the theme panel.
That solved it, although I had to set my custom colours and fonts, as well as custom CSS all over again.
I'm developing a theme for an online store from scratch, I used underscores and Bootstrap and now I want insert a slider with the MetaSlider Plugin.
The problem is that I have no controls, and also the slider is not working, get stuck in the first image.
The curious thing is that in the admin page when I click on "save and previsualize" it works perfectly.
I inspected the code and I realized that the <ul> element that contains the controls is not there, so is not a css problem.
Check if there is no any conflict with another plugin. It may cause if there is another version of jQuery library that embedded in the page.
I am trying to implement this widget into a client's website.
This is the widget: http://www.tripadvisor.com/Widgets-g294458-d6694228-c6-a_widgetKey.selfserveprop-Interesting_Times_Bureau-Bucharest.html
This is the page with the widget: http://interestingtimes.ro/tripadvisortest/
The theme is blocking the Javascript. I switched to the default wordpress theme and it was working ok.
Any suggestions?
PS: I renamed the plugins folder to deactivate them, but it did not work.
Most of your Javascript is being deferred to the footer, and cached. I wonder if your theme is making the JS cache... I see you are on the Jupiter theme, seen here: http://support.artbees.net/support/solutions/articles/1000089339-how-to-add-custom-css-and-javascript
You can try inserting how their support recommends, via the custom box. You can also do a crazy workaround, though not awesome for SEO - create an html page, insert the code into the blank html page, and iframe it into the page you need it on. This causes the JS to execute in a separate environment, so the JS caching that Jupiter theme is doing will not affect it.
I personally dislike themes that do that with JS, having a theme too JS dependent is rough on mobile, and can be rough with plugin conflicts, it is more for people looking for the JS features, and do not mind operating within the tightly predetermined confines of the theme.
I've added tinynav to a wordpress theme as a responsive menu. it outputs all of the menu info just fine however when selecting an option the page does not go the options value. Is there a way I can force this to work through jQuery, JavaScript?
TinyNav should have taken care of this but it must be conflicting with JS within the theme. I'm relatively poor at JS jQuery so any help is much appreciated.
the site is at http://cab9snowboarding.com/ just reduce the page size to see the menu.
Thanks in Advance!