Forum Replies Created

Viewing 30 posts - 59,581 through 59,610 (of 67,572 total)
  • Author
    Posts
  • 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,
    Ismael

    in reply to: Featured image on blog grid not appearing #246880

    Hi 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,
    Ismael

    in reply to: Investigating theme conflict with NextGen #246878

    Hi 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,
    Ismael

    in reply to: blog page navigation #246876

    Hey!

    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!
    Ismael

    in reply to: Translation failure – Datepicker Forms #246871

    Hey!

    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!
    Ismael

    in reply to: Fontello Icon Font issues #246870

    Hi!

    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,
    Ismael

    Hi!

    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,
    Ismael

    in reply to: Fatal Errors after Migrating Site #246864

    Hey!

    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!
    Ismael

    in reply to: Header is screwy since update—help! #246861

    Hey!

    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!
    Ismael

    in reply to: push-for-small or hide-for-small? #246471

    Hey!

    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,
    Ismael

    in reply to: How can I (temporarily) remove cart option at top? #246466

    Hey 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!
    Ismael

    in reply to: Left align sidebar menu & retain indents #246464

    Hey 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!
    Ismael

    in reply to: Remove line under social icons in header #246463

    Hi 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,
    Ismael

    Hey!

    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!
    Ismael

    Hi 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,
    Ismael

    in reply to: Image edit fix messes up icons #246452

    Hey!

    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 slider

    These 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,
    Ismael

    in reply to: Need help with Preview Images and Featured Images #246450

    Hi!

    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,
    Ismael

    in reply to: IE8: logo too big and cut #246447

    Hey 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,
    Ismael

    Hey 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,
    Ismael

    Hi 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!
    Ismael

    in reply to: How to set up a background image #246442

    Hey 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,
    Ismael

    in reply to: Woocommmerce sold out plugin error #246440

    Hi 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!
    Ismael

    in reply to: disappear title #246438

    Hey!

    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,
    Ismael

    in reply to: Mobile Problem #246431

    Hi!

    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,
    Ismael

    in reply to: Breadcrumbs disappear when blocked subtitle. #246429

    Hi!

    If you have any questions, let us know. :)

    Regards,
    Ismael

    in reply to: Mobile problems after update. #246428

    Hey!

    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,
    Ismael

    Hi!

    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!
    Ismael

    in reply to: Chinese Characters In Place of Social Icons #246423

    Hi!

    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,
    Ismael

    in reply to: NEED TO ADD IMAGE TO HEADER #246420

    Hey!

    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!
    Ismael

    in reply to: changing font size in side bar menu #246417

    Hey 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

Viewing 30 posts - 59,581 through 59,610 (of 67,572 total)