Forum Replies Created
-
AuthorPosts
-
Hey netgo2017,
Did you get this fixed? The links go to the pages they are supposed to.
If you need further assistance please let us know.
Best regards,
VictoriaHi julianyoung,
If you want to keep the changes made by you, you need to make them in a child theme. Otherwise, you know what happens.
Could you give this account administrative rights, please.
Or you could have a look at a solution here https://kriesi.at/support/topic/problems-with-new-tab-section/#post-763510Best regards,
Victoria- This reply was modified 7 years, 6 months ago by Victoria.
Hi Alex,
Glad you got it solved :)
Best regards,
VictoriaMay 25, 2017 at 6:59 pm in reply to: Change Text on wc-gzd-additional-info shipping-costs-info #799718Hey Alex,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi LordLiverpool,
I did not see the notices and I was able to go to the plugins page, only the updates page is like that.
Which php are you running? Were there any security changes on the server?Best regards,
VictoriaHi vladbejenaru,
There are 9 lists of products on the front page slider. The code that freelancer showed you gets changed by Javascript to show each list as a slide of products. I checked today, I saw a list with only 4 elements, not 5 and one hidden, but only 4, and they are the second slide, and some other slides have only 3 elements. The query that gets products from database needs to be debugged.
Best regards,
VictoriaHey kilimats,
Normally, that does not show. It only shows, when you’re logged in in the dashboard. Try looking at the website from an incognito window.
If that does not help, can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?Best regards,
VictoriaHey nordtheme,
There are two errors of different nature. Which php are you running? And were there any security changes on the server?
Best regards,
VictoriaHi Konstlist16,
Looks like some code is not there.
This function is missing there:function avia_apply_quant_btn() { jQuery(".quantity input[type=number]").each(function() { var number = $(this), max = parseFloat( number.attr( 'max' ) ), min = parseFloat( number.attr( 'min' ) ), step = parseInt( number.attr( 'step' ), 10 ), newNum = jQuery(jQuery('<div />').append(number.clone(true)).html().replace('number','text')).insertAfter(number); number.remove(); setTimeout(function(){ if(newNum.next('.plus').length === 0) { var minus = jQuery('<input type="button" value="-" class="minus">').insertBefore(newNum), plus = jQuery('<input type="button" value="+" class="plus">').insertAfter(newNum); minus.on('click', function(){ var the_val = parseInt( newNum.val(), 10 ) - step; the_val = the_val < 0 ? 0 : the_val; the_val = the_val < min ? min : the_val; newNum.val(the_val).trigger("change"); }); plus.on('click', function(){ var the_val = parseInt( newNum.val(), 10 ) + step; the_val = the_val > max ? max : the_val; newNum.val(the_val).trigger("change"); }); } },10); }); }
You can find it’s beginning there and add the code.
If you need further assistance please let us know.
Best regards,
VictoriaHi Nancy,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
You mean the way the images load?Best regards,
VictoriaHi hasbeat,
Here is what I am seeing (screenshot in private). Which browser and operating system are you on?
I can click and tabs change.Best regards,
VictoriaHi nabizade1992,
If you enabled the Advanced Layout Builder debug mode, you will get a text area below you Advanced Layout Builder with shortcodes.
If you need further assistance please let us know.
Best regards,
VictoriaHi NicomIT,
The media center page gets extra padding set in Advanced Layout Builder, looks like. That’s why it goes down,
On resources page there is a file that is not loading – main.css. Are you using that file to add css there?Best regards,
VictoriaMay 25, 2017 at 5:17 pm in reply to: Fontello Icon becoming distorted after adding in theme options. #799654Hey bitojoe,
I got 404 on both of those images and could not check. Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHey bitojoe,
It depends on how that page is built. If it is built with blog posts element, than yes.
If you need further assistance please let us know.
Best regards,
VictoriaHi gtartaglia,
You can try to play with animation duration of the Layer Slider and see if it changes behavior of other animation. On my side it loaded differently each time.
If you need further assistance please let us know.
Best regards,
VictoriaHi Laura,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .responsive #top .logo { width: 50%; } .responsive #top .logo img { opacity: 1; } }
This is a bit different solution, but a good one for mobile. Let me know what you think.
If you need further assistance please let us know.
Best regards,
VictoriaHey bsomme1,
There are a lot of errors in Javascript ant the error on the not working page is a bit different from other pages.
Best regards,
VictoriaHi w_archer,
You could copy this file to your child theme and make changes there. You need to preserve the folder structure to make this work (https://kriesi.at/support/topic/modify-table-php-on-a-child-theme/) and then call your plugin in shortcode_handler function.
Best regards,
VictoriaHi Anthony D,
Hmmm…. I looked today, the header looks the same and acts the same on all pages. Have you guys get it solved or cleared the cache?
Best regards,
VictoriaHi dustingrof,
Thanks for sharing!
Best regards,
VictoriaHey Tim,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Can you confirm that the fields are added?
https://kriesi.at/support/topic/cpt-and-acf/#post-772563Best regards,
VictoriaMay 25, 2017 at 3:53 pm in reply to: Enfold Product List Element don`t hide Out of Stock Variation Products #799617Hey Jörg,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
You could try to switch to the default theme to see if this is Enfold specific or not.Best regards,
VictoriaHi KellyKilgallon,
The thing is that a text block is kind of for text, if you need a video next to the text, just insert it after the text block. Do you need help with that?
Best regards,
VictoriaMay 25, 2017 at 3:48 pm in reply to: define('WP_DEBUG', true); gives notice on woocommerce parts #799612Hey enestedt,
I am not seeing any errors. Did you turn off debug mode? Or the notices are gone?
Best regards,
VictoriaMay 25, 2017 at 3:44 pm in reply to: How can I subdivide a layout element / container horizontally into sub-columns? #799608Hi Joerg Gastmann,
You could try to do a 1/3 column with the 3 vertical elements and then a 2/3 with a horizontal element and 2 narrower elements, you will have to adjust the content amount or height and width via css. I suggest you try to create the layout and we’ll help you to adjust the css if we can :)
If you need further assistance please let us know.
Best regards,
VictoriaHi MinstrelExeter,
You cannot edit the slides because there are errors in the Layer Slider javascript files. I think they are due to the missing slides.
I think it’s better to create a new slider. Do you remember when did the slides go missing? Any updates?Best regards,
VictoriaHey jordibron,
That is a WooCommerce Layered Nav widget, here is some reading on the topic with a possible way to solve it in the second link:
If you need further assistance please let us know.
Best regards,
VictoriaHey Jean,
Like the post has been deleted? OR how is that? Could you explain a bit?
Best regards,
VictoriaHi Nazira,
When you click on insert zip you get a 500 Error, do you have server log, that you could send to us, so that we could see what the error is? Which php are you running?
Best regards,
Victoria -
AuthorPosts