ab-themes

Forum Replies Created

Viewing 10 posts - 11 through 20 (of 5,639 total)
  • Author
    Posts
  • in reply to: I can't find "Full Width". #17971

    ab-themes
    Keymaster

    Hi,

    please open your page-front-page-revolution-slider-fullwidth.php file
    (you can find it here \wp-content\themes\vozx\page-front-page-revolution-slider-fullwidth.php)

    and delete all code from line 12 to line 25.

    That would be this code:

    <?php get_template_part('partials/header_menu');?>
    
    <section id="ABdev_main_slider">
    	<?php
    	if( isset( $values['revslider_alias'][0]) && $values['revslider_alias'][0] != '' ){
    		if(function_exists('putRevSlider')){
    			putRevSlider( $values['revslider_alias'][0] );
    		}
    	}
    	else{
    		_e('You did not select any slider in <i>Front Page Options</i> metabox.', 'ABdev_vozx');
    	}
    	?>
    </section>

    After that go to Plugins in your Dashboard and deactivated Revolution slider plugin. Now should all works fine.

    Kind regards

    • This reply was modified 7 years, 9 months ago by  ab-themes.
    in reply to: Multilanguage plugin recomendation #17970

    ab-themes
    Keymaster

    Hi,

    this is odd. From our side it is 2.2.0 version.

    All should works fine. But if you want, in a private field below you can send us your FTP credentials so we can take a better look for each case :)

    Kind regards

    in reply to: Empty Space Between Sectios #17957

    ab-themes
    Keymaster

    Hi,

    as we see this is happening because of padding on section.

    Please edit first section and then click on second tab named Customize. There you can change padding.
    For example, when you edit upper section add padding bottom to 0(zero). After that edit section below and go to Customize tab
    and there set 0 to padding top. If you do that space will disappear. Look at the screenshot below :)

    Kind regards

    in reply to: Portfolio Gallery – Disable autoplay #17954

    ab-themes
    Keymaster

    Hi,

    please open your custom.js file in js folder
    (you can find it here wp-content\themes\jomelle\js\custom.js)

    and on line 305 you have this code

    manualAdvance: false,

    just replace it with

    manualAdvance: true,

    Now should all works fine :)

    Cheers

    in reply to: member overlay #17953

    ab-themes
    Keymaster

    No problem,

    we are glad to help you :)

    Cheers

    in reply to: I can't find "Full Width". #17951

    ab-themes
    Keymaster

    Hi,

    to do as your wish, we need your WordPress and FTP credentials so we can access your backend and your files.

    Please send us that in a private field so we can help you.

    Regards

    in reply to: member overlay #17949

    ab-themes
    Keymaster

    Hi,

    this would be customization of our theme and we do not support customizations.

    But, we did it for you :)

    So, in the attachment we are sending you team_tc.php file. Download that file, unzip it and then open elements folder
    (you can find it here \wp-content\themes\salamat\elements). In that folder you can find your team_tc.php. Replace it with team_tc.php that we send you.

    Also, open your style.css file
    (you can find it here \wp-content\themes\salamat\style.css)

    and in the end of that file paste this code:

    .tcvpb_team_member .tcvpb_overlayed .tcvpb_overlay p.your_number,
    .tcvpb_team_member .tcvpb_overlayed .tcvpb_overlay p.text_short_bio{
    	color: #fff;
    }

    After that open your the-creator.css file in css folder
    (you can find it here \wp-content\themes\salamat\css\the-creator.css)

    and on line 1935 you have this code:

    .tcvpb_team_member .tcvpb_overlayed .tcvpb_overlay p{
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
      	text-align: center;
    }

    Replace that code with this new one:

    .tcvpb_team_member .tcvpb_overlayed .tcvpb_overlay p{
        display: block;
        vertical-align: top;
        line-height: 40px;
        text-align: center;
        width: 100%;
        position: relative;
        top: -75%;
        margin-bottom: 0;
    }

    Edit your page and when you edit your Team element you can see two new fields, “Phone number” and “Short description”.

    Cheers

    in reply to: I can't find "Full Width". #17940

    ab-themes
    Keymaster

    Hello,

    when you edit your page, on the right side you can see “Page Attributes” box. Click on Template (always when you add new page it is set on Default template) and select “Front Page – Revolution Slider Fullwidth” (example screenshot in attachment).

    Cheers

    in reply to: member overlay #17936

    ab-themes
    Keymaster

    Hi,

    if we understand you well, you want to when you hover at team member and red overlay is displayed put some text and phone number below icon mail?

    Kind regards

    in reply to: Disable the loading progress indicator #17924

    ab-themes
    Keymaster

    Hi,

    at your Dashboard go to Appearance and then click on Customize. After that click on first tab named “General” and scroll down to the end. You will see option “Use Preloader”. Turn that off and loader will not display anymore.

    Kind regards

Viewing 10 posts - 11 through 20 (of 5,639 total)