Forum Replies Created
-
AuthorPosts
-
Hi!
Try using the Inspect Element in Chrome to get the codes to alter the elements you want, for example to change the menu items size:
.avia-menu li a { font-size: 22px; }Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
Add a greater than sign to alter direct children only:
@media only screen and (max-width: 767px) { li#menu-item-1714 > a { pointer-events: none; } }Regards,
JosueHi Jan!
To which icon element are you referring to?
Best regards,
JosueHi!
For Masonry:
.av-masonry-outerimage-container { background: red; } .avia_desktop .av-hover-overlay-active .av-masonry-image-container{ opacity: 0.3; }For Portfolio:
.grid-sort-container .image-overlay { background: red; }Best regards,
JosueHey!
Try adding this code to the Quick CSS:
table tr { background: white !important; }Cheers!
JosueHey!
Check this article:
http://premium.wpmudev.org/blog/removing-category-base-urls-wordpress/Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
FYI version 2.9.2 has been released today, this patch includes LayerSlider 5.2.0.
Best regards,
JosueHi!
For multiple pages the conditional should be like this:
if( is_page( array( 59, 37, 124 ) ) )Best regards,
JosueHey!
That’s a Full Screen Slider element, you can attach buttons when editing the slides – http://screencast.com/t/PVVWsLw5hECw.
Regarding the linking refer to this article: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Cheers!
JosueHey!
Actually you can put image HTML tags as the Tab title:

Regards,
JosueHey Alex!
It is recommended to re-enter the settings in Settings > General after you regain access to the Dashboard because editing the wp-config.php file is ideal.
Regarding the transition, refer to this article:
http://codex.wordpress.org/Giving_WordPress_Its_Own_DirectoryPlease note that this kind of questions are outside our support coverage.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .av_facebook_widget_wrap { width: 185px; margin: 0 auto; } }Cheers!
JosueYou are welcome :)
Regards,
JosueAugust 28, 2014 at 5:05 am in reply to: Align Silder in Color section to the very left of page #310203Hey!
Try adding this code to the Quick CSS:
#start .container { margin-left: 0 !important; }Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey!
You can’t alter an external iframe with CSS, you can however put a background color to the wrapping div, try:
.av_facebook_widget_wrap { background: white; }Regards,
JosueHi,
Can you post the link to the page in question please?
Regards,
JosueIt’s done, i added this code in Plugins > Edit Functions:
add_filter( 'avf_google_heading_font', 'add_custom_font'); add_filter( 'avf_google_content_font', 'add_custom_font'); function add_custom_font($fonts) { $fonts['Titillium Web'] = 'Titillium Web:400,300,200,600'; return $fonts; }Regards,
JosueHey Julie!
Try with this codes:
.tab_titles [data-fake-id="#tab-id-1"], #tab-id-1-container{ background: red !important; } .tab_titles [data-fake-id="#tab-id-2"], #tab-id-2-container{ background: green !important; } .tab_titles [data-fake-id="#tab-id-3"], #tab-id-3-container{ background: blue !important; }Modify and repeat (that will change the first three tabs).
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey Luis!
Just follow the steps of this reply:
https://kriesi.at/support/topic/insert-search-button-and-widget-area-in-the-secondary-menu-bar/#post-304697If you have any problems let me know.
Regards,
JosueHey Tom!
The child theme “version” serves a nominal purpose only, it won’t affect the parent theme. You can put 1.0 there to avoid confusion.
Best regards,
JosueHey!
Install this plugin, adjust the shop_catalog image size and regenerate the thumbnails.
Cheers!
JosueAugust 28, 2014 at 4:39 am in reply to: Enfold Combo Widget – Wrong dates display on comments #310186Hey Gee Are!
That date is the date of the post, not the comment. And that’s unexpected, have you tried disabling all third-party plugins to see if it gets fixed?
Best regards,
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
Hey Matthieu!
Try adding this code to the Quick CSS:
#av_section_1 .flex_column { margin-left: 2%; } #av_section_1 .flex_column.first { margin-left: 0; }Adjust as needed.
Cheers!
JosueHi,
@zoiestudio to make a fixed height color section set a custom ID (es: custom_section) to that color section and add this to Quick CSS:#custom_section { height: 65px !important; }
@asthyanax can you post a link to your website? a temporary admin account would be required too.Best regards,
JosueThe password you provided is not working (tried with and without quotes).
-
This reply was modified 11 years, 7 months ago by
-
AuthorPosts
