kvg
Forum Replies Created
-
Same here. backend works, frontend doesnt respond on click. nothing happens
The website works fine. It also gives different errors on different pages. But I cant have a look at them, because none of the menu items respond to clicking. Also php 7.4 and up to date wordpress.
- This reply was modified 4 years, 5 months ago by kvg.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] MP4 video not showing after updateI use the video for a background video, but using youtube for it will show the youtube box and logo and is put over the slider text, I need a clean background video, so in that way it makes it unusable for me really. webm videos work, but they are not supported on all browsers. It worked on the older version of master slider pro, the mp4. So i guess they never came back with an answer for you?
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] MP4 video not showing after updateCan I ask what solved this? I am having the same exact issue… cached everything, every browser same problem. mp4 is not being played, no errors at code inspect.
reinstalled plugin and reassigned icons after and this did the trick. Thank you.
I get the following error when I try to re-assign the icon..
WordPress database error: [Unknown column ‘extensions_fields’ in ‘field list’]
UPDATEwpa7_group_map
SETgroup_map_title
= ‘Skate Park’,group_marker
= ‘https://websitetestname.com/wp-content/plugins/wp-google-map-plugin//assets/images/icons/skateboarding.png’,group_parent
= ‘0’,extensions_fields
= ‘N;’ WHEREgroup_map_id
= ‘8’Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Help me! 500 error after restore jammedthanks, that did the trick
Forum: Plugins
In reply to: [WooCommerce] new display options 3.3ok thank you. Will try that
Forum: Plugins
In reply to: [WooCommerce] new display options 3.3yes but the image size of the gallery needs to be 350 x 350 and the catalog images needs to be 121 x 150. So if I increaze the size of the catalog images would that not mean the images on the product overview page (the catalog) become 350 x 350 as well? I use the removed option So all my images show up in a slider 350 x 350. So that is not possible only when also making the catalog images the same size?
Forum: Plugins
In reply to: [Video Player] An issue on mobile devices..Hi,
I know that, but that was not the issue I was Talking About and the question I was asking. The hamburger menu is above the video. It does not work unless you press play on the video. I don’t think that should happen. If someone goes to the page and then doesn’t press play, the menu will not react. It is this plugin though, because the menu works fine without the video on the page. Also I tried to make it work with autoplay off, did not make a difference.
Grz
Kevin
/////****** Solution ******////////
It turned out to be server issue.. Somehow during migration the server must have gotten confused, because it mixed the data of old website with the new one and left part of it out. (no cache, repaired database, etc).. Still it was there. A new migration had the same result.
I went to a totally different server but used the exact same method of migration and import file (all-in-one migration plugin) And everything worked just fine, including the tabs.
This has be resolved.. hopefully it will help someone with a future issue.
thank you I will now..
I have made migrations (including the custom tabs) before where this did not happen. I put it on a test domain so the client could see it and could show it to their colleagues. And now it turned out that some tabs are gone, some don’t have images, some have everything working fine, it is all messed up. I use all-in-one migration for the migration, have used that all this time. On the local server everything looks fine. But I am getting a lot of questions now why all sort of things are showing differently on the testsite than before and I can’t restore it, yes I could manually off course, but that would take a lot of time. The timing could not be worse sort of speak, now it just looks I have done a bad job on the website now…
Yes images are inserted with local urls… But some versions before this seemed to work fine. I need something to come up with solution, I don’t care what I have to do. The plan was to migrate it to the live site next week, when the test site looked ok. I can’t make it look normally now, so any solution/help on your side would be much appreciated.
- This reply was modified 7 years, 9 months ago by kvg.
Forum: Plugins
In reply to: [Child Theme Configurator] changes to Php file in child theme does not workAh ok, yes it is an include file. So I have to make an action so it will not be overwritten?
So I read the action reference, but I am not sure how to do it still.. could you maybe help me on my way?
this is the part of the code that needs to be altered, make it h2 instead of h3:
`$ret .= ‘<div class=”gdlr-item-title-wrapper gdlr-item ‘ . $item_class . ‘ “>’;
$ret .= ‘<div class=”gdlr-item-title-head”>’;
if(!empty($atts[‘title’])){
$ret .= ‘<strong><h3 class=”gdlr-item-title gdlr-skin-title gdlr-skin-border”>’ . $atts[‘title’] . ‘</h3>’;</strong>
}
if( !empty($atts[‘carousel’]) ){
$ret .= ‘<div class=”gdlr-item-title-carousel” >’;
$ret .= ‘<i class=”icon-angle-left gdlr-flex-prev”></i>’;
$ret .= ‘<i class=”icon-angle-right gdlr-flex-next”></i>’;
$ret .= ‘</div>’;
}`- This reply was modified 7 years, 9 months ago by kvg.
Forum: Plugins
In reply to: [WooCommerce] Override admin.css woocommerce (hide options)Hi Lorro,
It works, thank you very much for your perfect and quick answer!
Forum: Plugins
In reply to: [WooCommerce] Override admin.css woocommerce (hide options)Hi Lorro,
Will that work on the woocommerce admin.css file as well? I will have a look, thank you!