Forum Replies Created
-
AuthorPosts
-
Hi Jennifer!
You can add this on Quick CSS or custom.css:
.slide-entry-title.entry-title { position: absolute; bottom: 0; } .avia-smallarrow-slider-heading.no-content-slider-heading { position: absolute; bottom: 0; }
Cheers!
IsmaelHi Alan!
You can add this on Quick CSS or custom.css:
.widget_categories .cat-item ul.children { margin-left: 15px !important; list-style: disc outside; }
Cheers!
IsmaelFebruary 18, 2014 at 3:09 pm in reply to: Controlling the size of Blog Excerpts as a Content Element within a page #225503Hi!
What type of Blog Style do you have? Have you tried selecting a different post formats like video or image format?
Regards,
IsmaelHi!
I’m not sure if I this is your problem but you can hit CTRL + LEFT MOUSE CLICK to choose the categories that you want. If you’re working on a MAC computer, hit Command Key + LEFT MOUSE CLICK to select the categories.
Cheers!
IsmaelFebruary 18, 2014 at 2:57 pm in reply to: Having issue with columns. No clear div? Other content floating over columns. #225501Hi!
Please hire a freelance developer if you want to use the get_template_part() function instead of the post formats filters that are being use within the theme. Visit Werkpress for customizations.
Cheers!
IsmaelHi!
Please give us a link to the page. We need to get the page id to remove the background on that specific page. If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.
On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page.
.page-id-2251 .main_color { background: none; }
Best regards,
IsmaelFebruary 18, 2014 at 2:40 pm in reply to: Padding not working… can't figure out why and some background tips #225493Hi wsmith187!
Please add this on Quick CSS:
#top #main .avia-section .template-page { padding-left: 25px; }
Please post a screenshot of what you’re trying to do. You can use imgur or dropbox.
Best regards,
IsmaelHey!
The header background (http://www.maritimeglass.com/wp-content/uploads/2014/01/header-bg2.jpg) does show on our end. Please remove browser cache then reload the page a few times.
Regards,
IsmaelHey!
Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 425:
$output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">";
Replace it with:
$output .= "<a class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</a>";
Regards,
IsmaelHi!
I’m really not sure why the arrow disappears on your end during the update. Please download the theme again then override the theme files via FTP. Increase the wordpress php memory limit to at least 128M. Refer to this link. Deactivate all plugins, see if the arrow appears again.
Regards,
IsmaelHey!
You should probably go and hire a freelance developer to fix this for you. Please wait for Devin to respond.
Best regards,
IsmaelHi!
You should probably upgrade your host plan to improve the page speed. Install a cache and a minify plugin to improve loading speed.
Cheers!
IsmaelHey!
Please use this to remove the border on the layer slider:
.home #after_layer_slider_1 { border: none !important; }
Best regards,
IsmaelFebruary 17, 2014 at 7:52 am in reply to: How can remove the hover fade on slides with links? #224806Hey sunworx!
Please add this on Quick CSS or custom.css:
.image-overlay.overlay-type-extern { opacity: 0 !important; }
Cheers!
IsmaelHey!
Please post the login details here as a private reply. We would like to check it. There is really something wrong with the theme because the sidebar is below the content. Deactivate the cache plugin before we can check it.
Regards,
IsmaelHey Taloscent!
Select the Full Size thumbnail before you click “Insert”. :)
Regards,
IsmaelHi pako69!
On what browser and OS are you testing this? The logo looks fine on Chrome Windows 7.
Cheers!
IsmaelHi Mark!
Can you please give us a link to the website? I think it is the woocommerce update because I used the an older version of the plugin and it works. Please try to ask the woocommerce support team.
Cheers!
IsmaelHey AdDesign!
You can add this on Quick CSS or custom.css:
#top .menu-item-search-dropdown > a, #searchform #searchsubmit, .ajax_search_image, .iconfont { font-size: 25px; }
Change the color using this:
.header_color .main_menu ul:first-child > #menu-item-search > a { color: red; }
Best regards,
IsmaelHey gentlemansgazette!
That is how it’s supposed to work. You can set a minimum height for the testimonial content but I don’t think it will look good. Add this on Quick CSS:
@media only screen and (max-width: 767px) { .main_color .avia-slider-testimonials .avia-testimonial-content { min-height: 200px; } }
You can adjust the min-height value to decrease the bump somehow.
Cheers!
IsmaelHey Michael!
It is not happening on our end. Can you please post a screenr or something so that we can see it? Did you activate any plugins prior to the issue?
Regards,
IsmaelHi!
You can use the Contact Form 7 plugin for that. Download it on this link. For each field you can enable the “Use this text as watermark?” option.
Best regards,
IsmaelHi toddgeist!
You can use this plugin to maximize the search power of your website: SearchWP
Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
Best regards,
IsmaelHi Chenan!
You can’t switch between the Default and the Advance Layout Builder. You need to decide which one you want to use for the page. Please switch your theme to debug mode if you want to see the actual shortcode below the Avia Builder. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Best regards,
IsmaelHi andreano!
You have a lot of plugins installed, please try deactivate them one at a time. Try to recreate the slider from scratch, you may need to update the links as mentioned on the theme changelogs. Please deactivate the cache plugin.
Cheers!
IsmaelHi themereinhard!
I think the website is on maintenance mode. We need to inspect the sidebar. Please wait for Dude to respond.
Regards,
IsmaelHey Martin!
Can you please give us a link to the website? A screenshot of where you want the language switcher to be will help. :)
Best regards,
IsmaelFebruary 17, 2014 at 6:51 am in reply to: Portfolio grid thumbnails not showing after update to WP 3.8.1 + Enfold 2.5 #224784 -
AuthorPosts