Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #122021
    Marius
    Participant

    Hi there,
    for the Parallax Frame Pro Theme I have the following issues for which I need your help: see >> http://osirisaudio.de/

    1. How can I switch off the Papge title? As the Hero section just below the slider is now used for “Produktneuheiten/product news” as content, so it is a redundancy to provide the page title again below. Is there a way just to switch off the title only for the main page?
    2. Within the Hero content, a empty button still shows up, even if the button function is not active in the customizer. How can I switch off the button function if not neeeded for a certain issue.

    thanks and best regards Marius

    #122026
    Marius
    Participant

    …further
    3. How can I switch or rearrange the order of Hero Content, Portfolio etc. and Page content. Is there a way to change the order of the different contents?
    Thank you for your answer

    Marius Todor

    #122031
    Mahesh
    Keymaster

    @mariustodor: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
    1.

    .home #content #main .entry-header {
    	display: none;
    }

    2. This issue will be fixed in the next update. For now please fix it with following CSS:

    #hero-section .hero-image-content .readmore {
    	display: none;
    }

    3. For that, you have to change it manually. Example: You are using Custom Content in Hero content, if you want to show 2nd, 4th, 3rd and 1st then you have to change it accordingly in the settings.

    Hope you understood what I mean. Let me know further if you have any problem.

    Regards,
    Mahesh

    #122078
    Marius
    Participant

    Hi Mahesh,

    Thanx a lot for your very fast reply.
    My 3. Issue was maybe a bit misleading: >> 3. How can I switch or rearrange the order of the contents themselves,
    for example 1st = Portfolio then 2nd = Hero Content and 3rd for example Start-Page content or whatever order is needed between the contents(hope this is clearer now). Is there a way to change the order of the contents?

    best regards

    Marius Todor

    #122098
    Mahesh
    Keymaster

    @mariustodor: Thank you for clarifying. Yes, this can be done through child theme. You have other content in-between the above content. Please mention the elements in order that you want it to be displayed and I’ll provide you the code.

    Regards,
    Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Page Title and Switching Off Button function in Hero Content’ is closed to new replies.