Boaz

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Forum Replies Created

Viewing 20 posts - 361 through 380 (of 484 total)
  • Author
    Posts
  • in reply to: Problem with links to emails #1833

    Boaz
    Keymaster

    Hi,
    The links are working properly on my computer:
    I click the link and it launch a gmail window.

    It can be an issue of your browser configurations.
    Please check this from few other computers and let us know if it still occurs.

    in reply to: heading issues – causing accessibility issues #1831

    Boaz
    Keymaster

    For now there isn’t an option to control the widget’s headlines.
    But you can change it by adding a function to the function.php file.

    1. Make sure you are working with a child theme.
    2. add this lines of code to function.php file (you can change it to <h3> if you want):

    
    function pojo24475_setup_builder_widget_args( $args ) {
        $args['before_title'] = '<h2 class="pb-widget-title"><span>';
        $args['after_title'] = '</span></h2>';
        
        return $args;
    }
    add_filter( 'pb_empty_widget_args', 'pojo24475_setup_builder_widget_args' );

    Boaz
    Keymaster

    I’ve created a page with a sidebar widget and it seems to work fine:
    http://dev.jewishcoffeehouse.com/?page_id=2451

    in reply to: color labels – how do they work? #1829

    Boaz
    Keymaster

    I checked your widget settings and i see that the color label isn’t “Jewish World”.
    When i changed the first one, and it seems to work (unless i don’t completely understood your meaning):

    View post on imgur.com

    in reply to: color labels – how do they work? #1826

    Boaz
    Keymaster

    I’m not sure i understand exactly what you did..
    Can you give us access to your website?


    Boaz
    Keymaster

    Do you want to give us access to your admin panel, so we could check?


    Boaz
    Keymaster

    Elementor
    1. Are you referring to the News Ticker? If so, it’s available also with elementor.
    2. What do you mean freezes the page? You need to go out and start from the beginning?

    Builder
    1. Did you notice that there is Posts widget and Posts Group widget?
    If you are using the posts widget you can display it as a simple list, for example.

    2. You can insert it into the widget area called “Title bar area” and than go to:
    Homepage > Title Bar > Background Style > Widgets Area > Title bar area.

    3. See answer no. 1.

    4. Correct. We will add other features to Elementor during the next weeks, and i hope you will find it more and more suited to your needs.

    in reply to: test my web regarding load time with Pingdom.com #1820

    Boaz
    Keymaster
    This reply has been marked as private.
    in reply to: color labels – how do they work? #1819

    Boaz
    Keymaster

    These labels take place when you are editing a widget.
    In every widget editing you have an option called ‘widget style’.
    There you can choose your color number (the one you can configure in the customizer).

    in reply to: LANGUAGE ADDITION (TOSAF SAFOT) #1818

    Boaz
    Keymaster

    Hi Naomi,
    You should use an external plugin such as WPML or POLYLANG.

    in reply to: Category TinyMCE #1814

    Boaz
    Keymaster

    Hi Daniel,
    You can add it here:
    loop/archive.php

    in reply to: Add … to the excerpt #1812

    Boaz
    Keymaster

    There is no built-in way to do this.

    in reply to: my mobile menu disappeared #1808

    Boaz
    Keymaster

    Hi Tamar,
    It’s because the background is white and the menu is white…
    Just add this CSS:

    .navbar-toggle .icon-bar {
      background-color:#000;
    }
    in reply to: GIF support #1805

    Boaz
    Keymaster

    You can upload GIFs as every other media file.

    in reply to: Breadcrumbs don't work #1804

    Boaz
    Keymaster

    Hi Vered,
    Can you show me a specific example?
    I’m trying to find this 404 page, but without success.
    If you can direct me to this behavior, it will help.
    Thanks

    in reply to: The slider presentation on mobile #1802

    Boaz
    Keymaster

    You are most welcome 🙂

    in reply to: The slider presentation on mobile #1799

    Boaz
    Keymaster

    The problem occurred because of the 60px margin you have added.
    Now it seems fine.

    View post on imgur.com

    in reply to: The slider presentation on mobile #1797

    Boaz
    Keymaster

    Can you send me an access to your admin panel?

    in reply to: Backup #1795

    Boaz
    Keymaster

    I would check the backup options Godaddy is offering.
    In addition, this is a recommended plugin:
    https://wordpress.org/plugins/updraftplus/

    in reply to: The slider presentation on mobile #1794

    Boaz
    Keymaster

    Hi Amir,
    Thanks for the compliments 🙂
    Are you referring to the Slider Revolution or to our Slideshow widget.
    If it’s the latter can you please direct me to a specific page where it’s located?

Viewing 20 posts - 361 through 380 (of 484 total)