Forum Replies Created
-
AuthorPosts
-
Hey smlsit!
Can you please give us a link to the page with the table?
Regards,
IsmaelHey!
You can add this on your custom.css or Quick CSS:
#layer_slider_1 { box-shadow: 0 10px 10px gray; z-index: 9; }Cheers!
IsmaelDecember 15, 2013 at 2:07 am in reply to: Content in Page Edit suddenly gone! but viewable on website. #200296Hey!
Please try to increase the php memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Deactivate all plugins then reload the page a few times.
Cheers!
IsmaelHey bogosavljev!
You can use this on Quick CSS to resize the logo on mobile view:
@media only screen and (max-width: 767px) { .responsive .logo { height: 60px; } }Regards,
IsmaelHi!
It did change on my end. What browser and OS are you testing this?
Cheers!
IsmaelHey!
Please check the file permission of wp-content/uploads/dynamic-avia/enfold.css file. Set it to 755. Flush the predefined color scheme option a few times.
Cheers!
IsmaelHi awilson3rd!
It is not theme related. Please refer to these links:
http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-strong-element
http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-b-element
http://www.w3.org/International/questions/qa-b-and-i-tagsAnyway, you can manually change the strong tag to b tag on the HTML or Text editor.
Best regards,
IsmaelHey der_mueller!
Please use this on Quick CSS:
.header_color .main_menu ul, .header_color .main_menu .menu ul li a { background: rgba(255,255,255,0.5); }Best regards,
IsmaelHi!
Yigit’s code should work with a few modification. Please use this:
.fixed_header.social_header #main { padding-top: 0; } .header_color .header_bg { background-color: transparent; } #header_main { border-bottom-style: none; } .header_color.header-scrolled .header_bg { background-color: white; } .fixed_header #main { padding-top: 0; }Remove browser cache then reload the page. Test it on another browser.
Cheers!
IsmaelHey tintindufour!
Please watch this video by Devin: http://vimeo.com/channels/aviathemes/77433498
Best regards,
IsmaelDecember 13, 2013 at 11:16 am in reply to: Content in Page Edit suddenly gone! but viewable on website. #199879Hey Michael!
Look for Screen Options then make sure that the “Avia Layout Builder” option is ticked.
Regards,
IsmaelHi Jae!
Can you please give us a link to the website? Install this plugin: http://wordpress.org/plugins/easy-wp-smtp/
Regards,
IsmaelHi!
The theme options will not be affected if you update the theme. Please try it, make sure to create a backup of the old theme files and the database for security purposes.
Best regards,
IsmaelHey!
Did you add any plugins prior to the issue? Please deactivate all plugins, see if the issue goes away. Did you add any css modifications?
Regards,
IsmaelHey!
You can use this:
.avia-caption-title { font-family: 'Raleway', sans-serif !important; font-size: 15px; line-height: 24px; }Regards,
IsmaelHey!
You need the svg format or convert any vector format images to svg. https://github.com/fontello/fontello/wiki/How-to-use-custom-images
Regards,
IsmaelHey!
Can you please deactivate all plugins specially the WP Super Cache plugin? Remove browser cache then reload the page. Check if the issue is gone.
Best regards,
IsmaelHey!
Edit the Fullscreen Slider element then look for Slideshow Image Size option. Choose No Scaling(Original Width and Height).
Cheers!
IsmaelDecember 13, 2013 at 10:21 am in reply to: Opt-In Newsletter and Social Media Icons in Footer #199845Hi 500Webmaster!
1.) Look for plugins: http://wordpress.org/plugins/tags/opt-in
You can also try a sticky opt-in plugin: http://wordpress.org/plugins/sticky-email-opt-in-popup/
2.) You can use the AddThis plugin: https://kriesi.at/support/topic/placing-addthis-social-icons-into-the-header/?replies=4#post-134606
Best regards,
IsmaelHey Barry!
Please refer to this link: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/
Regards,
IsmaelHi yukanl!
Maybe these plugin will help:
http://wordpress.org/plugins/redirection/
http://wordpress.org/plugins/safe-redirect-manager/Best regards,
IsmaelHi Glyphism!
You need to hire a freelance developer to do this for you or use the Fullscreen Slider element.
You can also try this:
Insert a Color Section then add a section ID on “For Developers: Section ID”. Let’s add “fullscreen-section” for example. Edit js > avia.js, find this code:
$.avia_utilities = $.avia_utilities || {};Below, add this code to modify the height of the #fullscreen-section.
$(function(){ $('#fullscreen-section').css({'height':($(window).height())+'px'}); $(window).resize(function(){ $('#fullscreen-section').css({'height':($(window).height())+'px'}); }); });Cheers!
IsmaelHi!
Did you use custom links to create the menu? Please use the existing pages listed on the Pages panel of Appearance > Menus.
Cheers!
IsmaelHi!
Can you please list the thumbnail sizes that is not resizing correctly? A link to each page with thumbnail issue will help.
Regards,
IsmaelDecember 13, 2013 at 9:43 am in reply to: Portfolio Grid – Portfolio Categories not displaying #199823Hi!
Glad you fixed it. I’ll notify Kriesi. Did you recently update to WordPress 3.8?
Dude provided a fix here: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/
Cheers!
IsmaelHi!
1.) Create two different pages then insert the Portfolio Grid element. Configure the element for each page, select 4 under Posts Number on the first page and select 10 on the other.
2.) You can add this on functions.php:
function custom_post_grid_query( $query, $params ) { $query['orderby'] = 'date'; $query['order'] = 'ASC'; return $query; } add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);Refer to this link for more order parameters: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Best regards,
Ismael -
AuthorPosts
