Forum Replies Created
-
AuthorPosts
-
June 28, 2017 at 7:49 pm in reply to: Woocommerce "View Cart" and "Checkout" buttons / links have wrong url #814078
Hey kunzi,
Here you might find your answers:
https://stackoverflow.com/questions/37863005/how-to-change-url-in-view-cart-button-in-woocommerce
If you need further assistance please let us know.
Best regards,
VictoriaHi Abbenhues,
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
.page-id-593 .container { max-width: inherit; }
If you need further assistance please let us know.
Best regards,
VictoriaHey Monenka,
Here is an article that might help you
http://www.wpbeginner.com/wp-tutorials/how-to-add-animated-gifs-in-wordpress/If you need further assistance please let us know.
Best regards,
VictoriaHey summersky101,
There is a map element in the Advanced Layout Builder media tab
Is it not working for you?
Best regards,
VictoriaHey francescagermano00,
You can uncheck the option in the theme options
If you need further assistance please let us know.
Best regards,
VictoriaHey Jesper,
Can you show us what you’ve got so far? 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 Vikab,
Could you explain in more detail? You have empty category? You have a link to a product that is no longer there? Or which case is that?
Best regards,
VictoriaHey public_eye,
Yo can make a square container and give it a border via css, that way you don’t need to change the image now or for mobile.
Not sure what you are trying to achieve with the menu. Could you please attach a mockup of what you’re trying to achieve?This will center logo for mobile and make a logo look like you need:
.responsive #top .logo a { height: 200px; border: 1px solid #fff; } html_header_sidebar .logo img { margin-top: 42px; } @media only screen and (max-width: 767px) { .responsive .logo img { margin: 0 auto; } .responsive #top .logo { width: 100%; } } @media only screen and (max-width: 767px) { .responsive .logo img { margin: 0 auto; } .responsive #top .logo { width: 100%; } }
Best regards,
VictoriaHi violin12,
You can specify transition duration here http://imgur.com/a/qXii6.
Best regards,
VictoriaHi violin12,
I thought you were asking, where to put the code. Can you be more specific in what you need to change? Could you please give us a link to your website, we need more context to be able to help you, and some screenshots of what needs to be changed?
Best regards,
VictoriaHey leadingnorth,
When I try to press reservations, nothing happens. No datepicker. Did you remove it?
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? How are you trying to add it there?Best regards,
VictoriaHi anitaleephoto,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Briana,
Updating the theme might not necessary fix the Layer Slider issue, but we cannot help you when we don’t see the problem and most of the software has a very old version. If you do decide to update I would recommend making a clone website and updating it first, to test everything and eliminate all the issues that might come out. I would also recommend updating to php7.
Best regards,
VictoriaHey Sebastian,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHey larineka,
You have sub-categories in the sidebar, where else and how do you want to display them. Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaHi Marjoleinvk,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaJune 28, 2017 at 5:46 pm in reply to: Html links to specific section on the same page or another page #814014Hi happybloodycamper,
Glad you got it working for you! No need to do anything to close this topic :)
If you need further assistance please let us know.
Best regards,
VictoriaHey cward84s,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaJune 28, 2017 at 5:35 pm in reply to: Blog post, advanced editor and "featured image + title" section #813995Hey Max,
When you build blogs posts via Advanced Layout Builder you need to add every element of the post manually all the time, you kind of get the clean slate and build everything you need on it. If that does not work for you and you want the things that are automatic when you make posts via default editor, you can still use the Advanced Layout Builder elements by using shortcodes.
If you need further assistance please let us know.
Best regards,
VictoriaHey NetphoriaInc,
You can play with the blog layout under theme options, different blog style has a different blog posts layout. If that will not work, we will hide the elements you don’t want via css.
Best regards,
VictoriaHi adelanteabroad,
Credentials did not work for me. Could you please update the credentials. Could you also check the server log for the errors.
Best regards,
VictoriaHi kellyCraftMedia,
What is the issue that you expect us to follow up? Not clear from the thread above, sorry.
Best regards,
VictoriaHi bnetz,
Which version of php are you running? What are the errors in the server log?
Best regards,
VictoriaJune 28, 2017 at 5:22 pm in reply to: Gallery Thumbnails Too Small—Not Centering—YouTube Embed Too Large #813985Hey MacMyDays,
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
#top .gallery .gallery-item { width: 33%; height: initial; } .embed-youtube iframe { width: 470px !important; height: 400px !important; }
If you need further assistance please let us know.
Best regards,
VictoriaHi Creatunestudio,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Torsten,
The single quotes were wrong in the code above and one was missing. Try the code below:
add_filter('avf_blog_style', 'avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'multi-big'; if($context == 'tag') $layout = 'multi-big'; return $layout; }
If you need further assistance please let us know.
Best regards,
VictoriaHi lech07,
You can switch to debug into log (https://premium.wpmudev.org/blog/debugging-wordpress-how-to-use-wp_debug/)
If you need further assistance please let us know.
Best regards,
VictoriaHey hobart,
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
#top label { font-weight: normal; font-size: initial; } #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { border-color: transparent; background-color: transparent; color: #7d7d7d; border-bottom: 1px solid #8c8c8c; } #top input[type="text"]:focus, #top input[type="password"]:focus, #top input[type="email"]:focus, #top input[type="number"]:focus, #top input[type="url"]:focus, #top input[type="tel"]:focus, #top input[type="search"]:focus, #top textarea:focus { box-shadow: none; color: #555; border-bottom: 2px solid #8c8c8c; }
If you need further assistance please let us know.
Best regards,
VictoriaJune 28, 2017 at 4:56 pm in reply to: Woocommerce placeholder image not responsive with Enfold #813957Hey bethperkins,
Could you please describe in more detail, how do you need you images to scale and on what page?
Best regards,
VictoriaHi hotspot01,
@tjswarbs78 thank you :) great team work!Have you tried what is suggested in the reply above?
Best regards,
Victoria -
AuthorPosts