Forum Replies Created
-
AuthorPosts
-
January 8, 2015 at 5:28 am in reply to: Yoast SEO – XML Sitemap View Redirecting To Home Page #376628
Hi!
Try to deactivate all plugins except yoast then test it again on another browser. Please post the ftp details here. We would like to check it. I’ll ask the rest of support team to take a look.
Best regards,
IsmaelHi!
You can change the single post view on Enfold > Blog Layout panel. Look for the Single Post Style. If you want to modify it further, edit the single.php and includes > loop-index.php file in your theme directory.
Cheers!
IsmaelHi!
Remove the modifications then decrease the padding and font size of the menu items on iPad view:
@media only screen and (min-width: 768px) and (max-width: 989px) { .main_menu ul:first-child > li > a { padding: 0 4px; font-size: 13px !important; } }Best regards,
IsmaelHey!
Thank you for using Enfold.
@begrafiks: Thanks for helping out.@millertimesite: Looks like you managed to add the button but the sliders are not showing up when I checked the page. Please try to deactivate all plugins then test it again.
Best regards,
IsmaelHey!
2.) Fix the slider’s bottom margin on mobile device with this:
@media only screen and (max-width: 767px) { page-id-4524 div#layer_slider_1 { height: 113px !important; } }3.) Switch to visual mode then use spaces.
Cheers!
IsmaelHey!
Well, in that case you can’t use page hierarchies(http://en.support.wordpress.com/pages/page-attributes/). Try to use this on Quick CSS:
.current-menu-ancestor > a { color: orange !important; }Regards,
IsmaelHey!
Please refer to the add_image_size function’s crop attribute: http://codex.wordpress.org/Function_Reference/add_image_size
When setting a crop position, the first value in the array is the x axis crop position, the second is the y axis crop position.
x_crop_position accepts ‘left’ ‘center’, or ‘right’.
y_crop_position accepts ‘top’, ‘center’, or ‘bottom’.This code:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321, array(top, center));Should be
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321, array(center, top));Best regards,
IsmaelHi!
Yes, most of the files that can be modified on a child theme are template or frontend files. There are core files that cannot be overwritten using a child theme, one example is the framework folder. You can either use filters and action hooks if it’s available.
Cheers!
IsmaelJanuary 8, 2015 at 4:39 am in reply to: Anchor links to Full width grid row not working for me. #376615Hey!
Looks like developer’s id field is being replaced with the default grid row ids. Try to replace the anchor links with the grid rows’ id. Use “#av-layout-grid-1” for “#step1” for example, “#av-layout-grid-2” for “#step2” and so on and so forth.
Cheers!
IsmaelHey!
Try to adjust the size of the images before uploading them. Resize them to 80x80px. Or add this on Quick CSS:
#top .av-subnav-menu li a { min-height: 80px; }Best regards,
IsmaelHi!
Yes, you can hide the content sliders using media queries. Try to add a custom css class called “hide-mobile” on these sliders then use something like this on Quick CSS:
@media only screen and (max-width: 767px) { .hide-mobile { display: none; } }You can also create a static image to replace the content slider on mobile.
Cheers!
IsmaelHey!
Please refer to this link for a possible fix. Try the latest solution provided on the thread: https://kriesi.at/support/topic/enfold-testimonial-slider-compact-has-strange-slide-transition/#post-375235
Cheers!
IsmaelHi!
Thank you for the update. Looks like you managed to move the caption on top of the slider. Is there anything else, you would like us to help you with?
Regards,
IsmaelHi!
Looks like you’re not using the latest version of the theme. Please download 3.0.4 on your themeforest account then update the theme via FTP. This should fix the problem. If not, we’ll try to take a closer look.
Regards,
IsmaelHey!
Did you actually test this on a mobile device or you resize the browser until a single word drops on the last line? You can modify or alter a specific text block by adding a custom css class selector. Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
IsmaelHi!
You can try something like this on Quick CSS or custom.css:
.container_wrap .container { background: url(IMAGE HERE) center bottom no-repeat; }Remove the active menu line with this:
span.avia-menu-fx { display: none !important; }Best regards,
IsmaelHey!
Thank you for using Enfold.
Please try to deactivate all plugins then test it again. I’ll ask the rest of the support team to check it. If you can provide a temporary login details, that would be great
Regards,
IsmaelHi!
Did you remove browser cache before checking the page? Please test it again.
Cheers!
IsmaelHey!
Thank you for the info but we need an actual screenshot on how you want the table to look like. Please use firebug or google chrome’s inspector to find the right selectors.
Cheers!
IsmaelJanuary 7, 2015 at 8:57 am in reply to: Yoast SEO – XML Sitemap View Redirecting To Home Page #376014Hi!
Do you have the W3 Total Cache plugin installed? Please refer to this thread for a possible fix:
https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-sitemap-not-working
https://yoast.com/xml-sitemap-in-the-wordpress-seo-plugin/Cheers!
IsmaelHey!
You can run an sql query like this: http://pastebin.com/q1c6128v
This will set the Title Bar Settings to show the title and breadcrumbs by default both for pages and portfolio items.
Cheers!
IsmaelHi!
We tested the filter on our installation and it works fine. Please post the actual category page url. We would like to check it.
Cheers!
IsmaelHi!
Use robot.txt to exclude these files. You can use something like this:
Disallow: /wp-content/themes/enfold/framework/Cheers!
IsmaelHey Firestar_28!
Thank you for using Enfold.
I’m sorry but you’re using a very old version of the theme, 24.5, which is not compatible with WordPress 4.1. Please download the latest version 3.0.4 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelHey ahavens30!
Thank you for using Enfold.
Yes, it is possible. Please remove the plugin then use the Image element. Add the url of the video. This will automatically open the video on a lightbox.
Regards,
IsmaelHey!
Use the 1/3 column shortcodes then add the images element inside. Link them.
Cheers!
IsmaelHey!
1.) Please replace the css code with this:
@media only screen and (max-width: 767px) { .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { width: 50%; clear: none; } }2.) Use this one to remove the border:
@media only screen and (max-width: 989px) { #top.avia-blank #main .container_wrap:first-child { border: none; } }Cheers!
IsmaelHey!
You need to set the page hierarchy. Please give us a link to the actual website. We would like to check it.
Regards,
IsmaelHi!
Please try to use this instead:
add_action('init', 'avf_remove_custom_css', 10); function avf_remove_custom_css() { wp_deregister_style('avia-custom'); }Best regards,
IsmaelJanuary 7, 2015 at 7:10 am in reply to: limited template width, page content "stage" compressed #375995 -
AuthorPosts
