we have an existing list with all B2B-Clients. We would like to target specific groups within this list with different content. Therefore, we created a new csv-sheet and sorted out the clients, we did not want to send the specific information.
The new list now contains already existing subscribers. When importing the new subscriber-list into the new list, the exisiting subscribers are not subscribed to the new list and still remain subscribed to the general list for all B2B-clients.
My goals: Having the specific client-group subscribed to both lists after importing the new list. Is there a possibility to fix this? Maybe it is just an easy tick in a box.`
]]>I’ve made some design changes in my website and I don’t know why, the archive posts in the blog page from the mobile view has a space in the left that is not in the present in the right. I think it has to do something with the “Separation space” in the container options, but I don’t know why this is unequal.
I hope somebody has an answer.
Thank you very much.
]]>An an enhancement, please consider splitting the data out to various tables to improve system optimisation and provide an improved means of data segregation which is often very important when it comes to privacy related matters.
Having separate tabled for GDPR functionality means that such data is not mixed in with other data. It ensures that such information can be replicated or backedup separately which is not possible when the data is mixed in with other tables.
Some suggestions:
_GDPR_options for storing all the GDPR options from settings page.
_GDPR_audit for storing changes to the privacy policies and other required consents.
_GDPR_users for storing the users consents, cookie acceptance etc
Ok basic info:
WP – latest
Kallyas theme – latest – updated by easy theme and plugin installer
Revolution slider – latest
Back up buddy – latest
Yoast Seo Premium – latest
iThemes Security Pro – latest
I made a simple site in sub folder and after everything was completed i have created redirection on domain to that sub folder. Then changed site and home urls in wp settings to that domain.
And it wasnt working. I was getting redirected to old site tats been located inside public_folder root.
I have struggled for 2 days with service provider briefly explaining them that its not the first time im doing such thing and it was always working smooth. Asking why site always get redirected form desired domain name to host domain (name.host.com instead of name.com) they said thats the problem of wordpress and how it handles redirection. Complete bullshit … so i checked .htaccess files and they were looking exactly the same as on my previous sites
on same web hosting service. With one exception … in this case WP generates not one .htaccess inside sub folder but also second one inside public_folder.
The redirection wasnt working until i added
RewriteCond %{HTTP_HOST} ^example.host.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.example.host.com [NC]
RewriteRule ^(.*)$ https://example.com/$1 [L,R=301,NC]
And finally my default domain name wasnt showing … just my desired domian.
I havent experienced that problem making previous site (same web provider), no additional conditions were needed.
After that … wordpress should pop up since its url addresses were set to my domain.
Checked twice in database if they match the redirection i made.
I will post .htacces form both subfolder and public_folder now:
Subfolder
RewriteCond %{HTTP_HOST} ^example.host.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.example.host.com [NC]
RewriteRule ^(.*)$ https://example.com/$1 [L,R=301,NC]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
public_folder
RewriteCond %{HTTP_HOST} ^example.host.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.example.host.com [NC]
RewriteRule ^(.*)$ https://example.com/$1 [L,R=301,NC]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /subfolder.name/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /subfolder.name/index.php [L]
</IfModule>
# END WordPress
Pretty basic, even if no additional iThemes Security Pro rules where added. Site isnt showing
just white despair.
Sorry if you found that chaotic but i think that you get the point of what i tried to say.
]]>When importing events from Facebook the location is being shown as ZIP TOWN COUNTRY (e.g. 81241 Munich Germany) in one line (#_TOWN
). Where as you can seperate this information when manually adding a new event to EME.
I guess it would be necessary to seperate these three values prior import and after that let WordPress translate TOWN and COUNTRY to selected language if event settings template set to show this.
]]>I’m using this CSS code to have the menu items separated by vertical lines.
The code is:
#access a {
color: #000;
display: block;
line-height: 15px;
padding: 0 9px;
text-decoration: none;
border-right: 1px solid #000;
}
However, there is a problem with the code, because an extra line is added to the menu. It comes either at the end of my left-to-right menus (English/French) or at the beginning of the right-to-left menus (Persian/Arabic). I tried to solve it by placing this CSS code:
#access li.last a {border: none ;}
but nothing happened.
I really appreciate it if anyone shows me how to get rid of this extra line.
My website is: https://middleastcrops.co
Best,
H. K.
Do I set up an album for each user who requests it and then let them work on it? Is there a way to restrict one user to his own album?
As you can see, I am way beyond my depth of experience in this.
https://www.ads-software.com/plugins/wp-photo-album-plus/
]]>I would like to know how I can change the tags separation on the single product page from a comma to pipeline example:
Tags: shirt, long sleeve, short sleeve
to
Tags: shirt | long sleeve | short sleeve
Regards
https://www.ads-software.com/plugins/woocommerce/
]]>Sorry if I ask noob questions, because I am a noob at wordpress.
So I have installed wordpress 4.0.1 and my aim is to have a website with articles and news about electronics.
I want to have categories and subcategories in the order like example below:
– Category A
– SubCategory A-1
– SubCategory A-2
– SubCategory A-3
– Category B
– SubCategory B-1
– SubCategory B-2
– SubCategory B-3
– and so on….
What I want to have is the main categories should be used only for single page news. But the sub categories are for articles related to the main categories (mostly multipage articles)
For the multipage articles I already have installed a plugin which works very fine.
But my question is how to realize this? I mean separating news and articles. For example I want to have 2 different menues on the right site with one bing ‘latest news’ and the other be ‘latest articles’. Obviously the first menu should take items from main categories only and second menu should take items from subcategories.
I couldnt find any info on this regard *migh have been I didnt search the right terms.
I would appriciat if you can give me some hints!
Regards!
]]>