Search Results for 'rtl'

Results from the Forum
aristake
Participant
#0

Hi, I got a weird behavior of the main top menu. On the single product page (woocommerce) and on the shop page itself, the mega menu shows items which don’t exist on site.
Could you please check?
https://aristake.smartleads.eu/shop/
And here:
https://aristake.smartleads.eu/
It’s like 2 different menus (Blog item dropdown). Those posts that it shows – they don’t even exist on site.
Thanks in advance.

Calin
tagDiv Staff

Hi,

You can try this fix
#td-mobile-nav {
position: fixed;
}

Paste the code in Newspaper>Theme panel>Custom code>Custom css
But also is possible to be others elements broken in RTL

Our theme was does not support RTL so simply changing the direction will not work properly. Lots of theme elements have to be adjusted for the thee to support RTL.

Thank you!

Calin
tagDiv Staff

Hi,

You can try this fix
#td-mobile-nav {
position: fixed;
}

Paste the code in Newspaper>Theme panel>Custom code>Custom css
But also is possible to be others elements broken in RTL

Our theme was does not support RTL so simply changing the direction will not work properly. Lots of theme elements have to be adjusted for the thee to support RTL.

Thank you!

ElliotLee14
Participant
#0

Hi,

On my homepage, I have one row at the top having the latest articles I publish, and I would like one more just below having the posts which shortly preceded those.

For instance, say I wrote 10 articles in ascending order from 1-10, I’d like one row displaying the new posts (1-5), then a second one underneath showing the ones I wrote just before (6-10). Does anyone know how I would have to do that?

Sorry if that’s a bit wordy – I couldn’t think of a way to articulate my problem clearly! If anyone could help me I’d be grateful.

Thanks!

Velers
Participant
#0

Hi TagDiv team,

I manage a website for a community group that exists largely on Facebook and partly on LinkedIn. There are posts posted to the Facebook group every day that I would like to have appear automatically on the WordPress website (with links back to Facebook so that people can easily like the content and join the group). I don’t want to have to post each piece of content two times (once on the site and once on Facebook); I want to be able to show that there is community engagement on the group’s Facebook posts directly from the website. I should mention that I do have admin control of both the website and the Facebook group.

Related to the first problem, sometimes our group shares other people’s content to Facebook, LinkedIn, and Twitter by using the service Buffer (https://buffer.com/). Is there a way to link or mirror the content shared through Buffer to the group’s website directly? I would like to have these posts appear automatically somewhere on the website in a way that promotes their original authors and also promotes the group’s Facebook page so that more people are encouraged to join.

Thank you,
Samara

NickDeBaerdemaeker
Participant
#0

Hi.

For our website we have installed the publishpress multiple author plugin.
For all the single posts, we use the template loop-single-5.php, where we have altered the author bit from this

<?php echo $td_mod_single->get_author();?>

to this

<div id="publishpress-author">Door <?php do_action('pp_multiple_authors_show_author_box', false, 'inline');?>/div>

However, in the overview page, located here: Camera eye overview created with the cloud library, we have something strange going on.

Our editor, ‘Jan van Den Bulck’, has created a post (right at the bottom of the page if you scroll through, above the “laad meer” button) and designated the author to ‘Nathan Dobbelaere’. This specific overview page uses the flex block module 1.

Then something odd happens, while the author on the post itself is correctly attributed to Nathan Dobbelaere, as can be seen here: post of the kooks, the overview page shows Jan Van Den Bulck.

To further deepen the mystery, this doesn’t seem to happen to all authors and randomly on top of that.

Suggestions on how to fix this ?

I have already altered the td_module_flex_1.php to show additional details next to the title, such as concertlocation and concert date.

Originally in the theme is this:

   <span class="td-author-date">
      <?php if( $author_photo != '' ) { echo $this->get_author_photo(); } ?>
      <?php echo $this->get_author();?>
      <?php echo $this->get_date();?>
      <?php echo $this->get_comments();?>
   </span>

Currently I have this:


   <div class="post-title">
      <?php get_the_title( $id );?>
      <?php echo $this->get_title($title_length);?>
      <h3 class="entry-title td-module-title">
      <?php $datum = get_field( "datum" , $this->post->ID ); $concertlocatie = get_field( "concertlocatie" , $this->post->ID );//etc...?><?php if ( $datum ) : ?><a>post->ID);?>"<span class="cemetadate"><?php echo $datum ; ?></span></a><?php endif; ?>
      <?php if ( $concertlocatie ) : ?><a>post->ID);?>"<span class="cemetacelocation"><?php echo $concertlocatie['0']; ?></span></a><?php endif; ?></h3>  
             
   </div> 


   <span class="td-author-date">
      <?php if( $author_photo != '' ) { echo $this->get_author_photo(); } ?>
      <?php echo $this->get_author();?>
      <?php $datum = get_field( "datum" , $this->post->ID ); $concertlocatie = get_field( "concertlocatie" , $this->post->ID );//etc...?>
      <?php if ( $datum ) : ?><span class="frontce"><?php echo $datum ; ?></span><?php endif; ?>
      <?php echo $this->get_date();?>
      <?php if ( $concertlocatie ) : ?><span class="metacelocation"><?php echo $concertlocatie['0']; ?></span><?php endif; ?>
      <?php echo $this->get_comments();?>
