Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
DaveS
tagDiv Member

Thanks, Bogdan, that works. But I’m losing the numbers under the images in the lightbox (1 of …), the navigation arrows and the closing X. How to change them to black?

DaveS
tagDiv Member

Hi Chris,

thanks for your collaboration. Unfortunately I’m not a developer and can’t start trying different solutions myself. I purchased the Newspaper theme because it is a really good theme, easy to use and I didn’t need 3rd party developers help to set it up. I still rely on the theme’s developers team to help me solve this issue. They have been very responsive so far, so I trust they will help with this issue too.

DaveS
tagDiv Member

Thanks for the detailed response.

When I put the code at the end of the *main* functions.php file, the site becomes unavailable.

The theme Newspaper is using the plugin tagDiv social counter. I guess the developers could help with hacking it somehow in order to bring the counts back.

We definitely need a solution! We are speaking about tens of thousands of Facebook likes, so we can’t leave things as they are, and unfortunately can’t switch back to http. Also we plan to open a shop, so https is a must for us.

Looking forward to hearing from the developers with a solutions.

DaveS
tagDiv Member

Hey Catalin,

for some reason the suggested solution is not working.

I added the code to the custom CSS section in the theme panel, but the change is not visible. The lightbox still uses the default black color.

Could you please check?

Thanks

DaveS
tagDiv Member

The developers of the Real Simple SSL plugin recommend using this code within the functions.php:

function rsssl_exclude_http_url($html) {
//replace the https url back to http
$html = str_replace(‘data-href=”https://www.domain.com’, ‘data-href=”http://www.domain.com’, $html); return $html;
}
add_filter(“rsssl_fixer_output”,”rsssl_exclude_http_url”);

I added it to the functions.php of our child theme, but it isn’t working.

DaveS
tagDiv Member

Hi Catalin,

thanks for the prompt reply. Can I control the transparency myself? I’d like to see how it would look with a bit of transparency. For example the same % of transparency that is used in the original lightbox with black color.

Thank you for your time!

DaveS
tagDiv Member

Hi Catalin,

here’s the url of the website: http://bit.ly/2nfzt52
If you scroll down a bit and open an image, it appears within a lightbox which is in black color. I’d like to chanage that color to white.

Thank you for your time!

DaveS
tagDiv Member

Hi Catalin,

Thanks for the reply. I don’t use any caching system on the website. When I send a post link via skype, the new logo appears correctly, but when I send the home page’s url, the old logo appears. Please see here: https://www.dropbox.com/s/alrufcfxl9i7qtm/Untitled2.png The first one is the home page, the second is a post link.

All fields in the theme admin section are filled correctly.

DaveS
tagDiv Member

Awesome! Cheers, Bogdan, much appreciated!

DaveS
tagDiv Member

Hi,

I didn’t add the first code anywhere, but used the option within the WordPress theme instead. Could you please tell me in which file exactly I should put this?

Thank you!

DaveS
tagDiv Member

Hey Bogdan,

Thanks for your quick reply, much appreciated!

First thing – fixed.
As for the second fix – where should I add this code?

Thanks,
D

Viewing 11 posts - 151 through 161 (of 161 total)