Forum Replies Created
-
AuthorPosts
-
Hm i’m unable to see the issue here, once a video is clicked it leads you to the video file as new page.
Cheers!
JosueHi!
Are you installing the theme via Appearance > Add new? have you tried doing it via FTP?
Regards,
JosueHey!
Seems OK to me, if it works no need to change it :)
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
There’s an option to set an “overlay” to a Color Section, try setting a grey one with opacity of 1 and add this to Quick CSS:
@media only screen and (min-width: 767px) { #top .av-section-color-overlay-wrap{ display: none; } }
Best regards,
JosueTry “Check Manually” if it doesn’t work, update it via FTP:
It’s more likely a server limitation, Enfold uses the
fwrite
PHP function to create the dynamic avia stylesheet, if you really want to get this resolved i’d suggest contacting your hosting support and asking them about it but as you’re using a child theme i’d strongly suggest not using Quick CSS and use style.css instead.Regards,
JosueHi!
There’s an unrelated (to the plugin message) problem with WP 4.5 and the current version of Enfold you have (3.4.7), updating the theme to the latest one will fix it (3.5.3).
Cheers!
JosueHi!
In the copyright field put something like this:
<div class='fl-socket'>Text at the left</div><div class='fr-socket'>Text at the right</div>
Then add this to Quick CSS:
@media only screen and (min-width: 767px) { #socket .fl-socket{ float: left; } #socket .fr-socket{ float: right; } }
Cheers!
JosueHey birte5!
It’s added (you can find the code in Plugins > Edit Functions).
Cheers!
JosueHi!
Logo Area:
Header and its sub-elementsMain Content
Default content area for all elements, you should probably apply the link color here.Alternate Content
Some elements have the option to select a different coloring scheme (ex: Color Sections – http://screencast.com/t/b1ElRkefKEl)Footer
Footer and its sub-elements.Best regards,
JosueHi!
Can you post a screenshot of your view in mobile?
Regards,
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve in mobile?
Best regards,
JosueApril 23, 2016 at 12:18 am in reply to: Adding wpml currency switcher shortcode to secondary menu #620288Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueApril 23, 2016 at 12:08 am in reply to: Image Gallery – Thumbnails Do Not Load when there are More than two rows #620287Hey!
Try adding this code to the Quick CSS:
.avia_transform .avia-gallery-thumb img{ opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
Cheers!
JosueApril 23, 2016 at 12:07 am in reply to: Featured image shows gray background in some, but not all posts #620286Hey!
It’s because some images have a different aspect ratio so instead of cropping them to 180×180 it does 180×120, you could add this to Quick CSS to make sure all images look square:
.blog-meta img.attachment-square.size-square { min-width: 80px; min-height: 80px; }
Alternatively you could this plugin to specifically set the size of the images:
https://wordpress.org/plugins/crop-thumbnails/Cheers!
JosueHey!
They should work now, the problem was that, by default all the 3D transitions are selected – http://screencast.com/t/rE4enHmeP
Best regards,
JosueHey!
Where are these elements supposed to be (which Page)? also, the access provided doesn’t seem to be working.
Regards,
JosueApril 22, 2016 at 11:10 pm in reply to: Mobile Header Looks Different In Private Browsing Mode in Safari on iPhone #620254Glad you managed to sort it out, have a nice weekend :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.entry-content-header { position: absolute; top: -10px; } .grid-content { position: relative; min-height: 50px; }
Cheers!
JosueHey!
Try using this plugin to create a custom translation for the theme or WooCommerce:
https://wordpress.org/plugins/loco-translate/Regards,
JosueApril 22, 2016 at 10:40 pm in reply to: Mobile Header Looks Different In Private Browsing Mode in Safari on iPhone #620250Hm, no i don’t think that’s the source, the issue looks like it’s related to CORS (http://kriesi.at/documentation/enfold/enable-cors/). Here’s what i see btw – http://screencast.com/t/DagfnuBp (i’ve checked on Android too).
Hm, sounds weird, can you provide us FTP access? (the one you posted aren’t working).
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .grid-sort-container .grid-entry { width: 100% !important; } }
Cheers!
JosueOk, if you’re going to use a large amount of custom CSS it would be better to use the child theme style.css.
Best regards,
JosueHi!
Try adding
z-index
here:#widget-header { position: absolute; top: 0; right: 0; z-index: 10; }
Regards,
JosueHey!
Can you expand of what exactly happened when you did the manual update (“it killed the child theme”)?
Regards,
JosueHey!
Are you sure it’s the Post Slider? Post Slider only loads the number of Posts assigned to it (you can check that in the source – http://screencast.com/t/27C3SeEo0zEh)
Can you try creating a new Page and placing a Post Slider there and check how long it takes to load?
Also, the site did load quite fast on my end.
Regards,
Josue -
AuthorPosts