</span>

Could you help me with this please ?

It would seem that there is an issue with the $this->get_author getting to see the correct post id, which I can not replace as simply as I did with the loop mentioned above: <?php do_action(‘pp_multiple_authors_show_author_box’, false, ‘inline’);?>

If possible don’t mention that the publishpress plugin isn’t tested, I already know that.
It seems a bit odd that it works on posts but not on the cloud templates.
I am working with the older version of the theme 9.6 and plugins.
I have refrained from trying the X version since I want to iron out the final mistakes first.

Calin
tagDiv Staff

Hi,

Support team is not 24/7 available and due to the high number of requests our response time can be delayed up to 48hrs. Please note that we answer the topics from Latest to Newest Monday – Friday from 08:00AM to 05:00PM GMT+2 So multiple replies to your topic will only make us to get harder to your topic.

Also your problem is caused by the RTL, if you’ll change the WordPress language on English the problem will be solved.

Unfortunately our theme is not full RTL so there can appear problems. If you need a RTL theme, you will have to choose a different theme that can provide this functionality. We will be able to provide a refund if you make a request -> here:https://themeforest.net/refund_requests/new

Thank you fro your understanding!

Khoano
tagDiv Member

Hi,

Shortly said:
The related posts are here:

<div class=“td-pb-span8 td-main-content“ role=“main“>
……

and in the footer

<div class=“td-footer-page td-footer-container td-container-wrap>
<div class=“crp_related“>…</div>

Is it possible to delete or adjust that footer part?

the part where the related posts are is here under

Exact code is:

<div class="crp_related "><h3>Related Posts:</h3>

<div class="crp_clear"></div></div>

And the footer part is

<div class="crp_related "><h3>Related Posts:</h3>

<div class="crp_clear"></div></div>

Calin
tagDiv Staff

Hi,

Please provide me a link where I can check your search position, usually this is set only in the right place, only if you are using a rtl language it can be change in the left.

Thank you!

Calin
tagDiv Staff

Hello,

Sorry but our themes are not compatible with the RTL direction. If you need a RTL theme, you will have to choose a different theme that can provide this functionality. We will be able to provide a refund if you make a request here:https://themeforest.net/refund_requests/new

Thank you!

hassanrob
Participant
#0

Dears,
I already purchased you theme and install it into my website, but I discovered that it is not supporting RTL.
And now i uninstalled it with all its components, it’s now about 2 hours since i purchased it, can I ask for a refund ?
Hope you can understand me
Thanks

MauroCezar
tagDiv Member

Hi Vlad

I’ve defined in the smartlist (sm1) things such as font size and line height, as you can see here https://www.screencast.com/t/gPbazz2Vb

And no style was defined in this article, as you can see here https://www.screencast.com/t/0cJjBOxsHy and here https://www.screencast.com/t/W99cVDqB

So, I don’t know why this is happening.

Another article, this time using sm2, has the same issue: https://segredorendaextra.com.br/empreendedor-individual/
The style is not been considered in the first paragraph before items as well.

Please let me know if more information is needed.

Thanks!

vollwebdesign
Participant
#0

Heya,

Just bought the theme and I am trying to activate Newspaper theme so I can start using tagDiv Composer and setting up templates, headers etc.

I need this really urgent as my client wants to see results tomorrow. URL is http://wp.hussenwerkstatt.com.
Emails to contact@tagdiv.com have been sent already.

