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 :)
Magistar
tagDiv Member

Amazing! This was pretty much the last thing that stopped me from changing over from Joomla to WordPress :). Now I “only” have to find new featured images for 126 posts :P.

Thanks and have a nice day.

Magistar
tagDiv Member

Hi Bogdan B,

That has completely solved my issue :)! I am glad you could show me how to modify this.

Have a nice day.

Sebastiaan.

Magistar
tagDiv Member

Thanks for explaining that function.

I managed to resolve the siutation with the following steps

1) create a new file and copy paste javascript to pcinside-psu-tool.js
2) upload pcinside-psu-tool.js to server
3) add to post:
<script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script><script src="http://nl.pcinside.info/pcinside-psu-tool.js" type="text/javascript"></script>
4) add to button in text mode (not visual!) onclick="initCalc();"

I hope this helps anyone else facing a similar situation!

  • This reply was modified 10 years by Magistar.
Magistar
tagDiv Member

Nice guide. I am trying to decipher your suggestions.

What does this part actually do?
remove_action( 'wp_head', 'wp_generator' ) ;
remove_action( 'wp_head', 'wlwmanifest_link' ) ;
remove_action( 'wp_head', 'rsd_link' ) ;
remove_action( 'wp_head', 'feed_links', 2 );
remove_action( 'wp_head', 'feed_links_extra', 3 );

Magistar
tagDiv Member

Unfortunately I did not find a way to enable the visual composer on only that post. As with the advertisement I do not like the idea of changing the entire website’s foundation for this single posts.

Maybe I should try to externalize the script in a .js file. Will that work? I have never done this but I imagine that removes the need for the visual composer, right?

Magistar
tagDiv Member

Hello Alin.

Thanks for your reply. So if I understand correctly the color feature was only partially implemented. After all, the colors are dynamicly displayed on style 3 of the category overview. I am interested to know if there is any development planned in this area. I guess at some point I will take a look inside the php files to see how complicated you guys made it, but if you are already working on it there there is no point.

  • This reply was modified 10 years by Magistar.
  • This reply was modified 10 years by Magistar.
Magistar
tagDiv Member

Hello Catalin,

Enabling stretching did the trick. Without it there was a zoom effect.

Thank you!

ps

Now that high res displays have become affordable (+- 240 euro) my Dutch audience seems to be moving to 2560×1080 and 2560×1440 resolution. But yeah a large background is not ideal :(. Using compressor.io I was able to save 30KB making it 440 KB so that did not help much :P.

Magistar
tagDiv Member

Yes I found the issue. I reported this but my followup post is missing!

Anyway sorry to bother you. The cause was me copy pasting from the Joomla site which added about 100 lines of script inside 4 articles. This in turn caused the Jquery to fail and also added 7 closing divs. I have cleaned up the 4 offending articles and now everything works fine again.

ps

Could you please remove the url listed in my first post so that it does not get indexed by google :)?

thanks!

Magistar
tagDiv Member

Ok thanks!

Magistar
tagDiv Member

Thanks will definately try DUPLICATOR for cloning (lol@toto) :).

Still need installatron to fix this issue because when I do a rollback (I create automatic daily, weekly, monthly backups) the same problem will probably emerge.

Magistar
tagDiv Member

Woah that’s a comprehensive list Chris S! Thanks for taking the effort :).

Magistar
tagDiv Member

Ok thanks for sharing:).

ps
The average rank you can pull from Google Webmaster Tools>Search Analytics>Position

Magistar
tagDiv Member

Hi there.

Yes I am using Google Webmaster Tools and indexing is not disabled. According to Google 22 of 23 pages are indexed but my average position is 35.7 where on my more successful website has 7.9. Using the Yoast SEO plugin, all articles are “green”.

Purpose of this site was to produce high quality word press tutorials (because I want to share the stuff I learned). I guess there is a lot of competition there but rank 35, really? I just did not like what is already out there. I always had to combine multiple resources.

Your 500K Visitors since april 2014 sounds quite impressive to me. Could you post your url? Maybe I can learn something from it:P.

I must admit that I never really do social media sounds like something worth reconsidering. Do you just “spam” twitter and facebook when you post something?

  • This reply was modified 11 years by Magistar.
Magistar
tagDiv Member

That would be the ostrich method?:P

Anyway I have managed to solve the issue. I have found code that allows you to target ONLY the wp-login.php with a password:

## Protect login
<Files wp-login.php>
authentication code goes here
</Files>

Put that in public_html and it works like a charm :).

  • This reply was modified 11 years by Magistar.
Magistar
tagDiv Member

Already using limit login attempts, not using admin. My “issue” is the number of daily attempts and the emails resulting from that.

Both resources suggest protecting wp-admin with a password. Unfortunately this is exactly what is not possible in the theme :(.

Magistar
tagDiv Member

Thanks Cristopher :).

Magistar
tagDiv Member

Thanks

changed to

  function get_title_main() {
        $cut_parms = array(
            'char_per_line' => 26,
            'excerpt' => 150, //words or letters
            'line_wrap_start' => '<span class="td-sbig-title">',
            'line_wrap_end' => '</span><span class="td-sbig-sep"></span>'
        );

Worked like a charm:).

  • This reply was modified 11 years by Magistar.
Magistar
tagDiv Member

Alright. Looks like a nice feature.

Final questions: Did you create the recommended or new (smart) responsive ad units from your Google account?

View post on imgur.com

regards

Sebastiaan.

Magistar
tagDiv Member

Hi Lucian.

Thanks for testing.

Did some more testing with the 3 limit.

For homepage module 9 is indeed working for the latest posts. I did notice except excerpts overwrite the function which confused me. So that mystery is solved.

For the module 5 the first post is the one I want to target (I want it longer):

View post on imgur.com

regards

Sebastiaan.

Magistar
tagDiv Member

Hi there.

My Adsense account offers a “responsive” unit type with smart and manual setting, besides the classic ad units that have a fixed 728×90 / 300×250 / etc.

It is my understanding that you are not allowed to change the format of the regular Add units. But maybe I took this too literally or things have changed since last year since responsive is the new norm.

Maybe someone can tell me if they switched to the (smart)responive ad units or kept using the classic ad units with this theme?

regards

  • This reply was modified 11 years by Magistar.
Magistar
tagDiv Member

I renamed the new Featured category, including it’s slug, so should be fine then. Thanks for confirming.

Magistar
tagDiv Member

I double checked gt-metrix with and without the plugin and it did indeed improve my y-slow. So you are right it is working.

I will put doing more research on my to do list.

Thanks.

  • This reply was modified 11 years by Magistar.
Magistar
tagDiv Member

Thank you so much for the screencast and code. That is so close to what I imagined being best for me.

Have a nice day:).

Magistar
tagDiv Member

No problem@documentation. Thanks for your reply.

However it is not listening to me:P

http://i.imgur.com/xSquXsO.png?1

  • This reply was modified 11 years by Magistar.
Magistar
tagDiv Member

Thanks. Unfortunately I am still a bit stuck. I managed to identify the modules I used for block 1 and 2.

However there are two things I have not been able to fix

1) Title of the first post on the Module 5 category page:
http://www.wordpressinside.info/category/wordpress-guides/installing-wordpress/

2) Latest post using block 6 on the homepage (bottom). The documentation stops at block 5. https://forum.tagdiv.com/modules-and-blocks/
http://www.wordpressinside.info/

Hope you can help me 🙂

Viewing 25 posts - 26 through 50 (of 56 total)