adminim
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Customize Storefront theme headerHi all,
@prasun1519 I am trying to add some text after logo . I see you have made this perfectly. Can you please share a code how can I make it on my site.
Nevermind
I have used https://docs.woocommerce.com/document/create-a-social-icon-menu/#prettyPhoto 🙂- This reply was modified 8 years, 8 months ago by adminim.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] tables are not responsiveThanks TobiasBG.
Forum: Themes and Templates
In reply to: [Fashionistas] Mobile view is badThanks Roman, I will try to ask them.
Forum: Themes and Templates
In reply to: [Fashionistas] Mobile view is badI have shared screenshot from mobile https://drive.google.com/drive/folders/0B8jVwo61YVX3cUZKMEFCWjBJMm8
I want to expand header and footer for mobile view. It looks fine for pages “Screenshot (13 августа 2017 г. 14:17)” but I don’t see any difference for good and bad pages. I have tried to change Page Templates but it didn’t helpI have tried
# update wp_posts set post_content = replace(post_content, ‘http:\/\/old\/’,’http:\/\/new\/’) but without luck.MariaDB [videodb]> show tables;
+———————–+
| Tables_in_videodb |
+———————–+
| wp_commentmeta |
| wp_comments |
| wp_links |
| wp_mgmlp_folders |
| wp_options |
| wp_postmeta |
| wp_posts |
| wp_term_relationships |
| wp_term_taxonomy |
| wp_termmeta |
| wp_terms |
| wp_usermeta |
| wp_users |
+———————–+
13 rows in set (0.00 sec)MariaDB [videodb]> update wp_posts set post_content = replace(post_content, ‘http:\/\/olddom\/’,’http:\/\/www.newdom.com\/’);
Query OK, 0 rows affected (0.45 sec)
Rows matched: 815 Changed: 0 Warnings: 0Thanks. Here is one of links that I am wanting to change
img src=\”http:\/\/old-domain\/wp-content\/uploads\/2017\/05\/250px-Game_of_Thrones-196×300.jpg
old-domain to new-domain. Could you help me to deal with this?Hello @tobiasbg,
I want to update img src url in all tables.
Could you please help me to find “tablepress_table” ?