If you cannot sort this out shortly I have to use a different theme and obviously want to be refunded.
Also, I would not be happy at all of course.

Cheers,
Torsten

itamarmor
Participant
#0

the theme does not support RTL and there are so many bugs that I really do not want to fix
please cancel my purchase and refund

talk2ekpa
tagDiv Member

Please, I will be asking for refund shortly, please approve it. Thanks

diriras
Participant
#0

Hello and happy new year,

a few days ago I opened a ticket about this problem i had, newspaper was somehow resetting wordpress menu and remove and change order of the menu items.
I thought i fix it by deleting the Menu and start from scratch a new one.
But now after 3-4 days the same problem again.

At first i though it was the mega menu plugin I installed, so i de-activated it and deleted completely. No FIX
Second i though it must be the WP-Rocket plugin i was using in many of my websites so i did the same. NO FIX
I almost de-activated all third party plugins to find a solution in this but i did not succeed to identify the solution.

My domain is sportlive.gr an almost production domain as you can see so i really need to find a solution in that i cannot let over without main menu on my website.

Best Regards

Michael

gabrieldespinoza
Participant
#0

56 PHP Fatal error: Uncaught Error: Call to a member function is_rtl() on null in /nas/content/live/vvng/wp-includes/script-loader.php:2355\nStack trace:\n#0 /nas/content/live/vvng/wp-includes/class-wp-hook.php(288): wp_localize_jquery_ui_datepicker('')\n#1 /nas/content/live/vvng/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array)\n#2 /nas/content/live/vvng/wp-includes/plugin.php(478): WP_Hook->do_action(Array)\n#3 /nas/content/live/vvng/wp-includes/script-loader.php(2670): do_action('wp_enqueue_scri...')\n#4 /nas/content/live/vvng/wp-includes/class-wp-customize-manager.php(455): wp_enqueue_scripts()\n#5 /nas/content/live/vvng/wp-includes/class-wp-customize-manager.php(571): WP_Customize_Manager->wp_die(-1, 'Sorry, you are ...')\n#6 /nas/content/live/vvng/wp-includes/class-wp-hook.php(288): WP_Customize_Manager->setup_theme('')\n#7 /nas/content/live/vvng/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters('', Array)\n#8 /nas/content/live/vvng/wp-includes/plugin.php(478): WP_Hook->do_action(Array)\n#9 /nas/content in /nas/content/live/vvng/wp-includes/script-loader.php on line 2355
4 PHP Fatal error: Uncaught Error: Call to a member function is_rtl() on null in /nas/content/live/vvng/wp-includes/script-loader.php:2355\nStack trace:\n#0 /nas/content/live/vvng/wp-includes/class-wp-hook.php(288): wp_localize_jquery_ui_datepicker('')\n#1 /nas/content/live/vvng/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array)\n#2 /nas/content/live/vvng/wp-includes/plugin.php(478): WP_Hook->do_action(Array)\n#3 /nas/content/live/vvng/wp-includes/script-loader.php(2670): do_action('wp_enqueue_scri...')\n#4 /nas/content/live/vvng/wp-includes/class-wp-customize-manager.php(455): wp_enqueue_scripts()\n#5 /nas/content/live/vvng/wp-includes/class-wp-customize-manager.php(552): WP_Customize_Manager->wp_die(0, 'Non-existent ch...')\n#6 /nas/content/live/vvng/wp-includes/class-wp-hook.php(288): WP_Customize_Manager->setup_theme('')\n#7 /nas/content/live/vvng/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters('', Array)\n#8 /nas/content/live/vvng/wp-includes/plugin.php(478): WP_Hook->do_action(Array)\n#9 /nas/content/ in /nas/content/live/vvng/wp-includes/script-loader.php on line 2355
4 PHP Fatal error: Uncaught Error: Call to a member function format() on bool in /nas/content/live/vvng/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php:1667\nStack trace:\n#0 /nas/content/live/vvng/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): tdb_state_single->{closure}()\n#1 /nas/content/live/vvng/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): Closure->__invoke()\n#2 /nas/content/live/vvng/wp-includes/template-loader.php(98): include('/nas/content/li...')\n#3 /nas/content/live/vvng/wp-blog-header.php(19): require_once('/nas/content/li...')\n#4 /nas/content/live/vvng/index.php(17): require('/nas/content/li...')\n#5 {main}\n thrown in /nas/content/live/vvng/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php on line 1667

