aedemirci
Forum Replies Created
-
Thank you very much for the update. Best….
Strange. Link works for me. Here is another link: https://freeimage.host/i/BCS7r3G
No matter what I have done, I could not manage to translate the field titles in the compare page. Loco and translating within the addon codes did not work. I am talking about the field names that can be seen in the attached screenshot. Thank you….
Just submitted my review. Thank you. One final question. How can I translate the blocks? For instance, all the field titles in product comparison page are in English and I could not find any setting page where I can make the necessary translations in the blocks. Thank you….
Hello, I copied the downloaded builder “shop template” and pasted the structure in a new template. After saving the new template and using the shortcode generated, I finally fixed the problem. Thank you very much for the info….
Forum: Fixing WordPress
In reply to: Product Suggestion and Consumption CalculationThank you. Can I make product suggestions based on calculations in Advanced Woo Search? Calculation capability is a must. Thank you….
Forum: Everything else WordPress
In reply to: Translation IssueUnfortunately, it did not work. I can manually change the status of the paper and modify the sentence as I wish. But, whenever I change the status of the paper from admin panel (not manually), it shows the status in English again. The problem is that I could not find the phrase “Under Review” anywhere. Neither in the plugin files, nor in the database….
- This reply was modified 2 years, 11 months ago by aedemirci.
Forum: Everything else WordPress
In reply to: Translation IssueThank you Pieterjan. I will give it a try….
Forum: Plugins
In reply to: [Download Manager] File Sorting in Category_BlocksThank you….
Forum: Plugins
In reply to: [Download Manager] File Sorting in Category_BlocksThank you very much for your response. So, it has nothing to do with the plugin files, right? I need to dig more in the theme files. Thank you….
Forum: Plugins
In reply to: [Stock Market Ticker] PHP CodeThank you very much. Worked like magic….
Forum: Plugins
In reply to: [Stock Market Ticker] PHP CodeThank you for your message. But, I am looking for the PHP include code to use in the Header.php
Forum: Themes and Templates
In reply to: Article title missing..Thank you. I will try to find it and give it a try..
Forum: Themes and Templates
In reply to: Article title missing..Thank you very much indeed for your time and interest. But, the only code I see in index.php under the template folder contains the following lines :
<?php
get_header();
if (have_posts())
{
while (have_posts())
{
art_post();
}
art_page_navi();
} else {
art_not_found_msg();
}get_footer();
That’s it. Nothing more..
Forum: Themes and Templates
In reply to: Article title missing..Here is the files in my template folder. I have created the template with a third party template development tool.
http://img709.imageshack.us/img709/163/filesw.jpg
And I could not see the line that you have mentioned in the index page. I also do not have a file called loop.php
Thank you..