Forum Replies Created
-
AuthorPosts
-
January 16, 2014 at 7:37 am in reply to: Loosing floating buttons when using my own template #210517
Hi Voilaah!
Can you please give us a link to the website? You can’t remove the <br> tags on the editor assuming you’re using a Text Block.
Best regards,
IsmaelHi!
I’m not really sure why the image overlay appear on the logo but you can add this on Quick CSS to remove it:
.avia_image.avia-builder-el-32.avia-builder-el-no-sibling.avia-align-center .image-overlay { display: none !important; }
Cheers!
IsmaelHey!
Maybe a plugin is causing the issue. Please deactivate them, see if the issue persist.
@brdconcept: Please deactivate the MyTube plugin. Let us know if it helps.Regards,
IsmaelJanuary 15, 2014 at 11:05 am in reply to: Inspiration needed: Frontpage with fullscreen pic and alternative menu #209987Hi!
Do you have the Fullscreen Slider? Edit js > shortcodes.js, find this code on line 687:
slide_height = Math.ceil( (viewport / 100) * this.options.height );
Replace it with:
slide_height = Math.ceil( (viewport / 100) * this.options.height + 88 );
Remove browser cache then reload the page.
Regards,
IsmaelHey!
I’m sorry for being dumb. Can you please explain it using a screenshot?
Best regards,
IsmaelHi baeriswyl!
Sure. :)
You can use this on Quick CSS:
.iconbox .iconbox_content .iconbox_content_title { border: medium none; padding: 2px 0 0 0; position: relative; margin: 0 0 16px 0; clear: none; overflow: hidden; letter-spacing: 1px; text-transform: uppercase; font-size: 18px; font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
Change the values.
Regards,
IsmaelHi!
Please edit the Special Heading element again after you place inside the 1/1 column layout. Add the “awesome_heading” custom css class again. I placed the Special Heading element inside a 1/1 column and I’m not sure why the custom css class was removed. I have to add it again. http://onecraftyshop.com/special-heading-animation-test/
Cheers!
IsmaelHi SpiceMaster!
Can you please give us a link to the website? Increase the wordpress php memory limit then try again: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cheers!
IsmaelHey Gstar72!
What type of slider are you using? Fullscreen? Easy Slider?
Best regards,
IsmaelHi!
Please post the login details here, set it as a private reply. We would like to inspect the layer slider.
Regards,
IsmaelJanuary 15, 2014 at 10:45 am in reply to: Broken permalinks when switching from standard to post name structure #209969Hey cbrand!
Can you please flush the permalink settings again? Go to Settings > Permalink then click the “Save” button once. This should flush it. If you have access on .htaccess file, please delete them then flush the permalink settings once more.
Best regards,
IsmaelHey OsteopathicCollege!
Can you please post a link to the website? Do you have any plugin that might be related with the menus? Please deactivate them, see if the issue persist. Refer to this link on how to fix the custom menu limit, maybe this will help: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/comment-page-1/#comment-186321
Best regards,
IsmaelJanuary 15, 2014 at 10:38 am in reply to: COLUMN (layout elements) – Width / Border / Alignment – HOME PAGE #209962Hi bmneimark!
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Create a page then insert three 1/3 columns. On each columns insert the Images element under Media Element panel. Configure each Images element then add a custom css class. For example, let’s use the “one_third_image”. Add this on custom.css or Quick CSS to specify the height of the images with the “one_third_image” selector:
.avia_image.one_third_image { height: 240px; }
Best regards,
IsmaelJanuary 15, 2014 at 10:32 am in reply to: Inspiration needed: Frontpage with fullscreen pic and alternative menu #209960Hi!
If you want something like the Elision header. You can use the Small Fixed Header then add this on Quick CSS:
.header_color .header_bg { background-color: transparent; } .header_color div { border-color: transparent; } .fixed_header #main { padding-top: 0; margin-top: -1px; }
Regards,
IsmaelJanuary 15, 2014 at 9:29 am in reply to: Horizontal WPML Language switcher apend to the main menu #209934Hey!
You can disable it using this on Quick CSS:
#header_meta .avia_wpml_language_switch { display: none; }
Regards,
IsmaelJanuary 15, 2014 at 9:28 am in reply to: Blog Slider Posts Only Visible When Logged In Despite Open Access #209933Hey MacMURJ!
You have a lot of plugins installed, please deactivate them first. Check it on another browser, see if the issue persist. Post the login details here as a private reply.
Best regards,
IsmaelHey!
Please use this plugin. This will enable you to insert javascript snippet inside posts or pages: http://wordpress.org/plugins/insert-html-snippet/
Best regards,
IsmaelHi!
1.) Add this on Quick CSS:
.four.units.single-product-main-image.alpha .images a { pointer-events: none; }
2.) You can change the font of the tax rate using this:
.woocommerce-de_price_taxrate { font-size: 11px !important; font-family: Arial; }
Best regards,
IsmaelHi!
I’m not sure if this is going to work completely but please remove Yigit’s code then choose Boxed Layout. Add this on Quick CSS:
.home.boxed .container { margin: 0 auto !important; } @media only screen and (min-width: 1340px) { .responsive_large .home.boxed#top { width: 100%; } } .home #wrap_all { margin: 0 auto; } html.html_boxed { background: white; }
Regards,
IsmaelHi!
I’m sorry but I don’t think it is possible without major css and theme file rewrite. Please hire a freelance developer to modify the theme for you.
Best regards,
IsmaelHey Tommy!
You can add this on your custom.css or Quick CSS:
.grid-entry .inner-entry { margin-right: 0; }
Cheers!
IsmaelHi!
2.) Please give us a link to the actual single portfolio page.
3.) Change the iconlist background using this:
.main_color .avia-icon-list .iconlist_icon { background-color: red; }
Best regards,
IsmaelHi!
You can add this on Quick CSS:
#top .menu-item-search-dropdown > a { font-size: 50px; }
Cheers!
IsmaelHi medvick!
That is a custom background created by Kriesi. Please hire a freelance developer to replicate the design. You can start with this css code:
#pre-sale-question form { border-radius: 6px; padding: 8px; position: relative; border: 1px #e1e1e1 solid; background: #D1D1D1; background: -moz-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px); background: -webkit-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px); background: -o-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px); background: repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px); }
Best regards,
IsmaelHi!
You can use the theme’s Content Slider element and use it as a random quote slider. Set the Autorotation active? to yes and the Transition to Fade. Where is the yellow background of the plugin coming from? I tried to adjust it but I can’t find where the background is coming from.
Best regards,
IsmaelHi!
You can add this on Quick CSS:
.sidebar_left.sidebar { text-align: left; } #top .sidebar_left .widget_nav_menu ul ul li:before { left: 0; }
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 .sidebar_left.sidebar { text-align: left; } .page-id-2251 .sidebar_left .widget_nav_menu ul ul li:before { left: 0; }
Cheers!
Ismael -
AuthorPosts