Forum Replies Created
-
AuthorPosts
-
June 21, 2017 at 7:45 pm in reply to: Custom BLOG template layout (BLOG POSTS CONTENT ELEMENTS) #811126
Hey Hedo,
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 AudioVoice,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHey kilimats,
There are some weird double quotes rendered there, they are considered by the browser to be part of the class and so some css might be not applied. (screenshot in private)
There is not enough space there to have two fields on one line. Do you really want to put them both there.Best regards,
VictoriaHi hashtagsmedia,
In order for your events to look like the other page, you need to change the events template, which will require more customization than is within the scope of our support. We could help you do some small changes on the page or you could hire a freelancer to do all the changes you want.
If you need further assistance please let us know.
Best regards,
VictoriaJune 21, 2017 at 7:30 pm in reply to: single product page not showing images not showing after update #811119Hey YongyanLi,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? What happened right before you noticed it? Any plugin update?
Best regards,
VictoriaHi all,
There are errors in /wp-admin/widgets.php, in which theres is JavaScript code, that handles widgets
Which php are you running? Could you add another text widget as a test, but before that enable debug into log (https://premium.wpmudev.org/blog/debugging-wordpress-how-to-use-wp_debug/
) and send the logs to us.Best regards,
VictoriaHi NicomIT,
Your WordPress Appearance menu does not have Editor submenu, did you hide it? The error is in your child theme, so it must be that that file in your child theme is outdated and you need to merge manually the file from the new version of Enfold and the changes you made in your file.
If you need further assistance please let us know.
Best regards,
VictoriaHey OrangeMoose,
Not really unfortunately. Do you have a page where you tried to build it already? Could you share it with us?
Best regards,
VictoriaHey Chris_85,
Images are compressed by WordPress on upload, so you might want to change compression setting and see if that helps.
http://www.wpbeginner.com/wp-tutorials/how-to-increase-or-decrease-wordpress-jpeg-image-compression/If you need further assistance please let us know.
Best regards,
VictoriaHi Nick,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaJune 21, 2017 at 6:31 pm in reply to: Problem with positioning of small images (flags) in header #811097Hi nonne,
Could you add the flags back and we will try to adjust their positioning.
Best regards,
VictoriaHi csogordaniel,
Could you please start a separate thread, describe your issue there and give us a link to your website. Just to avoid confusion.
Best regards,
VictoriaHi csogordaniel,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi morhai91,
I would suggest cutting the small image out of that grey image and build a slider using Layer Slider, that way it will be a bit easier to adjust layers for different screen sizes.
Doing it with the current setting is not an easy task, and your page is heavy because your images are bigger than they could be if grey was a background color, set via css.If you need further assistance please let us know.
Best regards,
VictoriaHi saphigon,
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: 450px) { .responsive .container { padding: 20px; } div .av_one_half { width: 100%; padding: 0 20px; } div .av_one_fourth { width: 100%; } div .av_two_third { padding: 20px; width: 100%; } }
If you need further assistance please let us know.
Best regards,
VictoriaHi cnovey,
I think your question should be addressed at the WordPress forums, media files management is a core WordPress functionality. It does not seem directly related to Enfold.
If you need further assistance please let us know.
Best regards,
VictoriaHi Krissieg,
This is what I see when I add the code given by Rikard, visually looks in the middle. If you want to have content higher we can adjust that.Best regards,
VictoriaHey scaienvato,
What is 4.2 version? WooCommerce is now 3.0.8. Credentials did not work, Could you please update the credentials?
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 for the product titles..template-page .entry-content-wrapper h2 { text-transform: none; font-size: 20px; }
The other issue needs more investigation on our part.
If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 8 years ago by
Victoria.
Hi emanuelefrancati,
You can take the shortcodes code and paste it on the new page and see if the issue is still there.
Best regards,
VictoriaHi Jan,
It is not possible out of the box at this point, you could request it as a feature here.
If you need further assistance please let us know.
Best regards,
VictoriaHi alonarad,
Could you please start a separate thread, describe your issue there and give us a link to your website, to avoid confusion.
Best regards,
VictoriaHey lzanoza,
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) { .html_stretched #wrap_all { overflow:hidden !important; } }
The icon is white in hover, do you want it to be white all the time?
If you need further assistance please let us know.
Best regards,
VictoriaHey Tilman,
You could try a code like this:
<div id="some-video"> <iframe id='iframe2' src="Mypage.aspx" frameborder="0" style="overflow: hidden; height: 100%; width: 100%; position: absolute;" height="100%" width="100%"></iframe> </div>
and then control the iframe size via the parent container.
https://www.h3xed.com/web-development/how-to-make-a-responsive-100-width-youtube-iframe-embedIf you need further assistance please let us know.
Best regards,
VictoriaHi Thomas,
You could copy to your child theme just the part that starts with if(!function_exists(‘avia_title’)) and till the end of this code block and make your changes there.
If you need further assistance please let us know.
Best regards,
VictoriaHi Klemen,
It works properly in Safari on IOS, which device are you testing on?
Best regards,
VictoriaHi Nick,
This is what I am seeing when I put the code I gave you in /themes/enfold/css/custom.css
That seems to do what you need, or it does not?
Try removing this code form Quick cssp.price ins span.woocommerce-Price-amount { font-size: 21px!important; }
and see if that helps
Best regards,
VictoriaHi Nick,
This is what I am seeing when I put the code I gave you in /themes/enfold/css/custom.css
That seems to do what you need, or it does not?
Try removing this code form Quick cssp.price ins span.woocommerce-Price-amount { font-size: 21px!important; }
and see if that helps
Best regards,
VictoriaHi planetxeo,
Yes, something like that.
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.home #av-layout-grid-1 .avia-builder-el-2, .home #av-layout-grid-1 .avia-builder-el-3 { background-color: transparent !important; }
If you need further assistance please let us know.
Best regards,
VictoriaHi Ramin,
Please put a fresh copy of avia.js in your child theme and let us know how it worked for you.
Best regards,
Victoria -
This reply was modified 8 years ago by
-
AuthorPosts