Vlad S
tagDiv Staff

Hello !

Newspaper theme does not support RTL. If you want we are able to offer you a refund if you make a request here: https://themeforest.net/refund_requests/new

We are sorry for the inconvenience !

Thank you !

Jabran Ali
Participant
#0

Hi, I was editing one of my blog post, the smartlist option is just amazing. But the only thing that I don’t like about it as it arranges my images and text in it’s own way once it’s enabled.

For example: I write something like this

1. Heading (H3)
2. Table
3. text
4. Image (left side to the text)

Then I enabled the smarlist (style-2), after viewing the page. It was appearing something like

1. Heading
2. Image
3. Table
4. Text

Is there any option which give me a full control to adjust everything in my own way?

Because in the current view it re-arranges everything which I don’t like.

Or if you can do something like just give a numbering to the header but don’t do any other changes to text and image.

I will be waiting for your reply. Thank you 🙂

Calin
tagDiv Staff

Hello,

Sorry but our themes are not compatible with the RTL direction. IF you need a RTL theme, you will have to choose a different theme that can provide this functionality. We will be able to provide a refund if you make a request here:https://themeforest.net/refund_requests/new

Thank you!

Adeba
tagDiv Member

Only if you have installed:
tagDiv Standard Pack

Build your website fast and effortless without code. Perfect for beginners

Calin
tagDiv Staff

Hello,

Sorry but our themes are not compatible with the RTL direction. IF you need a RTL theme, you will have to choose a different theme that can provide this functionality. We will be able to provide a refund if you make a request here:https://themeforest.net/refund_requests/new

Form what I can see the images and social sharing do not appear because of the cache plugin -> http://prntscr.com/q6zb76 please deactivate the cache plugins and check again.

Thank you for your understanding!

Fatih
tagDiv Member

Does rtl support? I ask for help on how to do.

Calin
tagDiv Staff

Hello,

Sorry but our themes are not compatible with the RTL direction. IF you need a RTL theme, you will have to choose a different theme that can provide this functionality. We will be able to provide a refund if you make a request here:https://themeforest.net/refund_requests/new

Please check our flex block -> https://forum.tagdiv.com/flex-block-settings-guide/

The most text/titles from classic demos can be change using the Translation from theme panel -> https://i.imgur.com/YGOfrVY.png -> https://i.imgur.com/1lefHDT.png -> https://i.imgur.com/UtxcKBl.png also the footer can be change from theme panel, or you can use a page as footer page.

Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit

https://prnt.sc/q49uvv can be achieve with tagDiv cloud template -> https://i.imgur.com/PpkP2ZG.png

Hope this will help!
Thank you!

WebexDesigner
Participant
#0

Hi few days ago i contact you for support via coment section via newspaper sale page but your one of team said me contact with forum suport page so i m sending you all details

Question 4 days agon i asked that question
Hi how are you all I want to know that how can i make text from left to right side i made website in urdu language and its start from right side as Arabic language start Here is website which i m taking about fbwebtv.com

Reply than received below reply
The theme doesn’t support RTL. It works with with the RTL languages but it will have to be modified to be completely mirrored. If you want you can try by setting in WordPress and rtl language and use flex blocks, these can be edited with tagDiv Composer. If you need further assistance our support team will be happy to help with any requests on our official support forum at https://forum.tagdiv.com/forum/newspaper/

question i asked again question
how can i setting in wordpress for RTL, and how can i use flex bloks please let me know and send me complete details my client just want to start text from right side not in right side you an check website fbwebtv.com and advice me what do i do

Reply received Below reply

Hello,

Sure thing, but the comments section here is not a support platform so we cannot provide any details here. Please open a new topic on our support forum at https://forum.tagdiv.com/forum/newspaper/

Thank you! Bogdan B

Other questions
Hi, please below screenshot
1 http://prntscr.com/q49tcf
2 http://prntscr.com/q49u0h
3 http://prntscr.com/q49uvv

and when i go to cloud template and click on add new so i see this error please see screenshot http://prntscr.com/q60z7t

please answer my all question so than i can fix that issue my client is continuously contacting with me to fix that issues if you guys want wordpress login details of fbwebtv.com so i can provide you guys
waiting for your earliest response sir

so now please tell me all my above questions and give me complete details so i can fix that issues

Viewing 25 results - 476 through 500 (of 1,719 total)