Forum Replies Created

Viewing 30 posts - 121 through 150 (of 156 total)
  • Author
    Posts
  • in reply to: Issues with translating to Farsi RTL Language #305143

    the order should be plane>graph>phone !

    in reply to: Issues with translating to Farsi RTL Language #305142

    Josue,

    As Farsi is a RTL langiage, the box which is on the right side in desktop view should come first on the top in mobile view, then the middle box and them the left box at the bottom. But what happens right now is the opposite i.e. the left box comes first on top (similar to English version).

    Bests,
    Amir

    in reply to: Issues with translating to Farsi RTL Language #305114

    Josue,

    Great help from you today :)

    I found the source of problem with the gap. You were right. I couldn’t have fixed it without knowing the point you told me.

    Using above code, the font problem solved for every part of my page. Excellent Josue!

    One problem that still is there, is the problem with mobile devices. In mobile view text boxes and icon boxes are shown one after another in an order that is shown left to right in desktop version. How do I solve this?

    Thanks,
    Amir

    in reply to: Issues with translating to Farsi RTL Language #305111

    Hi Josue,

    Thanks for your quick response.

    1) First of all I found a work around for the font face problem in IE. I transferred the fonts on my server and added following code to htaccess file and seems the font appears fine on IE and Firefox. So please don’t put your time on it.
    # BEGIN REQUIRED FOR WEBFONTS

    AddType font/ttf .ttf
    AddType font/eot .eot
    AddType font/otf .otf
    AddType font/woff .woff

    <FilesMatch “\.(ttf|otf|eot|woff)$”>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>

    # END REQUIRED FOR WEBFONTS

    2) I had the !important in my quick CSS. I have to put those to force farsi pages use my new font and not the theme fonts instead. when I remove them the theme doesnt use my font!!!

    .page-id-1233 { font-family: ‘BBCNassim’, Tahoma !important;
    }
    .page-id-1233 h1, h2, h3, h4, h5, h6, socket, footer, header, caption { font-family: ‘BBCNassim’, Tahoma !important;
    }

    Is there any way to tell the theme use my new font for all farsi pages instead of above codes I am currently using?

    Nevertheless, when I removed both “!important” the gap didn’t appear !???

    3) I added the same text of icon box caption in a text box under each one. Take a look at the website know (http://www.franchiseelites.com/fa/

    The problem is the code I used for forcing the farsi pages to use my font doen’t work on every element.including icon caption, drop down menu of contact from, etc. Is there any way to apply it to every this in Farsi pages?

    4) I still have problem with Mobile RTL view. in mobile the page is shown by order from left to right and not right to left as in desktop version.

    Thanks
    Amir

    in reply to: Issues with translating to Farsi RTL Language #305099

    I referred to a wrong page regarding the last point. It is in this page above.

    Another point! The strip above the header that contains the social icon has not changed to RTL? Is there any fix for it too?

    in reply to: Issues with translating to Farsi RTL Language #305096

    Hi Josue,

    I have been waiting for you to step up man! Happy to have you here.

    1) Unfortunately, the code still doesn’t work with IE (at least in my browser) and the font appears different in IE than in Chrome.

    Any idea?

    2) Although the Font appears good in Chrome still Icon Box caption and drop down menu in Contact Form (see the last row in the bottom of the page) dosn’t use the defined Font. What is the command for IconBox Caption and Contact Form Drop Down Menu?

    3) Also take a look at this post https://kriesi.at/support/topic/wpml-language-switcher-and-header-arrangment/

    Still I have problem with the transparent space above my header in Farsi version. Do you know how to fix it?

    Thanks
    Amir

    in reply to: Issues with translating to Farsi RTL Language #305047

    Another question that I have is that can I put the font on my server and load theme from there? Does that solve the issue? If yes can you let me know where I can put the fonts and how to call theme in the CSS code?

    in reply to: Issues with translating to Farsi RTL Language #305017

    Hi Peter,

    Thanks for the tips.

    1) Are you sure that the page is using rtl.css? social icons and address on the top are still LTR similar to english version. Also in mobile version, the page loads from left to right. Check the icon boxes in the middle of the page. I have tried to arrange them from right to left but in mobild version, it is loaded left to right.

    2) I need help as when I wanted to add the code to the htaccess file I messed it up. Please let me know how I should change the code to solve my problem. What should I put for filename? Are you sure this solves the font problem with IE?

    php_value magic_quotes_gpc 0

    Header set Access-Control-Allow-Origin “*”

    if ($filename ~* ^.*?\.(eot)|(ttf)|(woff)$){
    add_header Access-Control-Allow-Origin *;
    }

    2- regarding the gap above the header I haven’t set anything. As I told you the header is set somehow to be bellow the top of the screen. when you scroll the page down you can see though that gap. check it here: http://www.franchiseelites.com/fa/

    thanks,
    Amir

    in reply to: Multi-language website, RTL #289678

    I have seen Arabic and Persian among their languages in youtube tutorials. Does it really have RTL support for those languages or I need to have coding skills for doing that?

    in reply to: Contact Form Message Text Color #289159

    Hey!
    How can I change that color in a specific page? I tied following code but it didnt work:

    .page-id-77 .h3.avia-form-success {
    color: white !important;
    }

    in reply to: Ajax Contact Forms Doesn't Work! #285284

    I found something interesting!

    When I set the portfolio to show all my portfolio pages (instead of showing e.g. 16 portfolio per page) the contact form works fine and sends the required message to both visitor and the site admin. Just it doesn’t show the message to the visitor on the portfolio page after submitting the form.

    But when I set the portfolio to show 16 portfolio per page, only the contact forms of items in the first page work fine and the contact forms on the other pages send messages that are related to the items on the first page of the portfolio.

    Guys! please do something about it!

    in reply to: Ajax Contact Forms Doesn't Work! #285259

    Reminder:

    Adding contact form feature to the Ajax portfolio could be a great point in differentiating Enfold from other themes. Please solve the issue as I have limited time to finish and deliver my project.

    Thanks,
    Amir

    in reply to: Ajax Contact Forms Doesn't Work! #284352

    How long does it take for them to come to conclusion?

    in reply to: Ajax Contact Forms Doesn't Work! #283638

    Hey Peter!

    I have the same issue that I have with Yummy with many other portfolio pages. They sand emails that includes information of other portfolio pages (Zoom, Zoup, ActiveRX, and ….). Do you mean that I need to reproduce new pages for each portfolio page with the same issue?

    Regarding the Formidable or Gravity Forms, can I still have the Ajax feature?

    I still don’t understand why it down’t show my message after submitting the page?

    Amir

    in reply to: Ajax Contact Forms Doesn't Work! #283416

    Josue!

    It is really frustrating to work with the Ajax portfolio of Enfold. That involves a lot of copying and pasting and there is no layout builder for this. I need to add 400 companies and I realized this problem after just adding 30 and still I can’t figure out the source of problem with many of them. Do you have any suggestion for this?

    Please take a look at Yummy in the 4th page. when submitting the form it sends a message that includes Wall-street Deli instead of Yummy!
    Also when you submit the form it should show a message but nothing is displayed!

    Thanks,
    Amir

    in reply to: Ajax Contact Forms Doesn't Work! #283067
    This reply has been marked as private.
    in reply to: Ajax Contact Forms Doesn't Work! #282834

    Hey! I just discovered that the message to the visitor has serious problem too! When I want to test the contact form for e.g. Yummy Cupcakes, it sends an email to the visitor about Win Home Inspection! and when I try to test the contact form for All American Concrete, it sends email for Wag n Wash!

    Why?

    in reply to: Ajax Contact Forms Doesn't Work! #282827
    This reply has been marked as private.
    in reply to: How to make portfolio categories beautiful! #280289

    Josue!

    Thanks. The problem solved.

    Do you have any idea about why it is not possible to filter items belonging to one category within the whole portfolio!
    For example if I have 3 items in category A but the first item in page 1, the second item in page 5 and the other one in page 7, filtering the portfolio in page 1 turns out only 1 item in the that category and it doesnt show 3 items that exist in that category. To find out if there are any other item in that category, a visitor should go forward page by page.
    I want when a visitor filters one category, all the items belonging to that category be shown and not only one item that is in the same page. If the number of categories is more than the number of items that is set to be shown one each page, then the rest should be shown on the next page.

    Is there any fix for this?

    Regards,
    Amir

    in reply to: How to make portfolio categories beautiful! #280283

    Josue,
    I tries this code:
    .sort_by_cat a > span {
    padding: 4px 6px;
    display: inline-block;
    }
    .sort_by_cat .text-sep {
    display: none;
    }
    .sort_by_cat a.active_sort span {
    background: rgba(0,0,0,.6);
    color: white;
    }

    .sort_by_cat a span {
    padding: 8px;
    }

    You can see the portfolio page here: http://gator3130.hostgator.com/~elites/our-portfolio/

    I don’t know why the center part is black and just both sides of the button gets the transparency. Also I want to increase the line distance to prevent the box interfering with the text.

    How can I do That?

    Thanks,
    Amir

    in reply to: How to make portfolio categories beautiful! #279546

    Ismael,

    Thanks for the answer. But I need a little bit more help on that. I want the box (or button) appears only when the visitor clicks on it. Also I need to get rid of that “/” sign. Probably I will need to adjust the line distance to prevent interfering the box with the text.
    Actually I want something like this: http://artbees.net/themes/jupiter-demo/portfolio-modern-four-column/

    Can you send me the code?

    Thanks,
    Amir

    in reply to: How to make portfolio categories beautiful! #279259

    What about the box around each item? Do you have any solution for it?

    Also it is not good that instead of loading more portfolio in the same page, the visitor should go to the page 2 or 3. In that case the visitor should choose among the categories again to filter in that page. Do you have any idea to solve that problem too? When a visitor filters the portfolio, whether the item is in the page 2, 3, or 4, it should be displayed in the first page in the number is within the limit defined for each page. isn’t it?

    in reply to: Ajax Portfolio Contact form and accordion not working! #278490

    Josue,

    The problem is solved using your help and copying and pasting the code for every portfolio from the previous one. But the problem with theme is still there. It is not possible to customize a contact form or accordion first and insert them into the Ajax portfolio.

    Regards,
    Amir

    Great Job Josue! Thanks for the help.

    Hi Josue!

    I used copy and pasting and a little bit of code undrestanding that I had and inserted the accordion. Just let me know how I can remove the title.

    Thanks,
    Amir

    Hi Josue!

    Thanks for the effort. It looks fine. But still I can’t insert Accordion using the tool bar. When I try to customize and save it, nothing is inserted.
    Why it is not working? Any change in the form will be difficult in the future. I wish it was possible to use the layout builder for this purpose too!

    Also I want to remove the Yummy Cupcakes title from the Ajax window.

    Regards,
    Amir

    This reply has been marked as private.

    Thanks Josue. Problem solved.

    in reply to: Heart Like Button #277740

    Thanks for the reply.
    I was looking for something like this (look at the heart like button): http://five-demo.squarespace.com/blog/2012/9/27/fermentum-fringilla-inceptos
    or even this: http://artbees.net/themes/jupiter-demo/semper-at-egestas-sed-elementum-in-justo/

    thanks
    Amir

    Ismael,

    Thanks for the answer. For some reason I wasn’t able to see your reply until 5 min. ago.

    The code you gave me didn’t solve my problem! I have 3 contact forms in different part of website:
    1) on the bottom of pages with dark background. So I need white label text color : http://gator3130.hostgator.com/~elites/

    2) on the Contact Us page with white color background. So I need black label text: http://gator3130.hostgator.com/~elites/contact-us/

    3) on portfolio pages with white background color. So I need white text labels.

    That code doesnt cover all three. The text goes black or white in all pages. Please give me a solution.

Viewing 30 posts - 121 through 150 (of 156 total)