Forum Replies Created
-
AuthorPosts
-
Hey!
We can’t reproduce the issue on our installation. Masonry elements work fine even on front or home pages. Did you add any html codes inside the page? Make sure to close the tags properly. I tested the login credentials above but it’s not working. Please check.
Regards,
IsmaelHi!
Replace the code with this one:
@media only screen and (max-width: 1024px) { .av-overlay-on-hover .av-image-caption-overlay { opacity: 1; }}
Cheers!
IsmaelHey!
Unfortunately, you can’t use the layer slider shortcode because it is disabled by theme. Use the theme’s default slider shortcode (fullwidth slider, fullscreen slider, easy slider etc).
Regards,
IsmaelHey!
I was able to create an order and fill out the checkout page. Check the WooCommerce > Orders panel. Check if the order went through. Try to increase the WP Memory Limit to at least 256M. Refer to this link for more info: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Regards,
IsmaelHi!
Add this inside the css media query:
.responsive .tabcontainer .tab, .responsive #top .alternate_color .tabcontainer, .responsive #top .alternate_color .active_tab_content { border: none !important; }
Cheers!
IsmaelHi!
Thank you for using Enfold.
Please increase the WP Memory Limit to at least 128M. Refer to this link how: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Please ask your hosting provider if the wp-content folder have the correct file permission or you can check it yourself via cpanel. http://codex.wordpress.org/Changing_File_Permissions
Basic permissions settings for a WordPress installation is Folder – 755, Files – 644.
Regards,
IsmaelHi!
You placed the Blog Posts element inside a 3/5 column layout which puts a limit to the featured image size. Please remove the columns layout and leave the Blog Posts element. Edit includes > loop-author.php if you want to show the featured image for each posts inside the author archive page.
Best regards,
IsmaelHey!
The link above ending with “3793” is the link to the menu editor . I believe 3793 is the id of the (Links) secondary menu.
You need to translate or sync the menu for all languages. Refer to this link: http://wpml.org/documentation/getting-started-guide/translating-menus/
For further modifications, please hire a freelance developer. Visit Envato Studio or Werkpress.
Regards,
IsmaelHi!
Yes, you need to set the featured image. It will serve as the video thumbnail or preview.
Cheers!
IsmaelHi!
Please remove the modification then go to Enfold > Footer panel. Add the “[nolink]” text plus the custom copyright text. Something like this:
[nolink]© Copyright - <a href='http://www.google.com'>Google</a>
Cheers!
IsmaelHi!
Replace it with this:
li.current_page_ancestor>a>.avia-menu-fx { opacity: 1; visibility: visible; background-color: #666666 !important; bottom: 0; } #header .avia_mega_div { margin: -2px 0 0 0; } .avia-menu-fx { bottom: 0px; }
Cheers!
IsmaelMarch 5, 2015 at 2:39 pm in reply to: Woocomerce single product page not displaying on mobile (Iphone) #406417Hey!
Yes, please create your own thread. We’ll answer you there. Anyway, try to edit config-templatebuilder > avia-shortcodes > portfolio.php. Look for the sort_buttons method. Add the order and orderby parameter to the get_categories function: http://codex.wordpress.org/Function_Reference/get_categories#Parameters
Cheers!
IsmaelHi!
I don’t think there’s a definitive way to prevent that, unless you’re a control freak who counts every characters in the post, but there’s a css property to prevent word break or hyphenated words.
.single-post .avia_textblock p { word-break: break-word; word-spacing: normal; }
Regards,
IsmaelHey hsipkin!
Thank you for using Enfold.
1.) Add a negative left margin to the Contact’ submenu:
li#menu-item-38 ul.sub-menu { margin-left: -100px; }
2.) On Appearance > Menus panel. Delete the Contact menu item, replace it with a custom link. Set the URL to # symbol.
3.) Set the sub menu styling on Enfold > Advanced Styling panel. Edit the Main menu sublevel Links element.
Regards,
IsmaelHey!
Thank you for using Enfold.
You can change the transparent header’s menu font on Enfold > Header > Transparency Options panel. Adjust the Transparency menu color.
Regards,
IsmaelHey codecreative!
Thank you for using Enfold.
The container is currently set to 1210px. If you want to have a full width product grid, insert it inside a color section then set the section’s container to 100% via the Quick CSS field. Please provide a screenshot so that we can understand what you’re trying to do better.
Regards,
IsmaelHi diefleischerei!
Thank you for using Enfold.
Maybe you can use the Masonry Gallery. Add the url of the video in the Custom Link field of the gallery images. The videos will open in a lightbox once the masonry gallery items are clicked.
Best regards,
IsmaelHey!
Elliot’s suggestion should work. Add this to the Quick CSS field to remove the theme’s default image overlay:
span.image-overlay { display: none !important; }
You will be able to click the other buttons after.
Cheers!
IsmaelHey fawnulm!
Thank you for using Enfold.
Add this to the functions.php file:
add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod'); function avf_portfolio_cpt_args_mod($args) { $args['supports'][] = 'author'; return $args; }
Edit a portfolio item, look for screen options then enable the Author metabox.
Best regards,
IsmaelHi!
There’s a missing bracket in the media queries:
@media only screen and (max-width: 500px) { .layer-slider-caption { font-size: 20px !important; line-height: 35px !important; } .layer-slider-title { font-size: 30px !important; line-height: 30px !important; } .layer-slider-head { font-size: 20px !important; line-height: 20px !important; } }
Also, 20px is still big for the caption.
Best regards,
IsmaelHi!
It is working fine on our installation. Sometimes, when you copy the code from the forum, the apostrophes and other symbols are converted to their character entity code. Please get the code here: http://pastebin.com/7QvZG1tY
Make sure that you only have one instance of this code inside functions.php.
Best regards,
IsmaelHey!
No, it won’t but I guess the problem is the arrow or next symbol inside the button title. Remove it or use the arrows’ html entity code:
http://dev.w3.org/html5/html-author/charref
Regards,
IsmaelHi!
Actually, there is no specified limit. Did you add any html tags on the page? Make sure that you close them properly. I checked one of the iconboxes and one of the title has an incorrect strong tag:
<strong>Mediation</stong>
We fixed it for you but still, the content below were removed when I updated the page. Sorry about that. Please revert the layout of the page to its original then check all html codes.
Regards,
IsmaelHey!
Thank you for using Enfold.
I’m sorry but I don’t think an alphabetized pagination is going to be easy to implement. You might need to hire a freelance developer or find a plugin that will be compatible with the theme. For further modifications, please visit Envato Studio or Werkpress. You might want to give @Guenni007’s suggestion a try.
Cheers!
IsmaelMarch 5, 2015 at 8:59 am in reply to: "Call" translate .po .mo file for enfold backoffice child theme #406270Hey!
Like I said, the translation file should be complete. Unfortunately, we can’t translate it ourselves. You can use the Codestyling Localization plugin to translate missing strings.
Regards,
Ismael -
AuthorPosts