Forum Replies Created
-
AuthorPosts
-
Hi!
This is the image url when I checked the page: http://weblinedesigns.com/wp-content/uploads/2015/02/webline-screenshot.jpg
I didn’t find the Technology section so I went to the Brand page and one of the logo url is this:
http://weblinedesigns.com/wp-content/uploads/2015/02/chalos-law.pngBest regards,
IsmaelHi!
Add this in the Quick CSS field:
.av-masonry-container.isotope:hover a .av-masonry-image-container { opacity: .5 !important; } .av-masonry-container.isotope a:hover .av-masonry-image-container { opacity: 1 !important; }
Make sure that the masonry overlay is deactivated.
Regards,
IsmaelApril 22, 2015 at 9:21 am in reply to: Change Position of the avia content title (easy slider) #432642Hi!
Replace the code with this:
.postid-491 .avia-caption { right: 0; position: absolute; width: auto; left: auto; bottom: -10px; }
Best regards,
IsmaelApril 22, 2015 at 9:16 am in reply to: Issue with the font color (maybe a problem with WPML or child theme) #432639Hey!
The authentication (username: boom, pw: ******) details are not working. Please check. If possible, please provide a screenshot of the issue so that we can find it quickly.
Cheers!
IsmaelHi!
Thank you for the link. You can add this in the Quick CSS field:
.template-blog .post_delimiter { margin: 0; padding: 30px 0 0 0; }
Cheers!
IsmaelHey!
You have this code in the Quick CSS field:
ul.products.list li.product div[itemprop="description"], #top .inner_product_header { display: none !important; }
Remove it to display the prices.
Cheers!
IsmaelHi!
1.) Create a page called “Blog”.
2.) Set this page as blog in Enfold > Theme Options > Where do you want to display blog? setting.
3.) Go to Enfold > Blog layout panel then set the Blog Style to Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page).
4.) Edit the “Blog” page then add a color section element. Apply a background. Below the color section, add a Blog Posts element to display the posts.
If you want to apply the images on all pages, you need to add it manually by using the advance layout builder.
Cheers!
IsmaelHey Picante!
Thank you for using Enfold.
Yes, it’s possible. Make sure that you add excerpts on the portfolio items. Create a page, add the Portfolio Grid element then set the “Excerpt” setting to Title & Excerpt.
Cheers!
IsmaelHey Picante!
Thank you for using Enfold.
Use a color section then add a special heading element inside. Add a color section background as well.
Cheers!
IsmaelHi gupshupdotme!
Thank you for using Enfold.
Yes, I’m sorry but we can’t recommend the qtranslate plugin because it handles the translation differently. The plugin places all translations in the same post or page. The advance layout builder just can’t handle that. You have to use WPML.
Cheers!
IsmaelHey!
1.) Not all users can see what you see in the cart. Try to view it on another browser or remove the browser cache and cookies. I’m sure it will be empty.
2.) It’s not possible to include the tax or discount calculation inside the cart widget. I’m sorry but you will have to hire a freelance developer to add it or visit codeable: http://kriesi.at/contact/customization
Cheers!
IsmaelHi EricSmeets!
Thank you for using Enfold.
Not by default, you will have to add a custom script for that. Anyway, why would someone play two videos at the same time. There is also a pause button for each video.
Best regards,
IsmaelHey annekindlemix!
Thank you for using Enfold.
1.) You can adjust the font size on smaller screen sizes:
@media only screen and (max-width: 989px) { #top #wrap_all .header_color h2, #top #wrap_all .main_color h2, #top #wrap_all .alternate_color h2, #top #wrap_all .footer_color h2, #top #wrap_all .socket_color h2 { font-size: 18px; }}
2.) Select the second option in the Enfold > Header > Mobile Menu > Header Mobile Menu activation setting.
3.) The slider captions resized properly when I checked it. Please provide a screenshot. You can use css media queries if you want to decrease the font size of the captions.
Best regards,
IsmaelHey EricSmeets!
Thank you for using Enfold.
That’s why we have the mobile menu. You can force it show on tablet view. Go to Enfold > Header > Mobile Menu panel. Select the second option of the Header Mobile Menu activation setting. If you want to show the mobile menu on a specific screen size, add this in the Quick CSS field:
@media only screen and (max-width: 1024px) { .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide { display: block; } .responsive .av_mobile_menu_tablet .main_menu { display: none; } .html_mobile_menu_tablet #mobile-advanced { display: block; }}
Cheers!
IsmaelHey!
You should use the bbPress shortcodes for better flexibility. For example, to display the entire forum index, you can add this in a page:
[bbp-forum-index]
This will page will display the theme’s default breadcrumbs plus you can add additional content because of the advance layout builder. Refer to this link for more info: https://codex.bbpress.org/shortcodes/
If you want to enable the breadcrumbs for each topic, make sure that the Enfold > Header > Header Title and Breadcrumbs is enabled.
Best regards,
IsmaelHi EricSmeets!
Thank you for using Enfold.
I noticed that you removed the background. Is that correct? Please add it back so that we can inspect it. Meanwhile, please try this in the Quick CSS field:
.avia-section { -webkit-transform: translateZ(0); }
I’ll ask the rest of the support team to check it
Cheers!
IsmaelHey!
Go to Enfold > Shop Options then enable the Main Shop Page Banner. After that tick the “Enable Banner for product category pages” option. Go to each product categories to add a banner image. Note that you cannot add more than one banner image.
Best regards,
IsmaelApril 22, 2015 at 7:21 am in reply to: How to link to a page with tabbed content with a tab open? #432596Hey!
Oh! My bad. It will take care of the scroll position but it will not open the tab automatically. Here’s what you have to do, you still have to add a hidden container but the id should correspond to the current tab id. For example, the second tab should have a hidden container that looks like this:
<div id="tab-id-2"></div>
You can now, create a link that will automatically open the tab and simultaneously scroll to the exact position of the tab content:
<a href="http://weblinedesigns.com/web-design-development/#tab-id-2"></div>
Same goes for the first, third and up to the last tab.
Cheers!
IsmaelHi!
By default, you have to add the social share buttons manually in the advance layout builder. Go to the Content Elements panel, insert the Social Share Button element. Remove this code in the functions.php file:
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { if(is_singular('post')){ $content .= '<div id="custom_share_box" class="avia-section main_color container_wrap"><div class="container">'; $content .= avia_social_share_links(array(), '', '', false); $content .= '</div></div>'; } return $content; }
Best regards,
IsmaelHey!
1.) Please try to add the code in the Quick CSS field:
#top #header .av-main-nav > li > a { color: #0bedfd; font-size: 14px; padding: 0 6px !important; }
2.) I checked the home page on Chrome and IE, the accordion images are working fine. Please try to remove browser cache then reload the page. Make sure that you have the latest version of the browsers.
3.) Adjust the color with this in the Quick CSS field:
#top .av-magazine .avia-inherit-font-color a.av-magazine-top-heading, #top .av-magazine .avia-inherit-font-color a.active_sort, #top .av-magazine .avia-inherit-font-color a:hover { color: #0bedfd; }
Regards,
IsmaelApril 22, 2015 at 6:52 am in reply to: Content of fullwidth easy slider sometimes not loading #432578Hey!
Yes, I can reproduce the issue. The weird thing is, if you go to the actual image url, they don’t exist:
http://www.ericsmeets.nl/testserver/wp-content/uploads/2015/04/Transparant_WitteStrepen-1500×430.png
http://www.ericsmeets.nl/testserver/wp-content/uploads/2015/04/Transparant_WitteStrepen2-1500×430.pngDid you add any thumbnail size modifications or any modifications at all? Please try to regenerate the thumbnails with this plugin: https://wordpress.org/plugins/simple-image-sizes/
Best regards,
IsmaelHi!
Replace the code with this to create a link:
$searchthumb = get_the_post_thumbnail( $post_id, $size, $attr ); echo "<span class='search-result-counter {$counterclass}'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>{$searchthumb}</a></span>";
Add this in the Quick CSS field to align the search result:
#top .template-search.content .entry-content-wrapper { padding-left: 0; }
Best regards,
IsmaelHey dm!
Thank you for using Enfold.
You can enable the order and orderby option in the blog posts element: http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
Best regards,
IsmaelHi jmaubert!
Thank you for using Enfold.
You can try the code block element. It’s not advisable to add php codes inside the wp editor even when you’re using a plugin.
Cheers!
IsmaelHey QuantumLeapDesign!
Thank you for using Enfold.
Unfortunately, there is no available option for that feature yet. You can only set a single set of preview text for the ajax portfolio. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
Regards,
IsmaelHi Michael!
Thank you for using Enfold.
I’m sorry but I don’t think this is going to work in the advance layout builder without enough modification between the theme and the plugin. Try to switch to the default editor. Please contact the plugin author for more info.
Best regards,
IsmaelHi!
Use this in side the media query:
div#full_slider_1, div#full_slider_1 > * { height: 350px !important; max-height: 350px !important; }
The second css code above should re-align the captions.
Cheers!
IsmaelHi Serena!
Thank you for using Enfold.
Add this in the Quick CSS field:
.current_page_ancestor.menu-item-mega-parent a { color: red !important; }
Cheers!
IsmaelHi!
Which of the element would you like to bring back? If you want the freshness column, for example, add this in the Quick CSS field:
.bbp-forum-freshness, .bbp-topic-freshness { display: block; } li.bbp-forum-info, li.bbp-topic-title { width: 68%; } li.bbp-forum-freshness, li.bbp-topic-freshness { text-align: center; float: left; width: 10%; }
Note that bringing this elements back will break the layout of the page. Please hire a freelance developer to redesign the forum page. OR you can contact codeable: http://kriesi.at/contact/customization
Cheers!
Ismael -
AuthorPosts