• Resolved irinavino

    (@irinavino)


    I am using the basic code in Google Chrome

    [tabby title=”First Tab”] Tabby ipsum dolor sit amet, kitty sunbathe dolor, feed me. [tabby title=”Second Tab”] Lay down in your way catnip stuck in a tree, sunbathe kittens. [tabby title=”Third Tab”] sleep in the sink climb the curtains attack, give me fish. [tabbyending]

    But the result comes like that:

    FIRST TAB
    Tabby ipsum dolor sit amet, kitty sunbathe dolor, feed me.
    SECOND TAB
    Lay down in your way catnip stuck in a tree, sunbathe kittens.
    THIRD TAB
    sleep in the sink climb the curtains attack, give me fish.

    Irina at http://www.iv-law.com

Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author cubecolour

    (@numeeja)

    It looks like you are using unmatched curly quotes. Please delete the shortcodes and try typing them manually (don’t copy & paste any example code) and use straight quotes for the title parameter values – ie " rather than

    • This reply was modified 9 years, 3 months ago by cubecolour.
    Thread Starter irinavino

    (@irinavino)

    Thank you for responding!!!
    I tried but it is the same 🙁

    [tabby title=’Fiance visa ‘]

    Fiancé Visas are generally considered the quickest vehicle to legally bring a foreign fiancé to the U.S. with the intentions of marriage and immigration.

    [tabby title=’Work Visas’]

    The H-1B visa is a non-immigrant visa that may be used to bring a worker temporarily to the United States if the employee will work in a “specialty occupation” or a professional position.

    [tabby title=’Students’]

    An F-1 visa is a non-immigrant visa issued by a United States Consulate abroad to an alien who plans to come to the United States to pursue full-time studies at a U.S. educational school or institution. Generally, the U.S. Consular Office has total discretion to grant or deny the visa. Foreign students who wish to obtain an F-1 visa must plan to pursue a full course of study in an approved college, university, seminary, conservatory, academia high school, private elementary school, other academic institution, and/or language training program in the United States.

    [tabbyending]

    FIANCE VISA
    Fiancé Visas are generally considered the quickest vehicle to legally bring a foreign fiancé to the U.S. with the intentions of marriage and immigration.

    WORK VISAS
    The H-1B visa is a non-immigrant visa that may be used to bring a worker temporarily to the United States if the employee will work in a “specialty occupation” or a professional position.

    STUDENTS
    An F-1 visa is a non-immigrant visa issued by a United States Consulate abroad to an alien who plans to come to the United States to pursue full-time studies at a U.S. educational school or institution. Generally, the U.S. Consular Office has total discretion to grant or deny the visa. Foreign students who wish to obtain an F-1 visa must plan to pursue a full course of study in an approved college, university, seminary, conservatory, academia high school, private elementary school, other academic institution, and/or language training program in the United States.

    Plugin Author cubecolour

    (@numeeja)

    Please link to the page where I can see this on your site

    Thread Starter irinavino

    (@irinavino)

    Plugin Author cubecolour

    (@numeeja)

    I can see that the plugin is installed, however I cannot see its scripts included in your page source.

    There are a few things that could potentially cause this. As you appear to be using a custom theme on your site, the first thing to check is that the mandatory wp-footer() action hook (https://codex.wordpress.org/Function_Reference/wp_footer) is present in the theme’s footer.php (or whichever theme file generates the footer) as this hook is used to attach the scripts,

    If you open the footer.php in a text editor. do you see a:

    wp_footer();

    line?

    Thread Starter irinavino

    (@irinavino)

    no, i do not see it. should i add it?

    Thread Starter irinavino

    (@irinavino)

    I do not see it.

    [Large code excerpt removed by moderator per forum rules. Please use Pastebin or a Gist for all large code excerpts, they work better anyway.]

    • This reply was modified 9 years, 3 months ago by James Huff.
    • This reply was modified 9 years, 3 months ago by James Huff.
    Plugin Author cubecolour

    (@numeeja)

    If you don’t see the wp-footer() hook https://codex.wordpress.org/Function_Reference/wp_footer you can try adding it just before the closing body tag.

    eg:

    
    
    <?php wp_footer(); ?>
    
    </body>
    
    </html>
    

    It is best to not make this edit in the WordPress theme editor as a tiny typo can potentially bring the whole site down until it is corrected, including access to the theme editor. It is preferable to use a text editor and upload the file by ftp to ensure you can easily reverse the change in case of a problem.

    • This reply was modified 9 years, 3 months ago by cubecolour.
    Thread Starter irinavino

    (@irinavino)

    Thank you very much! I will work on it.

    Thread Starter irinavino

    (@irinavino)

    Yes!!! Fixed!!! Thanks a lot!!!

    Thread Starter irinavino

    (@irinavino)

    Cubecolour, Now, I want to have the content similar to this page
    http://www.iv-law.com/immigration-lawyer/immigration-bars-and-waivers/

    within the Tabs. Is it possible? Can I use it with SiteOrigin Builder?

    Plugin Author cubecolour

    (@numeeja)

    I have never used siteorigin builder (or any other page builder) so I don’t now anything about its capabilities or how it is used, but just about any content that can be added to the text/visual editor can be placed beneath a tabby shortcode to appear in the tab, with the exception of some dynamically generated content (eg the output from some gallery plugins) which are unable to render correctly if they are not visible on page load.

    Thread Starter irinavino

    (@irinavino)

    Thanks again!

    Hi im also having issues the tabby plugin showing up. My footer php file does have the call to function <?php wp_footer(); ?>

    The tabby text is copied and tasted from the tabby website, it just shows up as text on my website. if you wish to access website please contact me via email.

    Plugin Author cubecolour

    (@numeeja)

    Try deleting the copied & pasted shortcodes and type them in manually. If that does not solve the issue, please open a new topic and provide a link to a page on your site where the issue can be seen.

    Please note that this topic has been set as resolved, and your issue is likely to have a different cause. Also I can only provide free support on the forum where all communication takes place on the forum.

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Can’t make it work :(’ is closed to new replies.