Forum Replies Created
-
AuthorPosts
-
Hi!
Replace the star rating modification with this:
.entry-summary .woocommerce-product-rating .star-rating { top: 15px; position: relative; }Best regards,
IsmaelFebruary 17, 2015 at 10:34 am in reply to: custom post and category and blog post and category conflict #397334Hi!
Looks like you’re using the masonry element. When you select Which Entries? to show, is the custom post types from learndash available from the selection? Again, please post the login details here so that we can take a look. Set it as a private reply.
Cheers!
IsmaelHi!
Unfortunately, if I am not mistaken, flash objects won’t work on iPhone or any apple products. Did you test it on an iPhone or iPad? http://www.iphonefaq.org/archives/9730
Try to generate a video shortcode by using the shortcode wand or use the new youtube iframe embed code.
Best regards,
IsmaelFebruary 17, 2015 at 10:13 am in reply to: when choosing boxed layout header and sidebar displayed wrong #397326Hey!
Did you add any custom modifications to the theme? Please go to wp-content > uploads > dynamic_avia folder then delete the enfold.css file there. Toggle any theme options then save changes. See if that helps.
EDIT: Toggling the General Layout settings seems to help: http://terraforming.edu.rs/
Best regards,
IsmaelHey!
If you want a random slider, use the advance layer slider. Set the Slider Settings > Slideshow > Starting slide options to “random”. I’m not sure why you’re getting the error though. Have you tried it on a different browser?
Regards,
IsmaelHey!
1.) Please provide a screenshot or design mock up so that we can better understand what you want.
2.) Try to generate the map shortcode using the shortcode wand then place it inside the iconbox content editor.
Regards,
IsmaelFebruary 17, 2015 at 10:01 am in reply to: Fullwidth submenu Avia element: highlight menu for each section ID #397321Hey!
Hmm.. It’s working when I test it on my installation. Please send us the login details so that we can check it.
Regards,
IsmaelHi!
Check the debug mode or actual shortcode below. There are two image element:
[av_image src='http://forum-produktion.automotiveit.eu/wp-content/uploads/2014/12/Referenten-Koehler-Moderation.jpg' attachment='1444' attachment_size='full' align='center' animation='no-animation' link='' target='' styling='' caption='' font_size='' appearance='' custom_class=''][/av_image] [av_image src='http://kongress.automotiveit.eu/wp-content/uploads/2010/10/Referenten-Koehler-Moderation.jpg' attachment='1441' attachment_size='full' align='center' animation='no-animation' link='' target='' styling='' caption='' font_size='' appearance='on-hover' custom_class='frame'] [/av_image]Remove the other. Somehow it is not showing on the ALB which is weird.
Regards,
IsmaelHi!
Which of these pages have the slider issue? What happen when you remove the slider on these pages?
Regards,
IsmaelFebruary 16, 2015 at 8:05 pm in reply to: Fullwidth submenu Avia element: highlight menu for each section ID #397020Hi!
Add this to the functions.php file:
add_action('wp_footer', 'ava_current_menu'); function ava_current_menu(){ ?> <script> (function($){ $(window).load(function() { $("#top .av-subnav-menu li a").click(function() { $("#top .av-subnav-menu li a").removeClass("active"); $(this).addClass("active"); }); }); })(jQuery); </script> <?php }Use this to change on the Quick CSS field to change the color of the active menu:
.main_color .av-subnav-menu a.active { color: violet; }Remove browser cache then reload the page.
Cheers!
IsmaelFebruary 16, 2015 at 7:52 pm in reply to: Header background image doesn't always load on mobile devices? #396994Hi!
I’m sorry but I can’t reproduce the issue. The header background shows fine on mobile device. Try to add this to the Quick CSS field:
.header_color .header_bg { background: #fff url(https://64.19.142.12/borstch.eu/aptare6/wp-content/uploads/2015/02/aptare_bg_header1.png) top left repeat-x fixed !important; }Regards,
IsmaelHey Belema!
Thank you for using Enfold.
You can try this audio plugins:
https://wordpress.org/plugins/compact-wp-audio-player/
http://premium.wpmudev.org/blog/free-wordpress-audio-player-plugins/If you want to add it manually, use the audio shortcode: http://codex.wordpress.org/Audio_Shortcode
Cheers!
IsmaelHey potentialindia!
Thank you for using Enfold.
Try to place the addthis code somewhere inside the header.php, maybe right below this line:
<div id='main' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>Regards,
IsmaelHi!
Designate the anchor name on the color section instead of the h2 title. Please check the site now: http://agentur-koso.de
Regards,
IsmaelFebruary 16, 2015 at 7:17 pm in reply to: Portfolio Pseudo Title .av-masonry-entry:before – center vertical #396957Hey!
Try to replace the code with this to vertically center align the element:
.av-masonry-entry:before { background: url(p-bg-1.jpg) repeat transparent; position: absolute; width: 100%; height: 100%; text-align: center; content: attr(title); left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }Regards,
IsmaelHey Peatkay!
Thank you for using Enfold.
Try to use the Grid Row element, set the cells. Add the images as background then use text blocks to add the text content. If that’s not what you’re after, please provide a screenshot.
Cheers!
IsmaelHi!
Use the Grid Row element, add a unique id attribute (For Developers: Section ID). Use “custom-grid” for example. Inside the cells, add image elements with links. Add this to the Quick CSS field to remove the cell padding:
#custom-grid .flex_cell { padding: 0; }Cheers!
IsmaelHi kashmyra!
Thank you for using Enfold.
Every time you upload an image, wp or the theme creates different thumbnails or versions of the uploaded image. Each thumbnails are designated to different elements on the theme such as masonry, lightbox, testimonial, news widget etc. You can remove the thumbnails(not recommended) by using this plugin: https://wordpress.org/plugins/simple-image-sizes/
Best regards,
IsmaelHey druzes!
Thank you for using Enfold.
It is possible but it will require custom modification that is outside the scope of support. You might need to hire someone elese to do it. Or find a plugin that will work with the theme.
Regards,
IsmaelHi royaltask!
Thank you for choosing Enfold.
Edit the sub menu color on Enfold > Advanced Styling panel. Edit the Main Menu Sublevel Links element. You can add two instance of the element, one for the initial state and the other for the active and hover state.
Regards,
IsmaelFebruary 16, 2015 at 6:48 pm in reply to: how to sort sidebar categories in blog and change font in title bar #396930Hi Anneloes1981!
Thank you for using Enfold.
1.) You can create a custom widget for each category page on Appearance > Widgets panel. Use each custom widget as custom sidebar under Sidebar Setting for each page.
2.) Use this on the Quick CSS field to change the title container background:
.stretch_full.container_wrap.alternate_color.title_container { background: red; }Cheers!
IsmaelHey!
Actually you can add html codes inside the caption field so adding the text as image will do. What do you mean by “corrupts the rest of the homepage”? I checked the site again, looks like you added the “barn” image as color section background. What you can do now is to add a horizontal element inside the color section, set it to whitespace to create a gap then add a code block below. Add the background text as image.
Regards,
IsmaelHey!
You can try this:
#custom-section .flex_column.av_one_third { min-height: 405px; }Use css media queries to adjust the height on smaller screens.
Cheers!
IsmaelHey djshortkut!
Thank you for using Enfold.
Try to add to the Quick CSS field:
@media only screen and (max-width: 480px) { .home .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow { height: 522px !important; }}Regards,
IsmaelHi Munford!
Thank you for visiting the support forum.
I’m not sure if this is going to work but try to convert the other theme’s portfolio entries using this plugin: https://wordpress.org/plugins/convert-post-types/
Cheers!
IsmaelFebruary 16, 2015 at 6:17 pm in reply to: edit tag TITLE on social image profile changed by myself #396877Hey!
Please check it now. We had to change the “vimeo” part of the css inside the Quick CSS field to “Tripadvisor”.
Best regards,
IsmaelHi!
You can place that code inside header.php, just below this line:
<body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>>Cheers!
IsmaelHey ewingmh!
Thank you for using Enfold.
Looks like you’re using a third party plugin for the map widget. Please contact the plugin author. If you can provide a screenshot, maybe, it’ll help.
Cheers!
IsmaelFebruary 16, 2015 at 6:04 pm in reply to: Mash Between Masonry Blog with Blog Post Grid Layout #396867Hey!
Thank you for using Enfold.
Adjust the Column and Size Settings then install this plugin: https://wordpress.org/plugins/simple-image-sizes/
Go to Settings > Media panel. Adjust the “masonry” thumbnail size. Update then save changes. Regenerate the thumbnails after.
Cheers!
IsmaelFebruary 16, 2015 at 5:59 pm in reply to: Make Blog, Category Archive and Tag Archive all look the same – Magazine style #396861Hey pozza!
Thank you for using Enfold.
Unfortunately, it’s not possible yet. The magazine script is inside the config-templatebuilder > avia-shortcodes > magazine.php file. You might need to hire a freelance developer to incorporate the script on archives.php file.
Regards,
Ismael -
AuthorPosts
