Forum Replies Created

Viewing 30 posts - 61 through 90 (of 387 total)
  • Author
    Posts
  • in reply to: new update problem | RTL page messed with mobile mode #795976

    Hi Victoria (you’re new here :) – nice to meet you )
    Okay, please find the credentials in private box.

    Regards,
    Sadegh

    in reply to: Top Bar and page messed #793355

    Dear Yigit,
    Thanks a lot, the issue is completely solved :)

    Kind regards,
    Sadegh

    in reply to: Top Bar and page messed #793338

    Hi again dear Yigit,
    I have changed all the customization in quick css to the previous codes, but nothing has changed.
    You could resize your browser’s window (as small as the Mobile mode) to reproduce the issue yourself

    • This reply was modified 7 years, 5 months ago by Sadegh.
    in reply to: Top Bar and page messed #793282

    Hi again,
    I have tested the website on several systems and in all of them, the issue is reproduced

    in reply to: Top Bar and page messed #792425

    Dear Nikko,

    Have you checked my video yet? (please find it in private box)
    I’m not sure what’s just happened.

    in reply to: Top Bar and page messed #792165

    Hey Yigit,
    Actually I have already checked that with my tablet and the issue is clearly there.
    Just ask him to go to one of our RTL pages (Sample Link in Private Box) and at the top bar, hold his hand on the “English” or “فارسی” word and see what will happen next.

    in reply to: Top Bar and page messed #791217

    Hey,
    I have make a screen cast for you, please find it in private box below. :)

    • This reply was modified 7 years, 6 months ago by Sadegh.
    in reply to: Top Bar and page messed #791188

    Hi dear Yigit,

    Thanks, I will wait for that.
    But you can also change your browser size and see what will happen then :D

    in reply to: Widgets are not RTL #790868

    Hey Basilis,
    Isn’t there any other way rather than uploading font to the main root?

    in reply to: Top Bar and page messed #790861

    Dear Yigit,
    Sorry Iforgot to put the link.
    Please find the link here LINKand in tablet or mobile mode, move your cursor over the top bar and see what’s happen next

    • This reply was modified 7 years, 6 months ago by Sadegh.
    in reply to: Widgets are not RTL #790291

    Hi Yigit,
    So you mean I should use the font-face code as below?

    @font-face {
    .rtl font-family: 'IRANSans';
    src: url('http://maga.co.ir/wp-content/themes/enfold-child/fonts/IRANSansweb.eot');
    src: url('http://maga.co.ir/wp-content/themes/enfold-child/fonts/IRANSansweb.eot?#iefix') format('embedded-opentype'),
    url('http://maga.co.ir/wp-content/themes/enfold-child/fonts/IRANSansweb.woff2') format('woff2'),
    url('http://maga.co.ir/wp-content/themes/enfold-child/fonts/IRANSansweb.woff') format('woff'),
    url('http://maga.co.ir/wp-content/themes/enfold-child/fonts/IRANSansweb.ttf') format('truetype'),
    url('http://maga.co.ir/wp-content/themes/enfold-child/fonts/IRANSansweb.svg#IRANSans') format('svg');
    }

    I think it relates to these below codes:

    .rtl body { font-family: "IRANSans" !important; }
    .rtl fieldset label { font-family: "IRANSans" !important;}
    .rtl input[type="submit"], h1, h4, h5, h3, h2 { font-family: "IRANSans" !important;}

    I have put them on the style.css but the problem was still exist.

    • This reply was modified 7 years, 6 months ago by Sadegh.
    in reply to: Widgets are not RTL #789489

    Hi dear Yigit,
    > Actually I have changed all the codes back to prevent the RTL pages from that issue.
    I had added your given codes (From This Post), but after that, our RTL pages couldn’t load the custom font.

    in reply to: Widgets are not RTL #789332

    Hi Basilis,
    We are using font-face command as below:

    @font-face {
    font-family: 'IRANSans';
    src: url('http://maga.co.ir/wp-content/themes/enfold-child/fonts/IRANSansweb.eot');
    src: url('http://maga.co.ir/wp-content/themes/enfold-child/fonts/IRANSansweb.eot?#iefix') format('embedded-opentype'),
    url('http://maga.co.ir/wp-content/themes/enfold-child/fonts/IRANSansweb.woff2') format('woff2'),
    url('http://maga.co.ir/wp-content/themes/enfold-child/fonts/IRANSansweb.woff') format('woff'),
    url('http://maga.co.ir/wp-content/themes/enfold-child/fonts/IRANSansweb.ttf') format('truetype'),
    url('http://maga.co.ir/wp-content/themes/enfold-child/fonts/IRANSansweb.svg#IRANSans') format('svg');
    }
    in reply to: Widgets are not RTL #789089

    Hi dear Yigit,

    Thanks, I’ve done that but our custom font-face font didn’t show up after that in our RTL page
    Is there anything I didn’t take care of ?

    in reply to: Widgets are not RTL #787191

    Thanks a lot dear Yigit for the detail.
    Yes, we have an English version and Farsi (RTL language) version.

    For instance, right now we have these codes under our general tab:

    body { font-family: "IRANSans" !important; }
    fieldset label { font-family: "IRANSans" !important;}
    input[type="submit"], h1, h4, h5, h3, h2 { font-family: "IRANSans" !important;}
    input[type='text'],
    input[type='email'],
    textarea{ font-family: 'IRANSans' !important;}
    #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before { font-family: 'entypo-fontello'!important;}
    
    @media only screen and (max-width: 767px){
    #header_meta .sub_menu {
        min-width: 560px;
        background: rgba(0, 0, 0, 0);
        padding-left: 0;
        padding-top: 0px;
        right: 30%;
        position: relative !important;
        top: 15px;
    }
    }

    So, should I add them into the style.css with the below changes:

    .rtl body { font-family: "IRANSans" !important; }
    .rtl fieldset label { font-family: "IRANSans" !important;}
    .rtl input[type="submit"], h1, h4, h5, h3, h2 { font-family: "IRANSans" !important;}
    .rtl input[type='text'],
    .rtl input[type='email'],
    .rtl textarea{ font-family: 'IRANSans' !important;}
    .rtl #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before { font-family: 'entypo-fontello'!important;}
    .rtl @media only screen and (max-width: 767px){
    #header_meta .sub_menu {
        min-width: 560px;
        background: rgba(0, 0, 0, 0);
        padding-left: 0;
        padding-top: 0px;
        right: 30%;
        position: relative !important;
        top: 15px;
    }
    }
    • This reply was modified 7 years, 6 months ago by Sadegh.
    in reply to: Widgets are not RTL #786245

    Hi John,
    Thanks for the details. So I have to add these codes to my child theme function.php, right?
    > But after that, how can I assign class-name to each languages in style.css?

    in reply to: Widgets are not RTL #781893

    Hi dear Yigit,
    Thanks a lot for the code, it’s solved the issue.
    /
    However, a question is still exist for me. We are using WPML plugin so our website has two languages. Then at the back-end, we can choose “Enfold Child Option” for any of our two languages, Farsi or English.
    Each one of these languages, has its custom codes in General Styling tab. The question is, is there any way we could combine all these codes together in style.css child but still avoid the conflicts between two languages?

    Regards,
    Sadegh

    • This reply was modified 7 years, 6 months ago by Sadegh.
    in reply to: Widgets are not RTL #779824

    Dear Yigit,
    Thanks but I wanted them to be “aligned right” (they are now aligned left)

    .

    Thanks,
    Sadegh

    in reply to: Widgets are not RTL #779146

    Hi Nikko,
    Please find the login credentials in private box.

    in reply to: Widgets are not RTL #779111

    Dear Yigit,

    Thanks but it didn’t help.

    in reply to: Widgets are not RTL #778637

    Hi
    I used the code and it doesn’t work for me

    Hi dear Yigit,

    Thanks for the info. I searched more and found wp-jalali plugin, it seems to work properly with WPML and Enfold. (I just wanted to let other Persian users to know about it)
    Thanks,
    Sadegh
    (you may now close the thread please)

    in reply to: sidebar doesn't appear #773729

    Thanks Andy,
    It worked
    (you may now close the thread please)

    in reply to: sidebar doesn't appear #771702

    Hi Andy,
    Please check again, it doesn’t have problem.
    I checked and everything seems right:

    .

    in reply to: sidebar doesn't appear #770257

    Hi Andy
    Thanks a lot for all the details, they worked well.
    Just for number 3, when I used the code, the posts gets too much close (as I show that in below image):

    .

    How may I fix this?

    Thanks,
    Sadegh

    in reply to: H2 style #767899

    Thanks a lot dear Yigit :)
    (you may now close the thread please)

    Regards,
    Sadegh

    in reply to: H2 style #766908

    Hi Nikko,

    Thanks for the codes, I’ve used them and change the parameters but still, that H2 style is completely different than the rest of the fonts in the page.

    Regards,
    Sadegh

    in reply to: Toggles & Accordions #766907

    Thanks for the help.
    (you may now close the thread please)

    Regards,
    Sadegh

    in reply to: Toggles & Accordions #766829

    Hi
    Should I add that code to the function.php file?

    Regards,
    Sadegh

    in reply to: Toggles & Accordions #760551

    Hi Basilis,

    Please check the page at +

    Regards,
    Sadegh

Viewing 30 posts - 61 through 90 (of 387 total)