Forum Replies Created

Viewing 30 posts - 56,941 through 56,970 (of 67,479 total)
  • Author
    Posts
  • in reply to: I have an error #303550

    Hi!

    Thank you for the info.

    Please post the website url here. We would like check it. Also, please deactivate all plugins then test it again.

    Best regards,
    Ismael

    Hey demtnman!

    Thank you for using Enfold.

    Please edit the table then set the Table Purpose to tabular then and the Responsive Styling to scrollable.

    Best regards,
    Ismael

    in reply to: Incredible widht ! #303548

    Hi!

    Thank you for the update.

    Please add this at the very bottom of Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .shop_columns_4 .products .product {
    width: 49% !important;
    }
    }

    Regards,
    Ismael

    in reply to: Image with Hotspot Element MIssing #303541

    Hey anthonyv9!

    Thank you for using Enfold.

    The element is located on the Media Elements panel. Please try to remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Important!!! Problem With WordPress 3.9.2 #303520

    Hi alessandro!

    Thank you for using Enfold.

    Please download the theme again from themeforest then upload it via FTP. Refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Also, try to deactivate all plugins then test it again.

    Best regards,
    Ismael

    in reply to: Sidebar stuff #303518

    Hey bethiebfit!

    Thank you for using the theme.

    You can increase the sidebar width to make room for the form. Add this on functions.php:

    function avia_increase_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' => 'eight', 		 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight');
    	$avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha',   'sidebar' => 'three alpha', 'meta' => 'three alpha', 'entry' => 'nine alpha');
    }
    add_action( 'init', 'avia_increase_sidebar_size', 1);

    Regarding the gap between sidebar widgets, use this on Quick CSS or custom.css:

    .widget {
    padding: 0 0 20px 0;
    }

    Cheers!
    Ismael

    in reply to: Add to Cart Product Counter Number in Header #303516

    Hey j1980mac!

    Thank you for using the theme.

    The counter on the kriesi.at menu is not dynamic. It is created using css. Unfortunately, this particular request 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 visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    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: Social media and Jetpack icons #303514

    Hey!

    There should be a :before pseudo selector before the social icon links but it’s not there. Did you copy any theme files on the child theme? If yes, please delete them then get the another copy from the parent theme folder.

    Regards,
    Ismael

    in reply to: Parallax Scrolling and Fixed Images iPad #303511

    Hi!

    Thank you for the update.

    Fixed background not working on iOS device is a common issue. Try to edit the color section then add an ID to it. Let’s use “fixed-bg” for example. Add this on Quick CSS or custom.css to set the background fixed on iPad:

    #fixed-bg {
        height: 100%;
        width: 100%;
        position: fixed !important;
        z-index: -1;
        top: 0;
    }
    

    Remove browser cache then test the page again.

    Regards,
    Ismael

    in reply to: White screen of death #303510

    Hi wacky32!

    Thank you for using Enfold.

    Did you install any plugin prior to the issue? You’re using a very old version of the theme, 2.5.2. Also, the WP version is only 3.8.2.
    Please download the latest version 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/

    Note that some elements on the theme might break after the update. You need to reconfigure the options or create them from scratch. Please update the theme as much as possible.

    Best regards,
    Ismael

    in reply to: Portfolio links #303509

    Hey!

    Thank you for the update.

    You can use the Advance Layout Builder to build the portfolio items. The portfolio item demo content are created using the ALB.

    Cheers!
    Ismael

    in reply to: Lightbox not working #303508

    Hey paulrus!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual website? Please try to deactivate all plugins, see it the lightbox works after.

    Cheers!
    Ismael

    in reply to: Blog Posts Overlay #302398

    Hey blankonblank!

    Thank you for using Enfold.

    You can change the icons for hover effects on functions.php. Look for this code on line 216:

    //image hover overlays		
        'ov_external'	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue832'),
        'ov_image'		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue869'),
        'ov_video'		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue897'),

    Change the icon character code. For example, we’ll change the ov_external icon to something else. Find this code:

    'ov_external'	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue832'),
    

    Replace the icon character code ue832:

    'ov_external'	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue803'),
    

    You can find the character codes by hovering over the icon list. Find the character codes by hovering over the icons when editing any elements with icons on posts or pages:

    Cheers!
    Ismael

    in reply to: Background image and text position question.. #302397

    Hey!

    You need to create that using html on a text block then add the appropriate css. This is the html structure that they use:

    <div id="work" class="bl">
    			<div class="bl_center">
    				<span class="title">Как мы работаем</span>
    				<div class="steps">
    					<div class="row r">
    						<span class="t1">Шаг 1</span>
    						<span class="t2">
    							Вы оставляете заявку на нашем <br>сайте. Мы подбираем для Вас <br>подходящие варианты
    						</span>
    					</div>
    					<div class="row l">
    						<span class="t1">Шаг 2</span>
    						<span class="t2">
    							Мы организуем просмотр <br>недвижимости в Испании
    						</span>
    					</div>
    					<div class="row r">
    						<span class="t1">Шаг 3</span>
    						<span class="t2">
    							Вы выбираете понравившийся <br>вариант и заключаете контракт с<br> застройщиком
    						</span>
    					</div>
    					<div class="row l">
    						<span class="t1">Шаг 4</span>
    						<span class="t2">
    							Мы оформляем все необходимые<br> документы для сопровождения <br>сделки и государственной <br> регистрации
    						</span>
    					</div>
    				</div>
    				<span class="family"><img src="img/family.jpg" alt="" title=""></span>
    			</div>
    		</div>

    Cheers!
    Ismael

    in reply to: IMAGES > Remove hover icon when mouse over #302392

    Hi victor!

    Thank you for using the theme.

    Add the noLightbox or noHover class on the link. For example, edit the tab content:

    <a href="http://coolsitemachine.com/wp-content/uploads/2014/08/historyCollage2.jpg" class="lightbox-added alignright" style="float: right; margin: 0px; padding: 0px;"><img class="alignright wp-image-3516 size-full" src="http://coolsitemachine.com/wp-content/uploads/2014/08/historyCollage2.jpg" alt="historyCollage2" width="350" height="551" data-wp-imgselect="1"><span class="image-overlay overlay-type-image" style="left: 5px; top: 4px; overflow: hidden; display: block; height: 551px; width: 360px;"><span class="image-overlay-inside"></span></span></a>
    

    Replace it with:

    <a class="noLightbox noHover  alignright" style="float: right; margin: 0px; padding: 0px;" href="http://coolsitemachine.com/wp-content/uploads/2014/08/historyCollage2.jpg"><img class="noHover alignright wp-image-3516 size-full" src="http://coolsitemachine.com/wp-content/uploads/2014/08/historyCollage2.jpg" alt="historyCollage2" width="350" height="551" data-wp-imgselect="1"></a>
    

    Best regards,
    Ismael

    in reply to: Positioning logo #302389

    Hi axelfx07!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    strong.logo {
    top: 20px;
    }
    
    .header-scrolled strong.logo {
    top: 0;
    }

    Cheers!
    Ismael

    in reply to: Importing Fontello font zip issue #302382

    Hey!

    Thank you for the info.

    The problem is you’re using a very old version of the theme, 2.6.2. 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/

    Note that some elements of the theme might break after the update so you have to update or create them from scratch.

    Cheers!
    Ismael

    in reply to: Need to change transparency on Image #302375

    Hey Ed!

    Thank you for using Enfold.

    Are you referring to the image overlay? Looks like you managed to change the opacity of the hover effect. Is that what you want to do?

    Regards,
    Ismael

    in reply to: parallax effect #302374

    Hi jdrakeproductions!

    Thank you for using Enfold.

    The http://www.getkathie.com/ is on maintenance mode. We need a temporary login detail to see the actual page. Please post it here and set it as a private reply.

    Best regards,
    Ismael

    in reply to: Editing the main navigation #302373

    Hi alexmasica!

    Thank you for using the theme.

    1.) Go to Enfold > Advanced Styling panel then insert the Main Menu Links element to change the appearance of the main menu.

    2.) Change the menu hover effect with this:

    .avia-menu-fx {
    position: absolute;
    bottom: -1px;
    height: 5px;
    }

    Best regards,
    Ismael

    in reply to: Editing blog post text styles #302372

    Hi alexmasica!

    Thank you for visiting Kriesi’s support forum.

    Use this on Quick CSS or custom.css to change the font size of the post:

    .container.template-blog p {
    font-size: 20px;
    }

    Cheers!
    Ismael

    in reply to: Issues with the Blog Style and the Featured Image #302371

    Hey alexmasica!

    Thank you for using Enfold.

    First, we need to see the actual home page with the blog grid style posts then the blog page. We would like to inspect it.

    Best regards,
    Ismael

    in reply to: Disable Link Overlay #302370

    Hi jdrakeproductions!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css to disable the image hover:

    span.image-overlay {
    display: none !important;
    }

    Cheers!
    Ismael

    in reply to: Header Transparent — Can't change #302369

    Hi!

    Thank you for using Enfold.

    Checked the website again and the header is not transparent. On what browser and OS are you testing this?

    Best regards,
    Ismael

    in reply to: Menu blanks out on page #302368

    Hi!

    Thank you for using the theme.

    The menu looks fine when I checked it. A screenshot of the issue will help. You can change the menu color or appearance on Enfold > Advanced Styling panel. Edit the Main Menu Links element.

    Best regards,
    Ismael

    Hey gowapi!

    Thank you for visiting Kriesi’s support forum.

    Unfortunately, this particular feature is not possible with the slider and 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 visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    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: Editing the sidebar text styling #302363

    Hey alexmasica!

    Thank you for using Enfold.

    1.) Add this on Quick CSS:

    h3.widgettitle {
    font-size: 20px;
    color: orange;
    }

    2.) Use this on the recent post links:

    .widget_recent_entries ul li a {
    font-size: 15px;
    }

    Cheers!
    Ismael

    in reply to: Changing text color to blog post titles and links #302360

    Hey alexmasica!

    Thank you for using Enfold.

    Change the post color of the post title with this:

    h2.post-title.entry-title {
    color: orange !important;
    }

    Add the underline when hovered using this:

    h2.post-title.entry-title:hover {
    text-decoration: underline;
    }

    Remove the link on single post view using this:

    .single h1.post-title.entry-title a {
    pointer-events: none;
    }

    Cheers!
    Ismael

    in reply to: Defaut template #302356

    Hey!

    Unfortunately, no, it’s not possible yet. You need to apply the transparency option for each post.

    Best regards,
    Ismael

    in reply to: Layout Builder and Custom Post #302355

    Hi!

    I edited my last comment above. My mistake. You can use a filter to add the ALB on post. Issues are usually minor like featured image not working, contents might not be rendered as usual etc.

    Best regards,
    Ismael

Viewing 30 posts - 56,941 through 56,970 (of 67,479 total)