Forum Replies Created
-
AuthorPosts
-
April 3, 2014 at 7:13 am in reply to: Custom header height not working in internet explorer 9 #246884
Hi!
Thank you for the screenshot. Please try this on Quick CSS or custom.css: http://pastebin.com/aBQsPGqf
If the first one doesn’t work, use the other one at the bottom. Adjust the top padding value if necessary.
Best regards,
IsmaelHi collette!
Thank you for using the support forum!
I can’t seem to access the website. If you don’t mind, please post a screenshot of the issue. Another thing is, this looks like a server side issue. I would try checking with your hosting provider on this particular issue as it sounds like something related to your setup is causing this. Typically, this is due server configuration problems (i.e. underpowered, traceroute issues, packet loss, permissions errors, et cetera).
If the problem you are experiencing persists after working with your host, don’t hesitate to let us know and we will be happy to assist you.
Regards,
IsmaelHi drjill!
Thank you for using the theme!
I answered your inquiry on the other post. I’m really sorry but we don’t usually support third party plugins because it takes a lot of time to debug certain errors that are not native theme features. We would like to inspect the website with the plugin issue. We’ll try to search for the problem.
Regards,
IsmaelHey!
Thank you for using the theme!
They should be clickable but you added this css code that disable the pointer events for all the links with the rel attribute on the website:
a[rel] { pointer-events: none; }Remove that code and posts title links should work again.
Cheers!
IsmaelHey!
Thank you for using theme!
I’m really sorry but aside from using the plugin Yigit suggested or adding the translation yourself using POEdit, I don’t think we can provide more solution to the problem.
Cheers!
IsmaelHi!
As always, thank you for using the support forum!
Regarding the original problem, maybe you can remove the original font icon files on wp-content/uploads/avia_fonts folder then upload the icon font zip again. See what happens.
Best regards,
IsmaelApril 3, 2014 at 6:43 am in reply to: Breadcrumb displaying all categories associated with of a portfolio post #246866Hi!
Thank you for explaining and figuring that there is a function that shows the category instead of portfolio page.
The “Portfolio 3 Column Ajax” is the actual page where the portfolio item is associated with and at the same time it is the child page of the “Portfolio” page. That is why it is included in the breadcrumbs. I hope that clear things up. Basically, if you don’t want the Portfolio 3 Column Ajax to show up, you need to place the portfolio items on the Portfolio page.
Regards,
IsmaelHey!
Thank you for using the support forum!
It sounds like you’re having trouble with a third party plugin. Unfortunately, we cannot provide support for third party plugins or scripts as stated on our support policy simply because we cannot account for all of the potential variables at play when using another developer’s plugin or script. As such any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not default theme function and is not stated on the theme’s description will need to be directed to the original developer or author.
Thank you for your understanding.
Cheers!
IsmaelHey!
Thank you for your understanding. First, if you don’t mind, please post a screenshot on how you want the header to look like. This will give us a good reference on where to start. Weird thing is if you’re using the Logo left, menu right option, the “header_main_alternate” container should not be visible but it is in your end which tells me that you haven’t change the menu and logo position or you added it manually. I’m not sure why there are two instances of the social icons. For a temporary fix, you can remove the top social icons by using this on Quick CSS or custom.css:
#header_meta > div > ul.social_bookmarks { display: none; }Remove the bottom social icon with this:
#header_main ul.social_bookmarks { display: none; }We’ll be happy to give you any assistance after we have taken a look at the screenshot. If you don’t mind creating a new topic for this matter so that we can close this topic, that would be great.
Cheers!
IsmaelHey!
Thank you for the link and the screenshot.
You can use this on Quick CSS or custom.css to move the graphic on mobile device:
@media all and (max-width: 767px) { #contact > div > div > div > div > div.flex_column.av_one_half.first.avia-builder-el-14.el_before_av_one_half.avia-builder-el-first > span > a > img { position: absolute; bottom: -600px; } }Adjust the bottom value if necessary.
Best regards,
IsmaelHey tgalati56!
Thank you for the kind words!
The cart should stay hidden when you don’t have a shop but just to make sure, please add this on Quick CSS or custom.css:
.cart_dropdown.visible_cart { opacity: 0; display: none; }Cheers!
IsmaelHey Jason!
Thank you for the screenshot.
Please use this:
#top .sidebar_left .widget ul { text-align: left; } #top .sidebar_left .widget_nav_menu ul ul li:before { left: 0; }I hope that’s what you want. Let us know.
Cheers!
IsmaelHi muholland!
Thank you for using the support forum!
Use this on Quick CSS or custom.css to remove the header meta border:
#header_meta { box-shadow: none; } #header_main { border-top: none; }Regards,
IsmaelApril 2, 2014 at 10:24 am in reply to: cart icon on menu slides in to mask search icon once product added to cart #246458Hey!
Thank you for the info.
Please add this on Quick CSS or custom.css to move the cart downwards:
.cart_dropdown.visible_cart { right: -2px; top: 120px; }Cheers!
IsmaelApril 2, 2014 at 10:22 am in reply to: Move Promo box button (and small question on layer slider) #246457Hi gunpowderboy!
Thank you for using the support forum!
If you don’t mind, please remove the modifications that you added on the promobox. Are you planning to do this on that specific promobox only? Please use this on Quick CSS or custom.css:
#av_section_1 > div > main > div > div > div.flex_column.av_one_third.first.avia-builder-el-1.el_before_av_two_third.avia-builder-el-first > div > div.avia-promocontent { margin-right: 0; padding-bottom: 30px; } #av_section_1 > div > main > div > div > div.flex_column.av_one_third.first.avia-builder-el-1.el_before_av_two_third.avia-builder-el-first > div > div.avia-button-wrap.avia-button-right { position: relative; } #av_section_1 > div > main > div > div > div.flex_column.av_one_third.first.avia-builder-el-1.el_before_av_two_third.avia-builder-el-first > div > div.avia-button-wrap.avia-button-right > a { position: absolute; bottom: -20px; right: 60px; }You can add a logo on Slider Settings > YourLogo. Layer Slider logo are always visible.
Regards,
IsmaelHey!
Sorry if you’re having difficulty with the images.
This plugin will help you resize the images manually: http://wordpress.org/plugins/simple-image-sizes/
If you want to resize the image thumbnails, you can edit functions.php then find these codes:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize sliderThese are the list of thumbnail sizes that are use within the theme. You can resize them according to your needs. Regenerate the thumbnails after using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
IsmaelHi!
Weird thing is I still can’t see the pages. I’ll ask the rest of the support team to check this. Regarding the small preview pic, please add this on Quick CSS or custom.css:
.small-preview img { height: 100%; }Best regards,
IsmaelHey p_niedrich!
Thank you for using the theme!
Please use this on Quick CSS or custom.css:
.logo, .logo a { width: 240px\9; height: 120px\9; max-width: 240px\9; max-height: 120px\9; }Best regards,
IsmaelApril 2, 2014 at 10:02 am in reply to: Layerslider – links from some of the layers do not work! #246445Hey onkeldonut!
Thank you for using the theme!
You’re using padding to reposition the images, covering up the other bubble graphics. Please use the Layout & Positions under Styles panel. I hope that helps.
Best regards,
IsmaelApril 2, 2014 at 10:00 am in reply to: Bug in Layout.css for av_seconary_right – Incorrect spacing in upper right menu #246443Hi irishfreakout!
Thank you for the heads up!
Please use this on Quick CSS to fix it;
.av_secondary_right .sub_menu>ul>li:last-child { margin-left: 10px; }Cheers!
IsmaelHey GoodGame!
Thank you for using the theme!
First, go to Enfold > Styling > Use stretched or boxed layout?, select the Boxed Layout. A new option will appear that will let you specify the Background Image.
Best regards,
IsmaelHi Kayzel!
I’m sorry but when I visit the link ( http://www.shopelegal.com/dress/ ), I don’t see the text. Do you mind redirecting me to the correct page with the sold out string?
Cheers!
IsmaelHey!
1.) You can use this to remove the underline when hovered:
strong.logo a { text-decoration: none; }2.) Use this to prevent the logo from resizing:
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { margin: 0 auto; max-width: 100%; height: 40px !important; max-height: 40px !important; } }Best regards,
IsmaelHi!
Thank you for the explanation. If you don’t mind removing the parallax effect on iPhone or iPad, add this on Quick CSS or custom.css:
@media all and (max-width: 989px) { .avia-section { background-attachment: scroll !important; } }We’ll try to fix the parallax issue on the next theme release.
Regards,
IsmaelHey!
1.) If you don’t mind me asking, on what kind of mobile device are you checking this with? The layout of the website are ok when I resized the browser width. All background designs are between the color section exactly the same on desktop version.
2.) Please use this to fix the logo on mobile view:
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { margin: 0 auto; max-width: 100%; width: 192px; height: 60px !important; max-height: 60px !important; top: 4px; } }Remove browser cache then reload the page a few times.
Regards,
IsmaelApril 2, 2014 at 9:29 am in reply to: Custom header height not working in internet explorer 9 #246426Hi!
Thank you for using the support forum!
I checked the website on IE9 but unfortunately, I am not entirely sure what’s wrong with it. If you could provide us a with a little more clarification, a screenshot perhaps, that will help a lot. We’ll provide you with a response once the issue is clear for us.
Cheers!
IsmaelHi!
Thank you for using the theme!
Please refer to this link on how to troubleshoot the icon issue: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
I noticed that you have a lot of plugins installed but the memory limit is only set to 64M. You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to remedy this is to enter the following lines in your wp-config.php file at the root of your installation:
define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
IsmaelHey!
Thank you for the question. Unfortunately, this is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please do visit Werkpress for further customization.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Cheers!
IsmaelHey sarahed!
Thank you for using the support forum!
I checked the link but I don’t see the sidebar menu. If you’re using the custom menu, you can use this:
.sidebar .menu-main-menu-container > ul > li a { font-size: 16px; } .sidebar .menu-main-menu-container > ul > li ul.sub-menu li a { font-size: 12px; }The first declaration is for the parent menu and the second one is for the sub menus.
Best regards,
Ismael -
AuthorPosts
