Forum Replies Created

Viewing 30 posts - 62,191 through 62,220 (of 66,017 total)
  • Author
    Posts
  • in reply to: Ajax Popup Text Area Width #178263

    Hey!

    Please add this on your custom.css or Quick CSS to increase the width of the portfolio content table:

    .av_table_col.portfolio-entry.portfolio-preview-content {
    width: 100%;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Icon-list icons not showing #178261

    Hey AllPortugal!

    Have you tried building the icon list again? I visited the site and icon list shows up fine. What browser are you testing this with?

    Regards,
    Ismael

    in reply to: Site Logo Has Become REALLY small #178260

    Hey PPCHound!

    Please add this on your custom.css or Quick CSS:

    .logo img {
    max-width: 230px !important;
    }

    Best regards,
    Ismael

    in reply to: Size of the logo #178256

    Hi!

    Upload a larger logo image then select the size that you want before you click “Add image as Logo” button. Add this on your custom.css or Quick CSS:

    .logo, .logo a {
    min-width: 400px;
    }

    Adjust the minimum width of the logo according to your logo size.

    Cheers!
    Ismael

    in reply to: articles layout like the pages ? #178254

    Hi radis92!

    Please watch this video: https://vimeo.com/64996057

    You need to edit config-templatebuilder > avia-template-builder > config > meta.php, find this code:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    Replace it with:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    Regards,
    Ismael

    in reply to: Mobile menu sooner #178250

    Hi!

    The link you provided has “Internal Server Error”. You can increase the switchWidth value to make the mobile menu appear on larger screens. Find this code on line 87 inside js > avia.js:

    switchWidth = 767;

    Replace it with:

    switchWidth = 1024;

    Remove browser cache then reload the page a few times. Resize the browser to less than 1024px, the mobile menu should show right away.

    Regards,
    Ismael

    in reply to: Header in the phone only to half #178248

    Hey!

    Please add this on your custom.css or Quick CSS:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .logo img, .logo, .logo a {
    min-height: 100px;
    min-width: 400px;
    }
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Medium-sized image for image post with excerp right #178247

    Hi!

    Please add this on your custom.css or Quick CSS:

    .big-preview.single-big {
    float: left;
    width: 50%;
    margin-right: 20px;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Layerslider got cutoff in Responsive Mode #178245

    Hi!

    Can you please post the link to your website? You can add the url of the video inside an anchor tag, use the Div / Video field. This will open the video on a lightbox.

    <a href="VIDEO URL HERE" rel="lightbox"><img src="IMAGE OR VIDEO THUMBNAIL URL HERE"></a>

    Best regards,
    Ismael

    in reply to: Insert Video on Fullscreen Slideshow #178244

    Hey!

    Unfortunately, that is not possible at the moment. You can use the LayerSlider to insert a video element on a slideshow. You can request the feature here: https://kriesi.at/support/topic/enfold-feature-requests/

    Best regards,
    Ismael

    in reply to: Video tutorials #178243

    Hey!

    Please let us know if you encounter any problems. :)

    Cheers!
    Ismael

    in reply to: Enfold Showcase #178242

    Hi!


    @zerozendesign
    : Beautiful website. Looks like a minefield of cuteness. Nice job!

    Regards,
    Ismael

    in reply to: Gallery Thumbnail Sizes #178226

    Hey cannonballb!

    Please post the login details and set it as a private reply. We would like to inspect the page with the gallery, please post the actual link here.

    Best regards,
    Ismael

    in reply to: Just a few questions… #178225

    Hi cyrusis!

    1.) Can you please post a link to your website?

    2.) Edit css > grid.css, look for any #boxed selectors then increase the width.

    3.) Please give us a link to the columns with animations. You can use media queries to target the mobile view.

    Cheers!
    Ismael

    in reply to: upgrade to version 2.3.2 #178223

    Hey yukanl!

    There are lots of changes on the theme files and I doubt if Kriesi will have the time to pin point each files that is changed. Please create a “Change Log” to list all of the modifications that you created or you can use a child theme to preserve them.

    Best regards,
    Ismael

    in reply to: Layerslider not saving #178221

    Hi Marssolutions!

    Did you add a plugin prior to the issue? Please deactivate them. Can you please post a link to the website?

    Best regards,
    Ismael

    in reply to: Top Menu & Side Navigation Issues #178219

    Hi!

    Please post a screenshot of what you’re trying to do. The code above shifted the sidebar to the right essentially removing some space.

    Best regards,
    Ismael

    in reply to: Line Break Issue in Visual / Text Editing #178218

    Hey esotEric!

    I think this has been fix on the latest update of Enfold. Do you have Enfold 2.3.2? Please download it on your themeforest account.

    Best regards,
    Ismael

    in reply to: Portfolio Images All Mysteriously Gone #178214

    Hey!

    Have you installed a plugin prior to the issue? Please use this plugin to regenerate the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    in reply to: Header menu button #178210

    Hey!

    What OS are you testing this with? The screenshot above is taken from Chrome Windows 7 64bit. Even if I resize the browser, the login doesn’t get out of alignment.

    Regards,
    Ismael

    in reply to: Images in Icon Boxes Distorted In IE8 #178208

    Hi PPCHound!

    What do you mean by distorted? IE8 doesn’t support border radius and the round icons on icon boxes will display as square.

    Best regards,
    Ismael

    Hi!

    You are using a plugin call WP User Frontend and it is creating a wpuf attachments or thumbnail. Please add this on your custom.css or Quick CSS:

    .wpuf-attachments {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Partner/Logo element is a mess on IE10 #178206

    Hi!

    Let us know if it fix the issue. Please give us a link to your website so that we can inspect it.

    Regards,
    Ismael

    in reply to: Imaged not centered on certains devices in layerslider #178205

    Hi chryseis!

    Please check your website here: http://responsinator.com/?url=http%3A%2F%2Fwww.calliframe.com%2F

    All layer slider elements are centered on mobile view. Your settings are correct. The Layers Container will create a new container and constrain all slider elements inside. This new container will always be aligned at the middle or center of the Layer Slider.

    Best regards,
    Ismael

    in reply to: Button in Header #178204

    Hey franktw!

    You can refer to this link: http://codex.wordpress.org/Function_Reference/wp_register

    Edit header.php then add the code after the wp_nav:

    <a href="http://www.example.com/wp-login.php?action=register">Register</a>

    Replace http://www.example.com with your domain name.

    Best regards,
    Ismael

    in reply to: How to add a new icon sub-top-navigation for phone? #177851

    Hey!

    Follow Dude’s Instruction:

    1) Please edit /wp-content/themes/enfold/includes/admin/register-admin-options.php and search for

    
    								"subtype" => array(
    
    									'500px' 	=> 'five_100_px',
    									'Behance' 	=> 'behance',
    									'Dribbble' 	=> 'dribbble',
    									'Facebook' 	=> 'facebook',
    									'Flickr' 	=> 'flickr',
    									'Google Plus' => 'gplus',
    									'Instagram'  => 'instagram',
    									'LinkedIn' 	=> 'linkedin',
    									'Pinterest' 	=> 'pinterest',
    									'Skype' 	=> 'skype',
    									'Soundcloud'=> 'soundcloud',
    									'Tumblr' 	=> 'tumblr',
    									'Twitter' 	=> 'twitter',
    									'Vimeo' 	=> 'vimeo',
    									'Xing' 		=> 'xing',
    									'Youtube'   => 'youtube',
    									'Special: RSS (add RSS URL, leave blank if you want to use default WordPress RSS feed)' => 'rss',
    									'Special: Email Icon (add URL to a contact form)' => 'mail',
    
    								)),
    

    You can add your social media icon to the array. The first value represents the caption in the dropdown, the second value will be used to show embed the icon (icon/character code). We’ll include a filter in the next update which helps you to add a social icon without modifying the theme files.

    Then add following code to functions.php

    
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['behance']	 = array( 'font' =>'entypo-fontello', 'icon' => 'ue915');
    return $icons;
    }
    

    and instead of “behance” insert the option value of your social icon (replace it with the same value you used for the “icon/character code” in step 1). You also need to replace ue915 with the character code of your icon – if you don’t know it you can use fontello.com to look up the default values (click on the social icon and select “Customize Codes”).

    Cheers!
    Peter

    in reply to: Where to change the "double" h1 tag in blog posts? #177849

    Hi!

    Please try to copy the whole avia_title function on the child theme’s functions.php.

    Cheers!
    Ismael

    in reply to: Square top images only for portfolio entries? #177847

    Hey!

    Glad it worked. :)

    Cheers!
    Ismael

    Hi!

    Please post your login details here. Set it as a private reply so you and only moderators can see it.

    Best regards,
    Ismael

    in reply to: Menu Bugs[Table & Desktop] #177774

    Hi!

    The link you provided is broken: http://sandbox.hipcure.com/philsouth

    I tried the http://sandbox.hipcure.com but it is broken too or doesn’t exist. Are you sure this is the correct link ?

    Cheers!
    Ismael

Viewing 30 posts - 62,191 through 62,220 (of 66,017 total)