Forum Replies Created
-
AuthorPosts
-
Hi Steve!
Please check the first slide on the iPad, whenever you want to have a caption aligned to the right use this values – http://screencast.com/t/pw0A3tidM
Best regards,
JosueHi!
There seems to be a region-block, it doesn’t load for me neither.
Cheers!
JosueAdd this:
.avia-gallery-big { border: 0 !important; }Cheers!
JosueAdvanced/Avia Layout Builder (http://screencast.com/t/Mjz6AS1K).
Cheers!
JosueJanuary 14, 2015 at 6:05 pm in reply to: 'Show excerpt in all magazine blog list' with "Read More" link #379608Hi @scaico,
Can you post the link to your website please? a temporary admin account would be helpful too.
Regards,
JosueGood, let me know if you need further help :)
Best regards,
JosueHey!
You need to upload a fontello.com generated zip in order to make it work with Enfold:
Best regards,
JosueHey Akzleung!
To which file did you add the code?
Regards,
JosueHi!
Yes, the idea i had was something like this – http://screencast.com/t/1DzlApTBdj, but i’m just guessing there, it would helpful if you could share us your page layout structure so we can give a better advice.
Best regards,
JosueHi,
Can you post the link to your gallery page please?
Regards,
JosueJanuary 14, 2015 at 8:39 am in reply to: I want to change the font size of single post titles #379316Hi,
Can you post the link to one of your posts please?
Regards,
JosueHi!
All heading elements have a 50px top spacing by default, this space is disabled however if that element is the first element, that seems to be the difference between those pages.
Regards,
JosueHey!
Make sure to flush any caching/minifying functionality you may have after doing these changes.
Regards,
JosueHello,
Polylang switcher can be added to the menu from here (it is added right now). If you need a more complex implementation you’ll need to write some code, there is a WordPress filter you can use to append additional content to the main menu (we use this for the search icon, functions-enfold.php:56):
add_filter( 'wp_nav_menu_items', 'append_polylang_func', 100, 2 ); function append_polylang_func ( $items, $args ) { $items .= "Polylang language switcher function here"; return $items; }Here’s some reference to the Polylang language filter function and its parameters:
https://polylang.wordpress.com/documentation/frequently-asked-questions/the-language-switcher/
https://polylang.wordpress.com/documentation/documentation-for-developers/functions-reference/Regards,
JosueHey!
Theme Options are stored in the
wp_optionstable, look for theoption_namewith the value ofavia_options_enfold(change “enfold” if you’ve changed the theme folder name). It looks like this – http://screencast.com/t/J6bOchv6ZsPBest regards,
JosueHey!
Try adding this code to the Quick CSS:
.av-special-heading-h1 { margin-top: 0; }Cheers!
JosueJanuary 14, 2015 at 5:50 am in reply to: I want to change the font size of single post titles #379255Hey!
Try adding this code to the Quick CSS:
.single .post-title { font-size: 22px !important; }Adjust as needed.
Cheers!
JosueHey Darneson!
You’ll need to edit archive.php, you could use
get_queried_objectto get the current category and perform a conditional:
http://codex.wordpress.org/Function_Reference/get_queried_objectBest regards,
JosueLa verdad que no conozco ningun plugin de WordPress que haga eso, intenta buscar en:
https://wordpress.org/plugins/
http://codecanyon.net/category/wordpressSaludos,
JosueHi,
Does it works with the default WordPress theme activated? have you tried disabling all third-party plugins to see if it gets fixed?
Cheers!
JosueJanuary 14, 2015 at 2:07 am in reply to: Breadcrumbs – remove You are here, change home to icon #379220Hi,
Can you post the link to your website please?
Regards,
JosueHi!
It’s not possible to have two sidebar at the same time, however you could achieve the desired layout using Columns + Widget Area elements – http://screencast.com/t/t5XnSeuDfJ8
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
The idea was to give the
iframe-linksclass to a color section and affect all buttons / links inside that color section.Best regards,
JosueHi Franck!
Yes, it works fine on Safari 8.
Best regards,
JosueHola,
Pues tendrías que ir borrando manualmente las paginas y los menus, podrías usar este plugin para ahorrarte el trabajo.
Saludos,
JosueHi!
You can use the standard header main menu + a menu widget for the sidebar.
Best regards,
JosueJanuary 13, 2015 at 6:35 am in reply to: Enable Video Controls Pause/Play w/background video #378655Hi!
Controls appear but they aren’t accesible because the hover event is disabled by default for fullscreen video sections, this revert that:
#top .av-section-with-video-bg .av-section-video-bg:after, .av-click-overlay, .av-section-video-bg + .container { pointer-events: none; }Additionally, in order to make the controls accessible in any screen size we would need to disable the iframe fullscreen stretch functionality:
#top .av-section-video-bg iframe{ top: 0 !important; height: 100% !important; width: 100% !important; left: 0 !important; }Also remove this from your Quick CSS:
.html_header_left #main { margin-left: 175px; position: relative; }Result:
http://screencast.com/t/0obCLl0CD2Regards,
Josue -
AuthorPosts
