Forum Replies Created

Viewing 30 posts - 56,911 through 56,940 (of 67,197 total)
  • Author
    Posts
  • in reply to: Sidebar not visible on product pages #297284

    Hey jaimemerz!

    Thank you for using the theme.

    1.) Please go to Enfold > Sidebar Layout. Make sure that sidebar is enabled on the Sidebar on Single Post Pages setting.

    2.) Do you want to remove the whole woocommerce tab or just the additional information section? Try to add this on Quick CSS:

    .woocommerce-tabs {
    display: none;
    }

    3.) You can select the blog style on the blog post element option. Choose the Single Author, small preview pic blog style.

    Best regards,
    Ismael

    Hi!

    We have the same screen resolution but everything looks fine as long as I don’t zoom out the browser. I’ll ask Josue to check it on a mac computer. Do you have Enfold 2.9.1? Please update the theme then try to deactivate all plugins. See if it fix the masonry gallery.

    Cheers!
    Ismael

    in reply to: Portfolio showing wrong category and item #297282

    Hi!

    Please remove browser cache then reload the page a few times. I don’t see the “Special Needs Dogs” category anymore when I go to this page: http://aarcs.ca/portfolio-item/a22068792/

    Cheers!
    Ismael

    Hi!

    Thank you for the update.

    Please edit the table then set the Table Purpose as tabular data. Look for the Responsive Styling then select the second option to make it scrollable.

    Best regards,
    Ismael

    in reply to: best optin popup #297169

    Hi Willem-Paul!

    Thank you for using the theme.

    Honestly, we haven’t tested these plugin but you can try the following:

    https://wordpress.org/plugins/optin-revolution/
    http://optinmonster.com/

    Regards,
    Ismael

    in reply to: Footer Margin #297168

    Hi!

    You can try this on Quick CSS:

    #footer .flex_column.av_one_half.first.el_before_av_one_half {
    position: relative;
    left: 50%;
    top: 30px;
    }

    Regards,
    Ismael

    in reply to: Two Logos header. #297161

    Hi ENPLATER!

    Thank you for using the theme.

    We need to see the actual website. Please post it here. Also, please add the actual code that you added to create the second logo. Add this on functions.php to decrease the width of the sidebar:

    function avia_decrease_sidebar_size() {
    	global $avia_config;
    	
    	$avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    	$avia_config['layout']['sidebar_left'] 	= array('content' => 'ten', 		 'sidebar' => 'two alpha' ,'meta' => 'one alpha', 'entry' => 'ten');
    	$avia_config['layout']['sidebar_right'] = array('content' => 'ten alpha',   'sidebar' => 'two alpha', 'meta' => 'one alpha', 'entry' => 'ten alpha');
    }
    add_action( 'init', 'avia_decrease_sidebar_size', 1);

    Best regards,
    Ismael

    in reply to: Posts parent to Blog Page #297158

    Hey Jonn!

    Thank you for using the theme.

    I’m sorry but can you please explain it a little bit further? You can’t set posts as parent of a page or vice versa.

    Best regards,
    Ismael

    in reply to: Background-Attachment of Fullscreen Slider #297154

    Hi aIVIis!

    Thank you for visiting the support forum.

    Please use this on Quick CSS or custom.css:

    .avia-fullscreen-slider .avia-slideshow-inner {
    transform: translate3d(0,0,0) !important;
    }

    Regards,
    Ismael

    in reply to: Enfold Showcase #297152

    Hey!


    @comitzuu
    & pako69: Please create a new thread for the topic. Thanks.


    @nwiinc
    : Good job. The header image looks and the color combination looks great. :)

    Cheers!
    Ismael

    Hey!

    Thank you for the update.

    Please post an actual page where you want to change the title. The code works well when I tested it. Note that the code Dude suggested hasn’t been modified yet so it will show the default output of the avia_which_archive function. If possible, please post the login details here. We would like to check it.

    Cheers!
    Ismael

    Hi connect4consulting!

    Thank you for using the theme.

    Yes, it is quite possible but it will require major modification of the theme layout which falls beyond the scope of support. Please hire a freelance developer to modify the theme layout for you. Visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Cheers!
    Ismael

    Hi!

    I was able to reproduce the issue by zooming out the browser. What is the screen resolution of your monitor?

    Cheers!
    Ismael

    in reply to: Header Phone Number/Extra Info #297142

    Hey!

    Thank you for the update.

    Regarding the phone number, please add this on Quick CSS or custom.css:

    .phone-info.with_nav {
    margin-left: -20px;
    }

    For the post thumbnail, use this one:

    .single-post .single-small.with-slider .small-preview {
    width: 150px;
    height: 150px;
    }

    Cheers!
    Ismael

    in reply to: Theme update, SSL certificate problem #297141

    Hey lukashenseleit!

    Thank you for using the theme.

    Please download the latest version 2.9.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    in reply to: Related post and Image click #297140

    Hi!

    Are you referring to the lightbox? Please try to deactivate all plugins then test it again. Yes, maybe because the installation folder is in another domain.

    Best regards,
    Ismael

    in reply to: section on a page pushes the sidebar below the section #297138

    Hi royaltask!

    Thank you for using the theme.

    Do you mind if we take a look at the actual page? Make sure that the html code is correct. All html tags should be closed properly.

    Regards,
    Ismael

    in reply to: Add Signup form #297137

    Hi paola86pp!

    Thank you for using the theme.

    You should probably use the HTML Code because wp editors accept HTML but not javascript unless you’re using a plugin.

    Cheers!
    Ismael

    in reply to: Class in a link on secondary menu #297136

    Hey!

    Thank you for the update.

    The class open-popup-link is being added on the link but I think the problem is with the lighbox script or plugin that you’re using. Unfortunately, we won’t be able to provide support for third party plugins. Please contact the plugin author.

    Regards,
    Ismael

    Hi!

    Thank you for the info.

    There are script errors which may be cause by a plugin. Please try to deactivate all plugins then test it again.

    Cheers!
    Ismael

    in reply to: Integrating bitly/custom short URLs #297121

    Hey WordPressed!

    Thank you for using the theme.

    Unfortunately, we won’t be able to help you with this because you need to integrate the bitly url api on the theme which requires a bit of modification. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Best regards,
    Ismael

    in reply to: icons not showing either #297116

    Hi smudgedesign!

    Thank you for using the theme.

    Please try to deactivate the cache plugin then test the page again.

    Regards,
    Ismael

    in reply to: Controlling alignment of images and text #297115

    Hey!

    Thank you for using the theme.

    Have you tried adding a white space or horizontal rule element? Adjust the height in order to re align the element under. A screenshot of what you’re trying to do will help.

    Best regards,
    Ismael

    in reply to: Multi Site Usage #297113

    Hi there!

    Thank you for using the theme.

    You can upload it on the network admin then enable the theme for the site where you want to use Enfold.

    Cheers!
    Ismael

    in reply to: Image goes beyond layout element on IE and FIREFOX #295823

    Hey!

    Thank you for visiting the support forum.

    We can’t access the website. There’s a 504 error, maybe because of my slow internet. I’ll ask the rest of the support team to check. Make sure that you’re running the latest version of Enfold which is 2.9.1.

    Best regards,
    Ismael

    in reply to: Portfolio post category labels continued #295821

    Hey Richard!

    Thank you for the update.

    Please replace the code on functions.php with this:

    function add_stuff_to_portfolio_grid($output, $entry) {
    	$term_list = get_the_term_list( $entry->ID, 'portfolio_entries', '<div class="portfolio-term">', ', ', '</div>');
    	return $term_list;
    }
    add_filter('avf_portfolio_extra', 'add_stuff_to_portfolio_grid', 10, 2);

    Add this on Quick CSS or custom.css:

    .portfolio-term {
    text-align: left;
    }
    
    .grid-entry a[rel='tag'] {
    float: none !important;
    }

    Regards,
    Ismael

    in reply to: LS link to lightbox #295815

    Hi!

    Thank you for the update.

    Can you please add it again? Create a test page with a duplicated layer slider. We would like to check it. Right now, it is responsive.

    Best regards,
    Ismael

    in reply to: How to increase logo max width? #295814

    Hi connect4consulting!

    Thank you for using the theme.

    The link gives me a blank white page. What is the height of your logo? You can increase the height of the logo which will automatically increase the width as well. Go to Enfold > Header Layout > Header layout panel. Look for the Header Size option then set it to custom pixel value. Adjust the height.

    Regards,
    Ismael

    in reply to: Magazine and transparent in your template #295813

    Hi!

    Thank you for the update.

    I checked the home page but there is no promobox element there. If you don’t mind, please post a screenshot of the element that you’re trying to change.

    Regards,
    Ismael

    in reply to: Breakpoint for responisve menu? #295810

    Hi!

    Thank you for using the theme.

    @klondlike: Do you mind if we take a look at the actual website?


    @charger70
    : Thanks for helping out. Appreciated. :)


    @snackd
    : You can tackle this via javascript but it will require a bit of modification which falls beyond the scope of support. Please hire someone to do it for you. Thank you for your understanding.

    Regards,
    Ismael

Viewing 30 posts - 56,911 through 56,940 (of 67,197 total)