• Hello,

    I trying to figure out the code guide in a website that I’m working on, when I open the page: I find codes like this:
    [section class=”text-left”][dropcap]Wefancied there might be other men upon Mars…[/dropcap][line class=”transparent”][column large=”6″ first=”true”]
    ——————
    I’m not sure what are these codes: [column large=”6″ first=”true”] and [section class=”text-left”] … etc

    The theme is using: Redux Framework 3.5.

    But I would like to figure out the codes in the pages, where are they from and if there is any guide to understand that so I can use it.

    any one know what are the codes are, please help.

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Vamsi

    (@mannemvamsi)

    There are called shortcodes. Your theme files should you the functions corresponding to those shortcodes.

    You can find more information from here https://codex.www.ads-software.com/Shortcode_API

    Thread Starter loudy_ca

    (@loudy_ca)

    How I can center : Call us
    [column large=”6″ last=”true”][title level=”h3″]Call Us[/title]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/column]

    ————–
    I could not find any in the guide

    Vamsi

    (@mannemvamsi)

    Find the function that is rendering your shortcode and add define a class to the wrapper “CALL US”.

    Add css to that class to align center.

    Or paste your link. I will check if anything can be done just adding css.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help guide’ is closed to new replies.