SaeedTJ
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF OpenStreetMap Field] Error on websiteThe same problem
I think It’s because of using php 8
Change these magic methods or use php 7.x- This reply was modified 2 years, 11 months ago by SaeedTJ.
Thank you very much my friend.
I agree and also I am aware of it.
I change the code to this and the problem did not solve:<?php define( 'MY_WPDZ_PATH', get_stylesheet_directory() . '/includes/wpdiscuz/' ); define( 'MY_WPDZ_URL', get_stylesheet_directory_uri() . '/includes/wpdiscuz/' ); include_once( MY_WPDZ_PATH . 'class.WpdiscuzCore.php' ); ?>
but the question is that, where I should use MY_WPDZ_URL ?
- This reply was modified 3 years, 1 month ago by SaeedTJ.
Forum: Plugins
In reply to: [WooCommerce] Location pickerI also have this problem
google map uses map API and it is a premium service but open street map is free.Well… Thank you dear Jamie
you helped me migrating to easy digital download.
that plugin allows people to make custom fields with meta box plugin and adding them via shortcodes to the vendor/add product form.
in this case it’s not necessary to be a grate developer and codding by myself.
they had grate developers by themselves and made it easy.
sometimes frees are better but anyway I wish your plugin makes money for you every day.Forum: Developing with WordPress
In reply to: how to make second post tags meta box in WordPress editor?Thank you
but can you give me the complete code for adding just one more meta box like that?
the link which you gave me have lots of optionsForum: Developing with WordPress
In reply to: Making Category loop order ASCthank you
but how I should use this code?
is it possible to give the complete code?Forum: Plugins
In reply to: [Compact WP Audio Player] Multiple mp3 files problemso there is no way to do?
Forum: Plugins
In reply to: [Compact WP Audio Player] Multiple mp3 files problemI tried and it makes 2 audio player separated
and there is no next buttom on template1
*(without template there is just 2 buttons which you click on each of them, it playes the sound)I wanna use it like a html5 audio player
for example:<audio controls> <source src="music.mp3" type="audio/mpeg" /> <source src="music.mp3" type="audio/mpeg" /> </audio>
or like this one:
<li data-title="<?php the_field('the_music_fa'); ?> - <?php the_field('the_singer'); ?>" data-duration="206"> <div class="amazingaudioplayer-source" data-src="<?php the_field('play_link'); ?>" data-type="audio/mpeg" /> </li>
- This reply was modified 7 years, 11 months ago by SaeedTJ.
Forum: Plugins
In reply to: [Polylang] [Q] – Changing the theme with changing the languagethanks for reply
I must use <link rel> tag for using the rtl.css or just its enough to just add the rtl.css to template directory?Forum: Fixing WordPress
In reply to: [Q] How to Just show search buttonit worked really thank you
Forum: Plugins
In reply to: [OptionTree] using Option Tree IDs in dynamic.cssHello SaeedTJ
will you please help me. I am unable to add dynamic css from option tree.
thanks advance
1) make a dynamic.css file in your theme root (leave it empty!).
2)add dunamic.css under your main stylesheet to the header by adding the following code:
<link href="<?php bloginfo('template_directory'); ?>/dynamic.css" rel="stylesheet" type="text/css">
3) go back to optionTree settings and make add a setting which type is “CSS” and give it an ID and a name example: “CSS SETTINGS”. (there is lots of types there, like background, upload, color picker and one of them is css);
4)now add your optional setting and also give it an ID example: “bodybackground”
5) save your changes
6)Now go back to your theme setting and you’ll see 2new options which you’ve made before (I mean css_setting and bodybackground)
7) go to the css setting option and add your codes in it like this:
body { {{bodybackground}} }
8)Enjoy ??
p.n: I’m Persian so sorry if my english lang was not good
Forum: Plugins
In reply to: [Ultimate Tabbed Widgets] Better InstructionsMaybe it’s me, but I am not understanding how to call the widgets I want into your plug in. I want four tabs – popular posts, recent posts, comments and archives in it but have no clue from the instructions how to make that happen. Do you have more detailed information for people who are NOT programmers to follow?
This plugin is AMAZING.
you have to first make a widget area (a regular widget area) then put the plugin widget in it.
also the plugin has a default widget area and you should put your own widgets (recent posts, comments & etc) in the default widget area of plugin and it makes tabs for your own widgets.
if you cant get me I can upload some screenshots for you.
I’m translating this plugin to Persian.
GOOD LUCKForum: Plugins
In reply to: [OptionTree] using Option Tree IDs in dynamic.cssReally Thank you
now I understand what you were talking about.
now it’s working perfectly and I love it
I will translate both language of Plugin, Theme mode and my custom documentation with saving your name and your copyright into the Persian language.
the topic is resolvedForum: Plugins
In reply to: [OptionTree] using Option Tree IDs in dynamic.cssYou don’t edit dynamic.css directly. You create a CSS option type and paste your CSS in there.
what do you mean by that?
you know I’m not that professional
can you give me a better example about how can I use this color picker for background color?Forum: Plugins
In reply to: [OptionTree] using Option Tree IDs in dynamic.cssThe Job I did:
first I made a field with an ID for background and color picker.
This image:
https://uupload.ir/files/lzo1_ot-1.jpgsecond I made a dynamic.css, linked it in the header and put the code with ID in it and saved.
This image:
https://uupload.ir/files/gog_ot-2.jpgthird I changed the setting and saved.
This image:
https://uupload.ir/files/c7ri_ot-3.jpgBUT NOTHING HAPPENED!!!
Please help… PLEASE