Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78238
    Angel
    Participant

    1. For featured content on the homepage I defined page content as content type, the content of the page is displayed however the HTML code that existed in the pages is being removed for some reason, leaving all plain and continuous text and without any type of formatting how can I get this fix, meaning including the HTML code in the featured content?

    2. For featured slider I am using an image type, how can I replace the default back and next arrow by images?

    Thanks,

    #78289
    Sakin
    Keymaster

    @Angel:
    1. Sorry, that is how the WordPress Excerpt text works. If you want HTML code with formatting then try “Image Content” in Featured Content Type. Otherwise, you need to build child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy function catchkathmandu_featured_content_page() to your child theme functions.php file and edit it.

    2. What do you want to change that next and previous arrow in the slider to. If you want to just change it from css. Then you can use the following css element and add your custom css in “Appearance => Theme Options => Custom CSS” box:

    #slider-nav a.slide-previous { }
    #slider-nav a.slide-next { }

    But if you want to change manually to text, then you need to build child theme and then copy function catchkathmandu_image_sliders() to your child theme functions.php file and edit it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured Page with embedded Html’ is closed to new replies.