New Landing How can we help? Cardinal Change widget title portfolio carrousel H3 to H2

Viewing 15 posts - 1 through 15 (of 43 total)
  • Posted in: Cardinal
  • #136427
    Malaika
    Member
    Post count: 88

    Hi,

    How can I change the widget title of my portfolio carrousel H3 to H2?

    Thank you!

    Malaika

    #136465
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You’ll have to edit the portfolio-carousel.php file in the swift-framework/pagebuilder/builder/shortcodes folder

    – Kyle

    #136635
    Malaika
    Member
    Post count: 88

    What do I need to put in the shortcodes folder? Do you have the shortcode for me?

    #137082
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You don’t need to put anything there, you need to edit the portfolio-carousel.php file that’s already in the folder. Find the h3 and change it to h2 then save the file

    – Kyle

    #137752
    Malaika
    Member
    Post count: 88

    Sorry, but I don’t understand. Hope you can take me through step by step or by sending me a link?

    Thanks!

    #137814
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit portfolio-carousel.php file in the /cardinal/swift-framework/pagebuilder/builder/shortcodes through FTP software.

    Find this code:-
    if ($title != '') { $output .= '<h3 class="spb-heading"><span>'.$title.'</span></h3>'; }
    
    Change with:-
    if ($title != '') { $output .= '<h2 class="spb-heading"><span>'.$title.'</span></h2>'; }

    Thanks
    Mohammad

    #138004
    Malaika
    Member
    Post count: 88

    Ah, now I understand, in the FTP! Thanks for your trouble!

    #138027
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Have you sorted this issue?
    Thanks
    Mohammad

    #138199
    Malaika
    Member
    Post count: 88

    Yes, Thank you Mohammed!

    #138221
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and Happy New Year 2015.
    Thanks
    Mohammad

    #167439
    Malaika
    Member
    Post count: 88

    Hi, Thanks for all the help. The only problem is that ever since I changed my recent-post.php and portfolio-carousel.php from h3 to h2 the arrow on the right side look strange.

    mad-work.com/test

    Can you please tell me how to change this?

    Thanks!

    #167445
    Malaika
    Member
    Post count: 88

    Revised:

    After just updating the theme all that I had changed in php has turned back into the old state. So arrows are fine, but h3 is no longer changed as I had done to h2.

    Is this normal?

    #167449
    Kirsten
    Member
    Post count: 192

    Hi Malaika,

    If you want to make changes to the theme make sure you do it with a child theme (Google that). The theme has allready a child theme included.

    Then changes won’t be overwritten when updates are made.

    Best,
    Kirsten

    #167470
    Malaika
    Member
    Post count: 88

    Thank you Kirsten, I had just done that, but the childtheme was changed back too strangely enough.

    Another question: I would like for the overlay text of my images (posts and portfolio) to stay fixed instead over fade in. Is there a css code I can use for this?

    It should be somthing like on this page: http://www.airbnb.com (e.g. “NEW YORK”)

    Thank you!

    #167525
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Sure, what’s your link?

    – Kyle

Viewing 15 posts - 1 through 15 (of 43 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register